Searched refs:pagemap (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 1 pagemap, from the userspace perspective 4 pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allow 8 There are three components to pagemap: 10 * /proc/pid/pagemap. This file lets a userspace process find out which 137 Using pagemap to do something useful: 139 The general procedure for using pagemap to find out about a process' memory 146 3. Open /proc/pid/pagemap and seek to the pages you would like to examine. 147 4. Read a u64 for each page from pagemap.
|
D | 00-INDEX | 27 pagemap.txt 28 - pagemap, from the userspace perspective
|
D | soft-dirty.txt | 15 This is done by reading from the /proc/PID/pagemap. The bit 55 of the
|
D | hwpoison.txt | 155 Documentation/vm/pagemap.txt
|
/linux-4.1.27/include/trace/events/ |
D | pagemap.h | 2 #define TRACE_SYSTEM pagemap
|
/linux-4.1.27/fs/proc/ |
D | Kconfig | 71 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
|
/linux-4.1.27/fs/cramfs/ |
D | README | 92 written for, since comments in <linux/pagemap.h> indicate that
|
/linux-4.1.27/drivers/usb/storage/ |
D | ene_ub6250.c | 247 #define ms_lib_clear_pagemap(pdx) memset((pdx)->MS_Lib.pagemap, 0, sizeof((pdx)->MS_Lib.pagemap)) 434 unsigned char *pagemap[(MS_MAX_PAGES_PER_BLOCK + (MS_LIB_BITS_PER_BYTE-1)) / MS_LIB_BITS_PER_BYTE]; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 145 pagemap Page table 506 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags 508 /proc/kpagecount. For detailed explanation, see Documentation/vm/pagemap.txt.
|