Home
last modified time | relevance | path

Searched refs:radix_kvm_prefetch_workaround (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dmmu_context.c89 radix_kvm_prefetch_workaround(next); in switch_mm_irqs_off()
Dtlb-radix.c1052 extern void radix_kvm_prefetch_workaround(struct mm_struct *mm) in radix_kvm_prefetch_workaround() function
1091 EXPORT_SYMBOL_GPL(radix_kvm_prefetch_workaround);
/Linux-v4.19/arch/powerpc/include/asm/
Dmmu_context.h112 extern void radix_kvm_prefetch_workaround(struct mm_struct *mm);
114 static inline void radix_kvm_prefetch_workaround(struct mm_struct *mm) { } in radix_kvm_prefetch_workaround() function