/bionic/libc/kernel/arch-x86/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
tlbflush_32.h | 42 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
tlbflush_32.h | 41 #define flush_tlb_others(mask, mm, va) native_flush_tlb_others(&mask, mm, va) macro
|
/external/kernel-headers/original/asm-x86/ |
tlbflush_32.h | 81 * - flush_tlb_others(cpumask, mm, va) flushes a TLBs on other cpus 158 #define flush_tlb_others(mask, mm, va) \ macro
|
paravirt.h | 196 void (*flush_tlb_others)(const cpumask_t *cpus, struct mm_struct *mm, member in struct:pv_mmu_ops 774 static inline void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, function 777 PVOP_VCALL3(pv_mmu_ops.flush_tlb_others, &cpumask, mm, va);
|