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

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4841 pd_entry_t all_l3e_AF, firstl3c, *l3, oldl3, pa; local
4860 firstl3c = pmap_load(l3p);
4866 if ((firstl3c & ATTR_SW_NO_PROMOTE) != 0)
4869 if ((PTE_TO_PHYS(firstl3c) & L3C_OFFSET) != 0 ||
4870 (firstl3c & ATTR_DESCR_MASK) != L3_PAGE) { /* ...or is invalid. */
4882 if ((firstl3c & (ATTR_S1_AP_RW_BIT | ATTR_SW_DBM)) ==
4888 if (!atomic_fcmpset_64(l3p, &firstl3c, firstl3c & ~ATTR_SW_DBM))
4890 firstl3c &= ~ATTR_SW_DBM;
4899 all_l3e_AF = firstl3c
[all...]

Completed in 114 milliseconds