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

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2066 pmap_pv_demote_l2(pmap_t pmap, vm_offset_t va, vm_paddr_t pa, function
2088 KASSERT(pv != NULL, ("pmap_pv_demote_l2: pv not found"));
2096 KASSERT(!pc_is_full(pc), ("pmap_pv_demote_l2: missing spare"));
2106 ("pmap_pv_demote_l2: page %p is not managed", m));
2758 * the wrong PV list and pmap_pv_demote_l2() failing to find the
2773 pmap_pv_demote_l2(pmap, va, PTE_TO_PHYS(oldl2), lockp);
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3507 pmap_pv_demote_l2(pmap_t pmap, vm_offset_t va, vm_paddr_t pa, function
3519 ("pmap_pv_demote_l2: va is not 2mpage aligned"));
3521 ("pmap_pv_demote_l2: pa is not 2mpage aligned"));
3531 KASSERT(pv != NULL, ("pmap_pv_demote_l2: pv not found"));
3540 KASSERT(!pc_is_full(pc), ("pmap_pv_demote_l2: missing spare"));
3550 ("pmap_pv_demote_l2: page %p is not managed", m));
8305 * wrong PV list and pmap_pv_demote_l2() failing to find the expected
8321 pmap_pv_demote_l2(pmap, va, PTE_TO_PHYS(oldl2), lockp);

Completed in 206 milliseconds