Searched refs:VM_KERNEL_DTB_SIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/riscv/include/
H A Dvmparam.h167 #define VM_KERNEL_DTB_SIZE 0x1000000 /* 16 MiB (4 / 8 megapages) */ macro
168 #define VM_KERNEL_IO_BASE (VM_KERNEL_DTB_BASE + VM_KERNEL_DTB_SIZE)
171 #define VM_KERNEL_RESERVED (VM_KERNEL_SIZE + VM_KERNEL_DTB_SIZE + VM_KERNEL_IO_SIZE)

Completed in 142 milliseconds