Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv_builtin.c722 asm volatile(PPC_TLBIEL(%0, %1, 0, 0, 0) : : in kvmhv_p9_set_lpcr()
813 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
819 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
829 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
Dbook3s_hv_rm_mmu.c491 asm volatile(PPC_TLBIEL(%0,%1,0,0,0) : : in do_tlbies()
Dbook3s_hv_rmhandlers.S1835 1: PPC_TLBIEL(7,0,2,1,1) /* RIC=2, PRS=1, R=1 */
/arch/powerpc/mm/book3s64/
Dradix_tlb.c38 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, 1) in tlbiel_radix_set_isa300()
104 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_pid()
162 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_va()
Dhash_native.c70 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) in tlbiel_hash_set_isa300()
/arch/powerpc/include/asm/
Dppc-opcode.h499 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ macro