Searched refs:newl2 (Results 1 – 1 of 1) sorted by relevance
2819 pt_entry_t newl2, oldl2; in pmap_remove_kernel_l2() local2832 newl2 = ml3pa | L2_TABLE; in pmap_remove_kernel_l2()3531 newl2 = pmap_load(firstl3); in pmap_promote_l2()3543 if (!atomic_fcmpset_64(l2, &newl2, newl2 & ~ATTR_SW_DBM)) in pmap_promote_l2()3545 newl2 &= ~ATTR_SW_DBM; in pmap_promote_l2()3548 pa = newl2 + L2_SIZE - PAGE_SIZE; in pmap_promote_l2()3590 newl2 &= ~ATTR_DESCR_MASK; in pmap_promote_l2()3591 newl2 |= L2_BLOCK; in pmap_promote_l2()6186 pt_entry_t *l2, newl2, oldl1; in pmap_demote_l1() local6221 newl2 = oldl1 & ATTR_MASK; in pmap_demote_l1()[all …]