Searched refs:PPC_TLBIE_5 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb-radix.c | 118 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_pid() 148 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid() 197 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_va() 213 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in __tlbie_lpid_va() 1041 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all() 1046 asm volatile(PPC_TLBIE_5(%0, %4, %3, %2, %1) in radix__flush_tlb_all()
|
D | pgtable-book3s64.c | 223 asm volatile(PPC_TLBIE_5(%0,%1,2,0,1) : : in mmu_partition_table_set_entry() 225 asm volatile(PPC_TLBIE_5(%0,%1,2,1,1) : : in mmu_partition_table_set_entry() 229 asm volatile(PPC_TLBIE_5(%0,%1,2,0,0) : : in mmu_partition_table_set_entry()
|
D | pgtable-radix.c | 396 asm volatile(PPC_TLBIE_5(%0,%1,2,1,1) : : in radix_init_pgtable()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 451 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in do_tlbies() 461 asm volatile(PPC_TLBIE_5(%0,%1,0,0,0) : : in do_tlbies()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 465 #define PPC_TLBIE_5(rb,rs,ric,prs,r) \ macro
|