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

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c2695 pt_entry_t *firstl3, newl3; local
2732 newl3 = oldl2;
2740 pmap_store(firstl3 + i, newl3 + (i << PTE_PPN0_S));
2742 KASSERT(PTE_TO_PHYS(pmap_load(firstl3)) == PTE_TO_PHYS(newl3),
2743 ("pmap_demote_l2_locked: firstl3 and newl3 map different physical "
2749 if ((pmap_load(firstl3) & PTE_PROMOTE) != (newl3 & PTE_PROMOTE))
2751 pmap_store(firstl3 + i, newl3 + (i << PTE_PPN0_S));
3430 pt_entry_t *l3, newl3;
3512 newl3 = ((VM_PAGE_TO_PHYS(m) / PAGE_SIZE) << PTE_PPN0_S) |
3515 newl3 |
3416 pt_entry_t *l3, newl3; local
4206 pt_entry_t *l3, oldl3, newl3; local
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c8121 pmap_fill_l3(pt_entry_t *firstl3, pt_entry_t newl3)
8126 *l3 = newl3;
8127 newl3 += L3_SIZE;
8180 pt_entry_t *l3, newl3, oldl2;
8266 newl3 = ATTR_CONTIGUOUS | (oldl2 & ~ATTR_DESCR_MASK) | L3_PAGE;
8281 pmap_fill_l3(l3, newl3);
8283 pmap_demote_l2_check(l3, newl3);
8288 if ((pmap_load(l3) & ATTR_PROMOTE) != (newl3 & ATTR_PROMOTE))
8289 pmap_fill_l3(l3, newl3);
8119 pmap_fill_l3(pt_entry_t *firstl3, pt_entry_t newl3) argument
8178 pt_entry_t *l3, newl3, oldl2; local
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c6428 pml3_entry_t newl3;
6462 newl3 = (pml3_entry_t)(pa | RPTE_EAA_P | RPTE_EAA_R | RPTE_EAA_W);
6463 pte_store(pde, newl3);
6413 pml3_entry_t newl3; local

Completed in 138 milliseconds