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

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c929 pmap_early_vtophys(vm_offset_t va) function
1007 l1_pa = pmap_early_vtophys((vm_offset_t)state->l1);
1055 l2_pa = pmap_early_vtophys((vm_offset_t)state->l2);
1099 l3_pa = pmap_early_vtophys((vm_offset_t)state->l3);
1312 pmap_early_vtophys((vm_offset_t)kernel_pmap_store.pm_l0);
1322 min_pa = pmap_early_vtophys(KERNBASE);
1350 start_pa = pa = pmap_early_vtophys(KERNBASE);
1384 pa = pmap_early_vtophys(bs_state.freemempos);
1434 kernstart = pmap_early_vtophys(KERNBASE);
1494 pmap_early_vtophys((vm_offset_
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c529 pmap_early_vtophys(vm_offset_t l1pt, vm_offset_t va) function
601 pa = pmap_early_vtophys(l1pt, l3pt);
717 l1pa = pmap_early_vtophys(l1pt, l1pt);
721 l0pa = pmap_early_vtophys(l1pt, l0pv);
745 pa = pmap_early_vtophys(l1pt, freemempos);

Completed in 185 milliseconds