Home
last modified time | relevance | path

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

/trueos/sys/powerpc/include/
HDtlb.h47 #define MAS1_VALID 0x80000000 macro
/trueos/sys/powerpc/booke/
HDlocore.S162 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
484 oris %r5, %r5, (MAS1_VALID | MAS1_IPROT)@h
622 andis. %r9, %r8, MAS1_VALID@h
HDpmap.c1337 if (!(tlb1[i].mas1 & MAS1_VALID)) in pmap_bootstrap_ap()
1372 if (!(tlb1[i].mas1 & MAS1_VALID)) in mmu_booke_kextract()
2699 if (!(tlb1[i].mas1 & MAS1_VALID)) in mmu_booke_mapdev_attr()
2852 if (mas1 & MAS1_VALID) in tlb_print_entry()
3050 tlb1[index].mas1 = MAS1_VALID | MAS1_IPROT | ts | tid; in tlb1_set_entry()
3154 if ((mas1 & MAS1_VALID) == 0) in tlb1_init()
3196 if (!(tlb1[i].mas1 & MAS1_VALID)) in pmap_early_io_map()
3297 if (!(tlb1[i].mas1 & MAS1_VALID)) in tlb1_iomapped()