Home
last modified time | relevance | path

Searched refs:native_pmd_clear (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_64.h68 static inline void native_pmd_clear(pmd_t *pmd) in native_pmd_clear() function
94 native_pmd_clear(xp); in native_pmdp_get_and_clear()
Dpgtable-2level.h29 static inline void native_pmd_clear(pmd_t *pmdp) in native_pmd_clear() function
Dpgtable-3level.h116 static inline void native_pmd_clear(pmd_t *pmd) in native_pmd_clear() function
Dpgtable.h69 #define pmd_clear(pmd) native_pmd_clear(pmd)
710 native_pmd_clear(pmdp); in native_local_pmdp_get_and_clear()
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c458 .pmd_clear = native_pmd_clear,