Home
last modified time | relevance | path

Searched defs:ric (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c30 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300()
101 unsigned long ric) in __tlbiel_pid()
159 unsigned long ap, unsigned long ric) in __tlbiel_va()
191 unsigned long ap, unsigned long ric) in __tlbie_lpid_va()
353 unsigned long ric; member
369 unsigned long pid, unsigned long ric) in _tlbiel_pid_multicast()
491 unsigned long ric; member
508 unsigned long psize, unsigned long ric) in _tlbiel_va_multicast()
1380 unsigned long ric = RIC_FLUSH_ALL; in radix__flush_tlb_all() local
1404 unsigned long ric) in __tlbie_pid_lpid()
[all …]
H A Dhash_native.c132 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
H A Dhash_utils.c187 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c1131 struct kvm_nested_guest *gp, int ric) in kvmhv_emulate_tlbie_lpid()
1161 static void kvmhv_emulate_tlbie_all_lpid(struct kvm_vcpu *vcpu, int ric) in kvmhv_emulate_tlbie_all_lpid()
1181 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local
1251 unsigned long lpid, unsigned long ric) in do_tlb_invalidate_nested_all()
H A Dbook3s_hv_rm_mmu.c429 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h104 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
H A Dppc-opcode.h329 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18) argument
405 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument
407 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument
625 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument
627 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c429 unsigned ric = (flags & TLBIE_F_RIC_MASK) >> TLBIE_F_RIC_SHIFT; in helper_tlbie_isa300() local