Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dradix_tlb.c30 unsigned int ric, unsigned int prs) in tlbiel_radix_set_isa300()
101 unsigned long ric) in __tlbiel_pid()
116 static __always_inline void __tlbie_pid(unsigned long pid, unsigned long ric) in __tlbie_pid()
130 static __always_inline void __tlbie_lpid(unsigned long lpid, unsigned long ric) in __tlbie_lpid()
144 static __always_inline void __tlbie_lpid_guest(unsigned long lpid, unsigned long ric) in __tlbie_lpid_guest()
159 unsigned long ap, unsigned long ric) in __tlbiel_va()
175 unsigned long ap, unsigned long ric) in __tlbie_va()
191 unsigned long ap, unsigned long ric) in __tlbie_lpid_va()
290 static inline void _tlbiel_pid(unsigned long pid, unsigned long ric) in _tlbiel_pid()
326 static inline void _tlbie_pid(unsigned long pid, unsigned long ric) in _tlbie_pid()
[all …]
Dhash_native.c132 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
Dhash_utils.c187 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300()
/arch/powerpc/kvm/
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()
Dbook3s_hv_rm_mmu.c429 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
/arch/powerpc/include/asm/
Dkvm_book3s_64.h104 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
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