Home
last modified time | relevance | path

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

/freebsd-12.1/sys/powerpc/booke/
H A Dpmap.c2128 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_kextract()
3481 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_dumpsys_unmap()
3596 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_mapdev_attr()
3733 if (!(e.mas1 & MAS1_VALID)) in mmu_booke_change_attr()
4205 if (!(e.mas1 & MAS1_VALID)) in pmap_early_io_unmap()
4209 e.mas1 &= ~MAS1_VALID; in pmap_early_io_unmap()
4229 if (!(e.mas1 & MAS1_VALID)) in pmap_early_io_map()
4318 if (!(e.mas1 & MAS1_VALID)) in tlb1_iomapped()
4398 if (!(mas1 & MAS1_VALID)) in tid_flush()
4402 mas1 &= ~MAS1_VALID; in tid_flush()
[all …]
H A Dlocore.S237 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
471 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
693 oris %r5, %r5, (MAS1_VALID | MAS1_IPROT)@h
/freebsd-12.1/sys/powerpc/include/
H A Dtlb.h49 #define MAS1_VALID 0x80000000 macro