Home
last modified time | relevance | path

Searched refs:PPC_TLBIEL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c426 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
432 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
442 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
H A Dbook3s_hv_builtin.c608 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
H A Dbook3s_hv_rm_mmu.c478 asm volatile(PPC_TLBIEL(%0,%1,0,0,0) : : in do_tlbies()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c38 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, 1) in tlbiel_radix_set_isa300()
111 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_pid()
169 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_va()
H A Dhash_utils.c196 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) in tlbiel_hash_set_isa300()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h627 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ macro