Lines Matching refs:ric
289 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18)
363 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \
364 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
365 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \
366 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
547 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \
548 stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r))
549 #define PPC_TLBIEL(rb,rs,ric,prs,r) \
550 stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))