Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dvmparam.h132 #ifndef VM_LEVEL_0_ORDER
136 #define VM_LEVEL_0_ORDER i386_pmap_VM_LEVEL_0_ORDER macro
138 #define VM_LEVEL_0_ORDER_MAX VM_LEVEL_0_ORDER
/freebsd/sys/arm64/include/
H A Dvmparam.h127 #ifndef VM_LEVEL_0_ORDER
129 #define VM_LEVEL_0_ORDER 9 macro
131 #define VM_LEVEL_0_ORDER 11 macro
/freebsd/sys/arm/include/
H A Dvmparam.h130 #ifndef VM_LEVEL_0_ORDER
131 #define VM_LEVEL_0_ORDER 8 macro
/freebsd/sys/riscv/include/
H A Dvmparam.h108 #ifndef VM_LEVEL_0_ORDER
109 #define VM_LEVEL_0_ORDER 9 macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h207 #ifndef VM_LEVEL_0_ORDER
209 #define VM_LEVEL_0_ORDER vm_level_0_order macro
H A Dpte.h148 #define HPT_SP_SHIFT (VM_LEVEL_0_ORDER + PAGE_SHIFT)
151 #define HPT_SP_PAGES (1 << VM_LEVEL_0_ORDER)
/freebsd/sys/amd64/include/
H A Dvmparam.h148 #ifndef VM_LEVEL_0_ORDER
149 #define VM_LEVEL_0_ORDER 9 macro
/freebsd/sys/vm/
H A Dvm_reserv.c81 #define VM_LEVEL_0_ORDER_MAX VM_LEVEL_0_ORDER
87 #define VM_LEVEL_0_NPAGES (1 << VM_LEVEL_0_ORDER)
94 #define VM_LEVEL_0_SHIFT (VM_LEVEL_0_ORDER + PAGE_SHIFT)
435 vm_phys_free_pages(rv->pages, VM_LEVEL_0_ORDER); in vm_reserv_depopulate()
861 VM_LEVEL_0_ORDER); in vm_reserv_alloc_page()
H A Dvm_domainset.c80 pindex >>= VM_LEVEL_0_ORDER; in vm_domainset_iter_init()
H A Dvm_glue.c110 #define KVA_KSTACK_QUANTUM_SHIFT (VM_LEVEL_0_ORDER + PAGE_SHIFT)
H A Dvm_kern.c124 #define KVA_QUANTUM_SHIFT (VM_LEVEL_0_ORDER + PAGE_SHIFT)
/freebsd/sys/conf/
H A Doptions632 VM_LEVEL_0_ORDER opt_vm.h