Searched refs:PPC_TLBIEL (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_builtin.c | 714 asm volatile(PPC_TLBIEL(%0, %1, 0, 0, 0) : : in kvmhv_p9_set_lpcr() 859 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb() 865 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb() 874 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
|
D | book3s_hv_rm_mmu.c | 481 asm volatile(PPC_TLBIEL(%0,%1,0,0,0) : : in do_tlbies()
|
D | book3s_hv_rmhandlers.S | 1824 1: PPC_TLBIEL(7,0,2,1,1) /* RIC=2, PRS=1, R=1 */
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 39 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, 1) in tlbiel_radix_set_isa300() 105 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_pid() 163 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_va()
|
D | hash_native.c | 70 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) in tlbiel_hash_set_isa300()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 546 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ macro
|