Searched refs:native_set_pmd (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable-2level.h | 19 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()
|
D | pgtable_64.h | 62 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()
|
D | pgtable-3level.h | 93 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
|
D | pgtable.h | 43 #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/ |
D | boot.c | 706 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/ |
D | paravirt.c | 438 .set_pmd = native_set_pmd,
|