Searched refs:newl3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2827 pt_entry_t *firstl3, newl3; local
2864 newl3 = oldl2;
2872 pmap_store(firstl3 + i, newl3 + (i << PTE_PPN0_S));
2874 KASSERT(PTE_TO_PHYS(pmap_load(firstl3)) == PTE_TO_PHYS(newl3),
2875 ("pmap_demote_l2_locked: firstl3 and newl3 map different physical "
2881 if ((pmap_load(firstl3) & PTE_PROMOTE) != (newl3 & PTE_PROMOTE))
2883 pmap_store(firstl3 + i, newl3 + (i << PTE_PPN0_S));
3562 pt_entry_t *l3, newl3; local
3644 newl3 = ((VM_PAGE_TO_PHYS(m) / PAGE_SIZE) << PTE_PPN0_S) |
3647 newl3 |
4352 pt_entry_t *l3, oldl3, newl3; local
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c8119 pmap_fill_l3(pt_entry_t *firstl3, pt_entry_t newl3) argument
8124 *l3 = newl3;
8125 newl3 += L3_SIZE;
8178 pt_entry_t *l3, newl3, oldl2; local
8264 newl3 = ATTR_CONTIGUOUS | (oldl2 & ~ATTR_DESCR_MASK) | L3_PAGE;
8279 pmap_fill_l3(l3, newl3);
8281 pmap_demote_l2_check(l3, newl3);
8286 if ((pmap_load(l3) & ATTR_PROMOTE) != (newl3 & ATTR_PROMOTE))
8287 pmap_fill_l3(l3, newl3);
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c6428 pml3_entry_t newl3; local
6462 newl3 = (pml3_entry_t)(pa | RPTE_EAA_P | RPTE_EAA_R | RPTE_EAA_W);
6463 pte_store(pde, newl3);

Completed in 363 milliseconds