Searched refs:VMA (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-swap | 9 Description: Enable/disable VMA based swap readahead. 11 If set to true, the VMA based swap readahead algorithm 13 VMA, and the global swap readahead algorithm will be
|
D | procfs-smaps_rollup | 7 except instead of an entry for each VMA in a process,
|
/Linux-v4.19/Documentation/vm/ |
D | unevictable-lru.rst | 197 There may be situations where a page is mapped into a VM_LOCKED VMA, but the 247 mlocked pages - pages mapped into a VM_LOCKED VMA - are a class of unevictable 267 reclaim a page in a VM_LOCKED VMA via try_to_unmap() 269 all of which result in the VM_LOCKED flag being set for the VMA if it doesn't 276 (2) munmap()'d out of the last VM_LOCKED VMA that maps the page, including 279 (3) when the page is truncated from the last VM_LOCKED VMA of an mmapped file; 282 (4) before a page is COW'd in a VM_LOCKED VMA. 289 for each VMA in the range specified by the call. In the case of mlockall(), 292 an already VM_LOCKED VMA, or to munlock() a VMA that is not VM_LOCKED is 295 If the VMA passes some filtering as described in "Filtering Special Vmas" [all …]
|
D | hugetlbfs_reserv.rst | 12 task's address space at page fault time if the VMA indicates huge pages are 91 - For private mappings, the reservation map hangs off the the VMA structure. 136 hangs it off the VMA structure. In addition, the HPAGE_RESV_OWNER flag is set 137 to indicate this VMA owns the reservations. 188 alloc_huge_page is passed a VMA pointer and a virtual address, so it can 217 The free lists associated with the memory policy of the VMA are searched for 228 Note, if no huge page can be found that satisfies the VMA's memory policy 459 they pass in the associated VMA. From the VMA, the type of mapping (private 460 or shared) and the location of the reservation map (inode or VMA) can be
|
D | remap_file_pages.rst | 11 require the kernel to create additional VMA (Virtual Memory Area) data
|
D | transhuge.rst | 193 a THP crosses a VMA boundary.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 76 VMA Policy 77 A "VMA" or "Virtual Memory Area" refers to a range of a task's 81 below, for an overview of the mbind() system call used to set a VMA 84 A VMA policy will govern the allocation of pages that back 86 address space that don't have an explicit VMA policy will fall 90 VMA policies have a few complicating details: 92 * VMA policy applies ONLY to anonymous pages. These include 95 mmap()ed with the MAP_ANONYMOUS flag. If a VMA policy is 98 MAP_PRIVATE flag, the VMA policy will only be applied when 102 * VMA policies are shared between all tasks that share a [all …]
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | 5level-paging.txt | 59 need to make sure that MPX cannot be enabled we already have VMA above
|
/Linux-v4.19/Documentation/filesystems/ |
D | dax.txt | 63 VM_MIXEDMAP and VM_HUGEPAGE flags on the VMA, and setting the vm_ops to
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-mm.rst | 283 value and set the VMA operations to the :c:type:`struct drm_driver 386 VMA Offset Manager
|
/Linux-v4.19/Documentation/x86/ |
D | exception-tables.txt | 164 > Idx Name Size VMA LMA File off Algn
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 289 #define exec_entry(EB, VMA) (&(EB)->exec[(VMA)->exec_flags - (EB)->flags]) argument
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 615 bool "Debug VMA caching" 618 Enable this to turn on VMA caching debug information. Doing so
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 1875 # Note: only available in 64-bit mode due to VMA flags shortage
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 268 allocating a VMA at process creation time. This option
|