Searched refs:ric (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/mm/ |
D | tlb-radix.c | 27 unsigned long ric) in __tlbiel_pid() argument 39 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in __tlbiel_pid() 46 static inline void _tlbiel_pid(unsigned long pid, unsigned long ric) in _tlbiel_pid() argument 51 __tlbiel_pid(pid, set, ric); in _tlbiel_pid() 56 static inline void _tlbie_pid(unsigned long pid, unsigned long ric) in _tlbie_pid() argument 67 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in _tlbie_pid() 72 unsigned long ap, unsigned long ric) in _tlbiel_va() argument 84 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in _tlbiel_va() 89 unsigned long ap, unsigned long ric) in _tlbie_va() argument 101 : : "r"(rb), "i"(r), "i"(prs), "i"(ric), "r"(rs) : "memory"); in _tlbie_va() [all …]
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 295 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18) argument 362 #define PPC_TLBIE_5(rb,rs,ric,prs,r) \ argument 365 ___PPC_RIC(ric) | ___PPC_PRS(prs) | \ 367 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument 370 ___PPC_RIC(ric) | ___PPC_PRS(prs) | \
|