Home
last modified time | relevance | path

Searched refs:iprot (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dmmu.h446 #define FSL_BOOKE_MAS1(v,iprot,tid,ts,tsize) \ argument
448 (((iprot) << 30) & MAS1_IPROT) |\
500 u8 ts, u8 esel, u8 tsize, u8 iprot);
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dtlb.c138 u8 ts, u8 esel, u8 tsize, u8 iprot) in set_tlb() argument
153 _mas1 = FSL_BOOKE_MAS1(1, iprot, 0, ts, tsize); in set_tlb()