Home
last modified time | relevance | path

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

/linux-3.4.99/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.h62 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
69 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.h43 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd)
638 native_set_pmd(pmdp, pmd); in native_set_pmd_at()
/linux-3.4.99/arch/x86/lguest/
Dboot.c706 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()
715 native_set_pmd(pmdp, pmdval); in lguest_set_pmd()
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c438 .set_pmd = native_set_pmd,