Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/pseries/
HDmmu_phyp.c309 return (pte.pte_lo & (LPTE_CHG | LPTE_REF)); in mphyp_pte_synch()
343 return (refchg & ~LPTE_REF); in mphyp_pte_clear()
353 if (ptebit & LPTE_REF) { in mphyp_pte_clear()
358 refchg |= (ptelo & LPTE_REF); in mphyp_pte_clear()
388 return (pte.pte_lo & (LPTE_REF | LPTE_CHG)); in mphyp_pte_unset()
413 if (!(pt.pte_hi & LPTE_VALID) || !(pt.pte_lo & LPTE_REF)) { in mphyp_pte_spillable_ident()
609 refchg |= pte.pte_lo & (LPTE_REF | LPTE_CHG); in mphyp_pte_unset_sp()
/freebsd-13-stable/sys/powerpc/ps3/
HDmmu_ps3.c181 (LPTE_CHG | LPTE_REF)); in mps3_pte_synch_locked()
239 return (refchg & (LPTE_REF | LPTE_CHG)); in mps3_pte_unset()
/freebsd-13-stable/sys/powerpc/aim/
HDmoea64_native.c333 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_synch_native()
355 if (ptebit == LPTE_REF) { in moea64_pte_clear_native()
379 return (ptelo & (LPTE_REF | LPTE_CHG)); in moea64_pte_clear_native()
404 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_unset_locked()
467 return (ptelo & (LPTE_CHG | LPTE_REF)); in moea64_pte_replace_inval_native()
HDmmu_oea64.c1382 if (refchg & LPTE_REF) in moea64_unwire()
2004 return (moea64_query_bit(m, LPTE_REF)); in moea64_is_referenced()
2114 return (moea64_clear_bit(m, LPTE_REF)); in moea64_ts_referenced()
2160 if (refchg & LPTE_REF) in moea64_page_set_memattr()
2591 if (refchg & LPTE_REF) in moea64_pvo_protect()
2982 if (refchg & LPTE_REF) in moea64_pvo_remove_from_pmap()
3097 ret & (LPTE_CHG | LPTE_REF)); in moea64_query_bit()
3646 if (refchg & LPTE_REF) in moea64_sp_refchg_process()
3866 sp_refchg = LPTE_REF | in moea64_sp_promote()
4124 refchg |= ret & (LPTE_CHG | LPTE_REF); in moea64_sp_query_locked()
[all …]
/freebsd-13-stable/sys/powerpc/include/
HDpte.h130 #define LPTE_REF EXTEND_PTE( PTE_REF ) macro