Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/admin-guide/mm/
Dpagemap.rst7 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
Didle_page_tracking.rst57 ``/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
Dindex.rst36 pagemap
Dsoft-dirty.rst19 This is done by reading from the ``/proc/PID/pagemap``. The bit 55 of the
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_dmem.c74 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/
Dpagemap.h3 #define TRACE_SYSTEM pagemap
/Linux-v5.4/fs/proc/
DKconfig89 /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
/Linux-v5.4/Documentation/vm/
Dhwpoison.rst158 documented in Documentation/admin-guide/mm/pagemap.rst
/Linux-v5.4/fs/cramfs/
DREADME121 written for, since comments in <linux/pagemap.h> indicate that
/Linux-v5.4/drivers/usb/storage/
Dene_ub6250.c236 #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/
Dzram.rst391 pages of the process with*pagemap.
/Linux-v5.4/Documentation/filesystems/
Dproc.txt155 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.