Home
last modified time | relevance | path

Searched refs:init_pt_va (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/include/
H A Dvmparam.h243 extern vm_offset_t init_pt_va;
/freebsd/sys/riscv/riscv/
H A Dlocore.S306 .globl init_pt_va
307 init_pt_va: label
H A Dpmap.c522 l2 = (pt_entry_t *)init_pt_va; in pmap_early_page_idx()