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

/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c2252 pmap_pv_demote_l2(pmap_t pmap, vm_offset_t va, vm_paddr_t pa, function
2264 ("pmap_pv_demote_l2: pa is not 2mpage aligned"));
2275 KASSERT(pv != NULL, ("pmap_pv_demote_l2: pv not found"));
2285 pc->pc_map[2] != 0, ("pmap_pv_demote_l2: missing spare"));
2295 ("pmap_pv_demote_l2: page %p is not managed", m));
4639 * wrong PV list and pmap_pv_demote_l2() failing to find the expected
4651 pmap_pv_demote_l2(pmap, va, oldl2 & ~ATTR_MASK, lockp);

Completed in 114 milliseconds