Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dpmap.c969 if ((tmp.mas1 & MAS1_VALID) && (tmp.mas2 & _TLB_ENTRY_SHARED)) in tlb1_ap_prep()
988 if (__boot_tlb1[i].mas1 & MAS1_VALID) in pmap_bootstrap_ap()
1050 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_kextract()
2109 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_dumpsys_unmap()
2215 if ((e->mas1 & MAS1_VALID) == 0) in tlb1_find_pa()
2245 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_mapdev_attr()
2404 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_change_attr()
2604 if ((e.mas1 & MAS1_VALID) == 0) in tlb1_find_free()
2618 if ((e.mas1 & MAS1_VALID) == 0) in tlb1_purge_va_range()
2622 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.c979 if (!(mas1 & MAS1_VALID)) in tid_flush()
983 mas1 &= ~MAS1_VALID; in tid_flush()
/freebsd/sys/powerpc/include/
H A Dtlb.h47 #define MAS1_VALID 0x80000000 macro