Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dlocore.S245 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
532 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
687 oris %r17, %r17, MAS1_IPROT@h
744 oris %r5, %r5, (MAS1_VALID | MAS1_IPROT)@h
H A Dpmap.c2760 e.mas1 = MAS1_VALID | MAS1_IPROT | ts | tid; in tlb1_set_entry()
3061 if (mas1 & MAS1_IPROT) in tlb_print_entry()
/freebsd/sys/powerpc/include/
H A Dtlb.h48 #define MAS1_IPROT 0x40000000 macro