OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__flush_tlb_global
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h
25
#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/include/asm/
tlbflush_32.h
25
#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)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h
19
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
28
#define __flush_tlb_all() do { if (cpu_has_pge)
__flush_tlb_global
(); else __flush_tlb(); } while (0)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
tlbflush_32.h
19
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
28
#define __flush_tlb_all() do { if (cpu_has_pge)
__flush_tlb_global
(); else __flush_tlb(); } while (0)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h
19
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
28
#define __flush_tlb_all() do { if (cpu_has_pge)
__flush_tlb_global
(); else __flush_tlb(); } while (0)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h
19
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
28
#define __flush_tlb_all() do { if (cpu_has_pge)
__flush_tlb_global
(); else __flush_tlb(); } while (0)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h
19
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
28
#define __flush_tlb_all() do { if (cpu_has_pge)
__flush_tlb_global
(); else __flush_tlb(); } while (0)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h
25
#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)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h
25
#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)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h
25
#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)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
tlbflush_32.h
25
#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)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h
25
#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)
/external/kernel-headers/original/asm-x86/
tlbflush_32.h
11
#define
__flush_tlb_global
() __native_flush_tlb_global()
macro
53
__flush_tlb_global
(); \
paravirt.h
765
static inline void
__flush_tlb_global
(void)
function
Completed in 239 milliseconds