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

/freebsd-current/sys/arm64/include/
H A Dpmap.h165 bool pmap_get_tables(pmap_t, vm_offset_t, pd_entry_t **, pd_entry_t **,
/freebsd-current/sys/riscv/include/
H A Dpmap.h156 bool pmap_get_tables(pmap_t, vm_offset_t, pd_entry_t **, pd_entry_t **,
/freebsd-current/sys/riscv/riscv/
H A Dminidump_machdep.c185 if (!pmap_get_tables(pmap_kernel(), va, &l1, &l2, &l3))
284 if (!pmap_get_tables(pmap_kernel(), va, &l1, &l2, &l3)) {
H A Dpmap.c4930 pmap_get_tables(pmap_t pmap, vm_offset_t va, pd_entry_t **l1, pd_entry_t **l2, function
/freebsd-current/sys/arm64/arm64/
H A Dminidump_machdep.c178 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3))
289 if (!pmap_get_tables(pmap_kernel(), va, &l0, &l1, &l2, &l3)) {
H A Dpmap.c784 pmap_get_tables(pmap_t pmap, vm_offset_t va, pd_entry_t **l0, pd_entry_t **l1, function

Completed in 289 milliseconds