Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
A Dradix_tlb.c101 unsigned long ric) in __tlbiel_pid() argument
364 switch (ric) { in _tlbiel_pid()
403 switch (ric) { in _tlbie_pid()
420 unsigned long ric) in _tlbie_pid_lpid() argument
429 switch (ric) { in _tlbie_pid_lpid()
446 unsigned long ric; member
465 struct tlbiel_pid t = { .pid = pid, .ric = ric }; in _tlbiel_pid_multicast()
486 switch (ric) { in _tlbie_lpid()
509 switch (ric) { in _tlbie_lpid_guest()
598 unsigned long ric; member
[all …]
A Dhash_native.c61 unsigned int ric, unsigned int prs) in tlbiel_hash_set_isa300() argument
71 : : "r"(rb), "r"(rs), "i"(ric), "i"(prs), "i"(r) in tlbiel_hash_set_isa300()
213 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_vpn() local
219 ric = 0; /* RIC_FLSUH_TLB */ in fixup_tlbie_vpn()
228 "i"(ric), "r"(rs) : "memory"); in fixup_tlbie_vpn()
/linux/arch/powerpc/include/asm/
A Dtrace.h191 unsigned long rs, unsigned long ric, unsigned long prs,
193 TP_ARGS(lpid, local, rb, rs, ric, prs, r),
199 __field(unsigned long, ric)
209 __entry->ric = ric;
216 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
A Dppc-opcode.h314 #define ___PPC_RIC(ric) (((ric) & 0x3) << 18) argument
392 #define PPC_RAW_TLBIE_5(rb, rs, ric, prs, r) \ argument
393 (0x7c000264 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
394 #define PPC_RAW_TLBIEL(rb, rs, ric, prs, r) \ argument
395 (0x7c000224 | ___PPC_RB(rb) | ___PPC_RS(rs) | ___PPC_RIC(ric) | ___PPC_PRS(prs) | ___PPC_R(r))
601 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ argument
602 stringify_in_c(.long PPC_RAW_TLBIE_5(rb, rs, ric, prs, r))
603 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ argument
604 stringify_in_c(.long PPC_RAW_TLBIEL(rb, rs, ric, prs, r))
A Dkvm_book3s_64.h118 #define H_TLBIE_P1_ENC(ric, prs, r) (___PPC_RIC(ric) | ___PPC_PRS(prs) | \ argument
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c1123 struct kvm_nested_guest *gp, int ric) in kvmhv_emulate_tlbie_lpid() argument
1128 switch (ric) { in kvmhv_emulate_tlbie_lpid()
1164 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric); in kvmhv_emulate_tlbie_all_lpid()
1176 int r, ric, prs, is, ap; in kvmhv_emulate_priv_tlbie() local
1181 ric = get_ric(instr); in kvmhv_emulate_priv_tlbie()
1195 if ((!r) || (prs) || (ric == 3) || (is == 1) || in kvmhv_emulate_priv_tlbie()
1196 ((!is) && (ric == 1 || ric == 2))) in kvmhv_emulate_priv_tlbie()
1213 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric); in kvmhv_emulate_priv_tlbie()
1219 kvmhv_emulate_tlbie_all_lpid(vcpu, ric); in kvmhv_emulate_priv_tlbie()
1246 unsigned long lpid, unsigned long ric) in do_tlb_invalidate_nested_all() argument
[all …]
A Dbook3s_hv_rm_mmu.c435 unsigned long rb,rs,prs,r,ric; in fixup_tlbie_lpid() local
441 ric = 0; /* RIC_FLSUH_TLB */ in fixup_tlbie_lpid()
450 "i"(ric), "r"(rs) : "memory"); in fixup_tlbie_lpid()

Completed in 20 milliseconds