Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c311 return (pte.pte_lo & (LPTE_CHG | LPTE_REF)); in mphyp_pte_synch()
345 return (refchg & ~LPTE_REF); in mphyp_pte_clear()
355 if (ptebit & LPTE_REF) { in mphyp_pte_clear()
360 refchg |= (ptelo & LPTE_REF); in mphyp_pte_clear()
390 return (pte.pte_lo & (LPTE_REF | LPTE_CHG)); in mphyp_pte_unset()
415 if (!(pt.pte_hi & LPTE_VALID) || !(pt.pte_lo & LPTE_REF)) { in mphyp_pte_spillable_ident()
611 refchg |= pte.pte_lo & (LPTE_REF | LPTE_CHG); in mphyp_pte_unset_sp()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c181 (LPTE_CHG | LPTE_REF)); in mps3_pte_synch_locked()
239 return (refchg & (LPTE_REF | LPTE_CHG)); in mps3_pte_unset()
/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c335 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_synch_native()
357 if (ptebit == LPTE_REF) { in moea64_pte_clear_native()
381 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_clear_native()
406 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_unset_locked()
469 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_replace_inval_native()
H A Dmmu_oea64.c1379 if (refchg & LPTE_REF) in moea64_unwire()
2002 return (moea64_query_bit(m, LPTE_REF)); in moea64_is_referenced()
2112 return (moea64_clear_bit(m, LPTE_REF)); in moea64_ts_referenced()
2158 if (refchg & LPTE_REF) in moea64_page_set_memattr()
2589 if (refchg & LPTE_REF) in moea64_pvo_protect()
2980 if (refchg & LPTE_REF) in moea64_pvo_remove_from_pmap()
3095 ret & (LPTE_CHG | LPTE_REF)); in moea64_query_bit()
3671 if (refchg & LPTE_REF) in moea64_sp_refchg_process()
3891 sp_refchg = LPTE_REF | in moea64_sp_promote()
4149 refchg |= ret & (LPTE_CHG | LPTE_REF); in moea64_sp_query_locked()
[all …]
/freebsd/sys/powerpc/include/
H A Dpte.h130 #define LPTE_REF EXTEND_PTE( PTE_REF ) macro