Searched refs:pagemap (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 7 pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allow 11 There are four components to pagemap: 13 * ``/proc/pid/pagemap``. This file lets a userspace process find out which 176 Using pagemap to do something useful 179 The general procedure for using pagemap to find out about a process' memory 186 3. Open ``/proc/pid/pagemap`` and seek to the pages you would like to examine. 187 4. Read a u64 for each page from pagemap. 204 Before Linux 3.11 pagemap bits 55-60 were used for "page-shift" (which is
|
D | idle_page_tracking.rst | 57 ``/proc/pid/pagemap`` if the workload is represented by a process, or by 73 See :ref:`Documentation/admin-guide/mm/pagemap.rst <pagemap>` for more 74 information about ``/proc/pid/pagemap``, ``/proc/kpageflags``, and
|
D | index.rst | 36 pagemap
|
D | soft-dirty.rst | 19 This is done by reading from the ``/proc/PID/pagemap``. The bit 55 of the
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_dmem.c | 74 struct dev_pagemap pagemap; member 84 return container_of(page->pgmap, struct nouveau_dmem, pagemap); in page_to_dmem() 526 drm->dmem->pagemap.type = MEMORY_DEVICE_PRIVATE; in nouveau_dmem_init() 527 drm->dmem->pagemap.res = *res; in nouveau_dmem_init() 528 drm->dmem->pagemap.ops = &nouveau_dmem_pagemap_ops; in nouveau_dmem_init() 529 if (IS_ERR(devm_memremap_pages(device, &drm->dmem->pagemap))) in nouveau_dmem_init()
|
/Linux-v5.4/include/trace/events/ |
D | pagemap.h | 3 #define TRACE_SYSTEM pagemap
|
/Linux-v5.4/fs/proc/ |
D | Kconfig | 89 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
|
/Linux-v5.4/Documentation/vm/ |
D | hwpoison.rst | 158 documented in Documentation/admin-guide/mm/pagemap.rst
|
/Linux-v5.4/fs/cramfs/ |
D | README | 121 written for, since comments in <linux/pagemap.h> indicate that
|
/Linux-v5.4/drivers/usb/storage/ |
D | ene_ub6250.c | 236 #define ms_lib_clear_pagemap(pdx) memset((pdx)->MS_Lib.pagemap, 0, sizeof((pdx)->MS_Lib.pagemap)) 423 unsigned char *pagemap[(MS_MAX_PAGES_PER_BLOCK + (MS_LIB_BITS_PER_BYTE-1)) / MS_LIB_BITS_PER_BYTE]; member
|
/Linux-v5.4/Documentation/admin-guide/blockdev/ |
D | zram.rst | 391 pages of the process with*pagemap.
|
/Linux-v5.4/Documentation/filesystems/ |
D | proc.txt | 155 pagemap Page table 579 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags 582 Documentation/admin-guide/mm/pagemap.rst.
|