Searched defs:ric (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_tlb.c | 30 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300() 101 unsigned long ric) in __tlbiel_pid() 132 unsigned long ric) in __tlbie_pid_lpid() 174 unsigned long ap, unsigned long ric) in __tlbiel_va() 207 unsigned long ap, unsigned long ric) in __tlbie_va_lpid() 420 unsigned long ric) in _tlbie_pid_lpid() 446 unsigned long ric; member 462 unsigned long pid, unsigned long ric) in _tlbiel_pid_multicast() 598 unsigned long ric; member 615 unsigned long psize, unsigned long ric) in _tlbiel_va_multicast() [all …]
|
A D | hash_native.c | 61 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() 213 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 1123 struct kvm_nested_guest *gp, int ric) in kvmhv_emulate_tlbie_lpid() 1153 static void kvmhv_emulate_tlbie_all_lpid(struct kvm_vcpu *vcpu, int ric) in kvmhv_emulate_tlbie_all_lpid() 1176 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local 1246 unsigned long lpid, unsigned long ric) in do_tlb_invalidate_nested_all()
|
A D | book3s_hv_rm_mmu.c | 435 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_book3s_64.h | 118 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
|
A D | ppc-opcode.h | 314 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18) argument 392 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument 394 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument 601 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument 603 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument
|
Completed in 25 milliseconds