Home
last modified time | relevance | path

Searched refs:pagemap (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dpagemap.txt1 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.
D00-INDEX27 pagemap.txt
28 - pagemap, from the userspace perspective
Dsoft-dirty.txt15 This is done by reading from the /proc/PID/pagemap. The bit 55 of the
Dhwpoison.txt155 Documentation/vm/pagemap.txt
/linux-4.1.27/include/trace/events/
Dpagemap.h2 #define TRACE_SYSTEM pagemap
/linux-4.1.27/fs/proc/
DKconfig71 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
/linux-4.1.27/fs/cramfs/
DREADME92 written for, since comments in <linux/pagemap.h> indicate that
/linux-4.1.27/drivers/usb/storage/
Dene_ub6250.c247 #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/
Dproc.txt145 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.