Home
last modified time | relevance | path

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

/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.h95 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
Dpgtable.h59 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd)
786 native_set_pmd(pmdp, pmd); in native_set_pmd_at()
/arch/x86/kernel/
Dparavirt.c443 .set_pmd = native_set_pmd,
/arch/x86/lguest/
Dboot.c710 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()
719 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()