Searched refs:PPC_TLBIEL (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_builtin.c | 687 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb() 693 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb() 703 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in flush_guest_tlb()
|
A D | book3s_hv_rm_mmu.c | 484 asm volatile(PPC_TLBIEL(%0,%1,0,0,0) : : in do_tlbies()
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_tlb.c | 38 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() 184 asm volatile(PPC_TLBIEL(%0, %4, %3, %2, %1) in __tlbiel_va()
|
A D | hash_native.c | 70 asm volatile(PPC_TLBIEL(%0, %1, %2, %3, %4) in tlbiel_hash_set_isa300()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 603 #define PPC_TLBIEL(rb,rs,ric,prs,r) \ macro
|
Completed in 17 milliseconds