Searched refs:PPC_TLBIE_5 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 118 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_pid() 132 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid() 146 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_guest() 178 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_va() 194 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_va() 1206 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all() 1211 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all()
|
D | pgtable.c | 219 asm volatile(PPC_TLBIE_5(%0,%1,2,0,0) : : in flush_partition()
|
D | hash_native.c | 219 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_vpn()
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 455 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_lpid() 462 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in fixup_tlbie_lpid() 481 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in do_tlbies()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 492 #define PPC_TLBIE_5(rb,rs,ric,prs,r) \ macro
|