Home
last modified time | relevance | path

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

/freebsd-12.1/sys/powerpc/booke/
H A Dlocore.S237 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
471 oris %r3, %r3, (MAS1_VALID | MAS1_IPROT)@h
636 oris %r17, %r17, MAS1_IPROT@h
693 oris %r5, %r5, (MAS1_VALID | MAS1_IPROT)@h
H A Dpmap.c4068 e.mas1 = MAS1_VALID | MAS1_IPROT | ts | tid; in tlb1_set_entry()
4431 if (mas1 & MAS1_IPROT) in tlb_print_entry()
/freebsd-12.1/sys/powerpc/include/
H A Dtlb.h50 #define MAS1_IPROT 0x40000000 macro