/freebsd/sys/powerpc/include/ |
H A D | vmparam.h | 197 #ifndef VM_NRESERVLEVEL 200 #define VM_NRESERVLEVEL 1 macro 203 #define VM_NRESERVLEVEL 0 macro
|
/freebsd/sys/arm/include/ |
H A D | vmparam.h | 123 #ifndef VM_NRESERVLEVEL 124 #define VM_NRESERVLEVEL 1 macro
|
/freebsd/sys/i386/include/ |
H A D | vmparam.h | 124 #ifndef VM_NRESERVLEVEL 125 #define VM_NRESERVLEVEL 1 macro
|
/freebsd/sys/riscv/include/ |
H A D | vmparam.h | 101 #ifndef VM_NRESERVLEVEL 102 #define VM_NRESERVLEVEL 1 macro
|
/freebsd/sys/amd64/include/ |
H A D | vmparam.h | 141 #ifndef VM_NRESERVLEVEL 142 #define VM_NRESERVLEVEL 1 macro
|
/freebsd/sys/arm64/include/ |
H A D | vmparam.h | 119 #ifndef VM_NRESERVLEVEL 120 #define VM_NRESERVLEVEL 2 macro
|
/freebsd/sys/vm/ |
H A D | vm_reserv.h | 43 #if VM_NRESERVLEVEL > 0
|
H A D | vm_domainset.c | 73 #if VM_NRESERVLEVEL > 0 in vm_domainset_iter_init() 80 #if VM_NRESERVLEVEL > 1 in vm_domainset_iter_init()
|
H A D | vm_reserv.c | 78 #if VM_NRESERVLEVEL > 0 84 #if VM_NRESERVLEVEL == 2 85 #undef VM_NRESERVLEVEL 86 #define VM_NRESERVLEVEL 1 macro 336 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) { in sysctl_vm_reserv_partpopq()
|
H A D | vm_page.c | 729 #if VM_NRESERVLEVEL > 0 in vm_page_startup() 863 #if VM_NRESERVLEVEL > 0 in vm_page_startup() 2248 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after() 2276 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_domain_after() 2438 #if VM_NRESERVLEVEL > 0 in vm_page_find_contig_domain() 2482 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_contig_domain() 2602 #if VM_NRESERVLEVEL > 0 in vm_page_alloc_noobj_domain() 2638 #if VM_NRESERVLEVEL > 1 2640 #elif VM_NRESERVLEVEL > 0 2888 #if VM_NRESERVLEVEL > 0 in vm_page_scan_contig() [all …]
|
H A D | vm_object.c | 188 #if VM_NRESERVLEVEL > 0 in vm_object_zdtor() 268 #if VM_NRESERVLEVEL > 0 in _vm_object_allocate() 289 #if VM_NRESERVLEVEL > 0 in vm_object_init() 966 #if VM_NRESERVLEVEL > 0 in vm_object_terminate() 1495 #if VM_NRESERVLEVEL > 0 in vm_object_shadow() 1622 #if VM_NRESERVLEVEL > 0 in vm_object_split() 1807 #if VM_NRESERVLEVEL > 0 in vm_object_collapse_scan()
|
H A D | vm_kern.c | 123 #if VM_NRESERVLEVEL > 1 126 #elif VM_NRESERVLEVEL > 0 896 #if VM_NRESERVLEVEL > 0 in kmem_init()
|
H A D | vm_glue.c | 107 #if VM_NRESERVLEVEL > 1 110 #elif VM_NRESERVLEVEL > 0
|
H A D | vm_fault.c | 338 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast() 381 #if VM_NRESERVLEVEL > 0 in vm_fault_soft_fast() 1047 #if VM_NRESERVLEVEL > 0 in vm_fault_cow() 1287 #if VM_NRESERVLEVEL > 0 in vm_fault_allocate() 2124 #if VM_NRESERVLEVEL > 0 in vm_fault_copy_entry()
|
H A D | vm_map.c | 1988 #if VM_NRESERVLEVEL <= 1 1991 #elif VM_NRESERVLEVEL == 2 1995 #error "Unsupported VM_NRESERVLEVEL" 2206 #if VM_NRESERVLEVEL > 0 in vm_map_find_locked() 2209 pagesizes[VM_NRESERVLEVEL] != 0) { in vm_map_find_locked() 2217 pidx = VM_NRESERVLEVEL; in vm_map_find_locked()
|
H A D | vm_mmap.c | 1332 #if VM_NRESERVLEVEL > 0 in vm_mmap_vnode()
|
H A D | vnode_pager.c | 307 #if VM_NRESERVLEVEL > 0 in vnode_pager_alloc()
|
/freebsd/sys/kern/ |
H A D | kern_mib.c | 251 #if VM_NRESERVLEVEL > 0 252 _Static_assert(MAXPAGESIZES > VM_NRESERVLEVEL, "MAXPAGESIZES is too small");
|
H A D | imgact_elf.c | 1365 #if VM_NRESERVLEVEL > 0 in __CONCAT() 1366 pagesizes[VM_NRESERVLEVEL] != 0 ? in __CONCAT() 1368 pagesizes[VM_NRESERVLEVEL] : in __CONCAT()
|
H A D | uipc_shm.c | 1581 #if VM_NRESERVLEVEL > 0 in shm_mmap_large() 1582 shmfd->shm_lp_psind > VM_NRESERVLEVEL in shm_mmap_large()
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 292 #if VM_NRESERVLEVEL > 0 318 #if VM_NRESERVLEVEL > 0 2615 #if VM_NRESERVLEVEL > 0 3452 #if VM_NRESERVLEVEL > 0 3882 #if VM_NRESERVLEVEL > 0 in __CONCAT() 4239 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 2312 #if VM_NRESERVLEVEL > 0 3028 #if VM_NRESERVLEVEL > 0 3372 #if VM_NRESERVLEVEL > 0 in pmap_enter() 3779 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1277 #if VM_NRESERVLEVEL > 0 1311 #if VM_NRESERVLEVEL > 0 5863 #if VM_NRESERVLEVEL > 0 6899 #if VM_NRESERVLEVEL > 0 7437 #if VM_NRESERVLEVEL > 0 in pmap_enter() 7849 #if VM_NRESERVLEVEL > 0 in pmap_enter_quick_locked() 10371 #if VM_NRESERVLEVEL > 0 in pmap_emulate_accessed_dirty() 10428 #if VM_NRESERVLEVEL > 0 in pmap_emulate_accessed_dirty()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 582 #if VM_NRESERVLEVEL > 0 1668 #if VM_NRESERVLEVEL > 0 2714 #if VM_NRESERVLEVEL > 0 3114 #if VM_NRESERVLEVEL > 0 in mmu_radix_enter()
|
/freebsd/sys/arm/arm/ |
H A D | pmap-v6.c | 3156 #if VM_NRESERVLEVEL > 0 3399 #if VM_NRESERVLEVEL > 0 4060 #if VM_NRESERVLEVEL > 0 in pmap_enter()
|