Searched refs:PPC_TLBIE_5 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | radix_tlb.c | 119 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_pid() 133 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid() 147 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_guest() 179 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_va() 195 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_va() 1234 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all() 1239 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all()
|
| H A D | pgtable.c | 220 asm volatile(PPC_TLBIE_5(%0,%1,2,0,0) : : in flush_partition()
|
| H A D | hash_native.c | 226 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_vpn()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_rm_mmu.c | 445 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in fixup_tlbie_lpid() 452 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in fixup_tlbie_lpid() 471 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in do_tlbies()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 547 #define PPC_TLBIE_5(rb, rs, ric, prs, r) \ macro
|