Home
last modified time | relevance | path

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

/openbmc/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
H A Dpgtable.h74 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd)
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c260 .mmu.set_pmd = native_set_pmd,