Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_unset_locked()
456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED; in moea64_pte_replace_inval_native()
783 if (oldptehi & LPTE_VALID) { in moea64_insert_to_pteg_native()
864 ret = moea64_pte_insert_locked(pvo, &insertpt, LPTE_VALID); in moea64_pte_insert_native()
982 ret = moea64_pte_insert_locked(pvo, &insertpt, LPTE_VALID); in moea64_pte_insert_sp_locked()
H A Dmmu_oea64.c602 lpte->pte_hi |= LPTE_VALID; in moea64_pte_from_pvo()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c261 if (old.pte_hi & LPTE_VALID) in mphyp_bootstrap()
308 if (!(pte.pte_hi & LPTE_VALID)) in mphyp_pte_synch()
415 if (!(pt.pte_hi & LPTE_VALID) || !(pt.pte_lo & LPTE_REF)) { in mphyp_pte_spillable_ident()
496 if (evicted.pte_hi & LPTE_VALID) { in mphyp_pte_evict_and_insert_locked()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c172 if (!(halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_VALID)) in mps3_pte_synch_locked()
/freebsd/sys/powerpc/include/
H A Dpte.h120 #define LPTE_VALID 0x0000000000000001ULL macro