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

/freebsd-13-stable/sys/powerpc/aim/
H A Dmoea64_native.c395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
783 if (oldptehi & LPTE_VALID) {
864 ret = moea64_pte_insert_locked(pvo, &insertpt, LPTE_VALID);
986 ret = moea64_pte_insert_locked(pvo, &insertpt, LPTE_VALID);
H A Dmmu_oea64.c599 lpte->pte_hi |= LPTE_VALID;
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c188 if (old.pte_hi & LPTE_VALID)
308 if (!(pte.pte_hi & LPTE_VALID))
415 if (!(pt.pte_hi & LPTE_VALID) || !(pt.pte_lo & LPTE_REF)) {
496 if (evicted.pte_hi & LPTE_VALID) {
/freebsd-13-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c174 if (!(halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_VALID))
/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h121 #define LPTE_VALID 0x0000000000000001ULL macro

Completed in 262 milliseconds