Searched refs:__flush_tlb_global (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dtlbflush_32.h25 #define __flush_tlb_global() __native_flush_tlb_global() macro
31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
/development/ndk/platforms/android-9/arch-x86_64/include/asm/
H A Dtlbflush_32.h25 #define __flush_tlb_global() __native_flush_tlb_global() macro
31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)

Completed in 46 milliseconds