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

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2155 pt_entry_t newl2, oldl2 __diagused;
2180 oldl2 = pmap_load_store(l2, newl2);
2181 KASSERT(oldl2 == 0, ("%s: found existing mapping at %p: %#lx",
2182 __func__, l2, oldl2));
2193 pt_entry_t oldl2; local
2199 oldl2 = pmap_load_clear(l2);
2200 KASSERT((oldl2 & PTE_RWX) != 0,
2201 ("pmap_remove_l2: L2e %lx is not a superpage mapping", oldl2));
2211 if ((oldl2 & PTE_SW_WIRED) != 0)
2214 if ((oldl2
2662 pd_entry_t newl2, oldl2; local
3205 pd_entry_t *l2, *l3, oldl2; local
4462 pd_entry_t *l2, oldl2; local
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3675 pt_entry_t newl2, oldl2 __diagused;
3701 oldl2 = pmap_load_store(l2, newl2);
3702 KASSERT(oldl2 == 0, ("%s: found existing mapping at %p: %#lx",
3703 __func__, l2, oldl2));
7330 pd_entry_t *l0, *l1, *l2, oldl2;
7363 oldl2 = pmap_load(l2);
7364 if (oldl2 == 0)
7366 if ((oldl2 & ATTR_DESCR_MASK) == L2_BLOCK) {
7367 if ((oldl2 & ATTR_SW_MANAGED) == 0)
7389 if ((oldl2
7332 pd_entry_t *l0, *l1, *l2, oldl2; local
7507 pd_entry_t *l2, oldl2; local
8164 pt_entry_t *l3, newl3, oldl2; local
[all...]

Completed in 138 milliseconds