Searched refs:PPC_TLBIEL (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 239 PPC_TLBIEL(7, 8, 2, 1, 0) 240 PPC_TLBIEL(7, 8, 2, 0, 0) 242 PPC_TLBIEL(7, 8, 0, 0, 0)
|
D | mce_power.c | 87 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) : : in flush_tlb_300() 92 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) : : in flush_tlb_300() 96 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) : : in flush_tlb_300() 102 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) : : in flush_tlb_300()
|
/arch/powerpc/mm/ |
D | tlb-radix.c | 68 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_pid() 172 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in _tlbiel_va()
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 457 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ macro
|
/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 490 asm volatile(PPC_TLBIEL(%0,%1,0,0,0) : : in do_tlbies()
|
D | book3s_hv_rmhandlers.S | 654 29: PPC_TLBIEL(7,0,2,1,1) /* for radix, RIC=2, PRS=1, R=1 */ 1802 1: PPC_TLBIEL(7,0,2,1,1) /* RIC=2, PRS=1, R=1 */
|