Lines Matching refs:ric
329 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18)
405 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \
406 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
407 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \
408 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
625 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \
626 stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r))
627 #define PPC_TLBIEL(rb,rs,ric,prs,r) \
628 stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))