Home
last modified time | relevance | path

Searched refs:DEVMAP_MIN_VADDR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/include/
H A Dvmparam.h249 #define DEVMAP_MIN_VADDR (DEVMAP_MAX_VADDR - PMAP_MAPDEV_EARLY_SIZE) macro
/freebsd/sys/riscv/riscv/
H A Dpmap.c819 slot = pmap_l2_index(DEVMAP_MIN_VADDR); in pmap_create_pagetables()
826 slot = pmap_l1_index(DEVMAP_MIN_VADDR); in pmap_create_pagetables()
925 virtual_end = DEVMAP_MIN_VADDR; in pmap_bootstrap()