Home
last modified time | relevance | path

Searched refs:MAS1_VALID (Results 1 – 4 of 4) sorted by relevance

/src/sys/powerpc/booke/
H A Dpmap.c965 if ((tmp.mas1 & MAS1_VALID) && (tmp.mas2 & _TLB_ENTRY_SHARED)) in tlb1_ap_prep()
984 if (__boot_tlb1[i].mas1 & MAS1_VALID) in pmap_bootstrap_ap()
1046 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_kextract()
2105 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_dumpsys_unmap()
2211 if ((e->mas1 & MAS1_VALID) == 0) in tlb1_find_pa()
2241 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_mapdev_attr()
2398 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_change_attr()
2598 if ((e.mas1 & MAS1_VALID) == 0) in tlb1_find_free()
2612 if ((e.mas1 & MAS1_VALID) == 0) in tlb1_purge_va_range()
2616 mtspr(SPR_MAS1, e.mas1 & ~MAS1_VALID); in tlb1_purge_va_range()
[all …]
H A Dlocore.S245 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
532 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
744 oris %r5, %r5, (MAS1_VALID | MAS1_IPROT)@h
H A Dpmap_32.c978 if (!(mas1 & MAS1_VALID)) in tid_flush()
982 mas1 &= ~MAS1_VALID; in tid_flush()
/src/sys/powerpc/include/
H A Dtlb.h47 #define MAS1_VALID 0x80000000 macro