Home
last modified time | relevance | path

Searched refs:__native_flush_tlb_global (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dtlbflush.h147 #define __flush_tlb_global() __native_flush_tlb_global()
420 static inline void __native_flush_tlb_global(void) in __native_flush_tlb_global() function
/arch/x86/kernel/
Dparavirt.c173 __native_flush_tlb_global(); in native_flush_tlb_global()