Searched refs:PPC_TLBIE_5 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_tlb.c | 125 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_pid() 139 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid() 153 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_guest() 185 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_va() 201 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_va() 1391 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all() 1396 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all() 1413 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_pid_lpid() 1430 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_va_lpid()
|
H A D | pgtable.c | 317 asm volatile(PPC_TLBIE_5(%0,%1,2,0,0) : : in flush_partition()
|
H A D | hash_native.c | 145 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_vpn()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_mmu.c | 442 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_lpid() 449 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in fixup_tlbie_lpid() 468 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in do_tlbies()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 625 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ macro
|