Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kmem(7) [osf1 man page]

kmem(7) 						 Miscellaneous Information Manual						   kmem(7)

NAME
kmem - mapped kernel memory interface DESCRIPTION
The kmem character special device provides access to mapped kernel memory. Byte addresses in kmem are equivalent to mapped kernel memory addresses. References to unmapped or user space addresses will return an error. Write accesses to console or PAL memory or to memory protected against writes will also return an error. RESTRICTIONS
Because memory is read and written in aligned quadwords (eight contiguous bytes), writing fewer than all the bytes in an aligned quadword is a read-modify-write operation that is not protected against writes to the same quadword. Device registers are accessed as aligned quadwords through kmem. The kmem file is not available as a memory mapped file. FILES
/dev/kmem RELATED INFORMATION
mem(7) delim off kmem(7)

Check Out this Related Man Page

MEM(4)							     Kernel Interfaces Manual							    MEM(4)

NAME
mem, kmem - main memory SYNOPSIS
major device number(s): raw: 1 minor device encoding: mem: 0; kmem: 1; null: 2 DESCRIPTION
Mem is a special file that is an image of the main memory of the computer. It may be used, for example, to examine (and even to patch) the system. Byte addresses in mem are interpreted as physical memory addresses. References to non-existent locations cause errors to be returned. The file kmem is the same as mem except that kernel virtual memory rather than physical memory is accessed. Only kernel virtual addresses that are mapped to memory are allowed. Examining and patching device registers is likely to lead to unexpected results when read-only or write-only bits are present. On PDP-11s, the I/O page begins at location 0160000 of kmem and the per-process data segment for the current process begins at 0140000 and is USIZE clicks (64 bytes each) long. FILES
/dev/mem /dev/kmem /dev/MAKEDEV script to create special files /dev/MAKEDEV.local script to localize special files BUGS
On PDP-11's, specifying an odd kernel or user address, or an odd transfer count is [generally] slower than using all even parameters. On machines with ENABLE/34(tm) memory mapping boards the I/O page can be accessed only through kmem. 3rd Berkeley Distribution January 28, 1988 MEM(4)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

kmem_slab

Does anybody knows what stands for "kmem_slab" in solaris systems? I´m tryng to analise a crash dum and I cannot imagine what that means... thanks HTT (2 Replies)
Discussion started by: htsubamoto
2 Replies

2. Linux

Locking around kmem_cache_destroy

Hi There, I want to make sure that kmem_cache_alloc is not called concurrently with kmem_cache_destroy on module exit and I want be able to use GFP_KERNEL for the kmem_cache_alloc calls. Would a read/write lock be good fro this purpose or is there another method I should be using? Regards,... (0 Replies)
Discussion started by: Brendan Kennedy
0 Replies

3. Solaris

File permission on : kmem file

Hello , I want to check the file permissions of /dev/kmem . I am getting 2 kind of file perms... so which permission i have to consider.. here is 2 case .. 1. ls -al /dev/kmem lrwxrwxrwx 1 root other 27 Sep 8 2008 /dev/kmem -> ../devices/pseudo/mm@0:kmem 2. ... (4 Replies)
Discussion started by: avklinux
4 Replies

4. UNIX for Advanced & Expert Users

kmeminfo

hi all, can someone tell what a "kmeminfo" script is all about ? (1 Reply)
Discussion started by: sais
1 Replies

5. Linux

kmemtrace problem

Hi, While building the linux kernel image, I enabled the config option CONFIG_KMEMTRACE. After loaded the image into target, It doesn't have the folder "kmemtrace" inside the /sys/kernel/debug folder. If anyone have the idea, please help me. Thanks & Regards, Manikandan (0 Replies)
Discussion started by: canbumanikandan
0 Replies