Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable-2level.h20 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
36 native_set_pmd(pmdp, __pmd(0)); in native_pmd_clear()
H A Dpgtable_64.h81 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
88 native_set_pmd(pmd, native_make_pmd(0)); in native_pmd_clear()
H A Dpgtable-3level.h48 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function