Searched defs:VM_MIN_KERNEL_ADDRESS (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/i386/include/
H A Dvmparam.h157 #define VM_MIN_KERNEL_ADDRESS 0 macro
/freebsd-current/sys/powerpc/include/
H A Dvmparam.h98 #define VM_MIN_KERNEL_ADDRESS 0xc008000000000000 macro
118 #define VM_MIN_KERNEL_ADDRESS ((vm_offset_t)KERNEL_SR << ADDR_SR_SHFT) macro
135 #define VM_MIN_KERNEL_ADDRESS 0xc0000000 macro
/freebsd-current/sys/riscv/include/
H A Dvmparam.h161 #define VM_MIN_KERNEL_ADDRESS (0xffffffc000000000UL) macro
/freebsd-current/sys/arm/include/
H A Dvmparam.h149 #define VM_MIN_KERNEL_ADDRESS KERNBASE macro
/freebsd-current/sys/arm64/include/
H A Dvmparam.h187 #define VM_MIN_KERNEL_ADDRESS (0xffff000000000000UL) macro
/freebsd-current/sys/amd64/include/
H A Dvmparam.h188 #define VM_MIN_KERNEL_ADDRESS KV4ADDR(KPML4BASE, 0, 0, 0) macro

Completed in 136 milliseconds