Home
last modified time | relevance | path

Searched refs:native_set_pmd (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dpgtable-2level.h19 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
31 native_set_pmd(pmdp, __pmd(0)); in native_pmd_clear()
Dpgtable_64.h63 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
70 native_set_pmd(pmd, native_make_pmd(0)); in native_pmd_clear()
Dpgtable-3level.h93 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
Dpgtable.h46 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd)
696 native_set_pmd(pmdp, pmd); in native_set_pmd_at()
/linux-4.1.27/arch/x86/lguest/
Dboot.c710 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()
719 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c444 .set_pmd = native_set_pmd,