Home
last modified time | relevance | path

Searched refs:PPC_TLBIE_5 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dtlb-radix.c118 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()
Dpgtable-book3s64.c223 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()
Dpgtable-radix.c396 asm volatile(PPC_TLBIE_5(%0,%1,2,1,1) : : in radix_init_pgtable()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c451 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/
Dppc-opcode.h465 #define PPC_TLBIE_5(rb,rs,ric,prs,r) \ macro