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.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()
Dpgtable_64.h75 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
82 native_set_pmd(pmd, native_make_pmd(0)); in native_pmd_clear()
Dpgtable-3level.h96 static inline void native_set_pmd(pmd_t *pmdp, pmd_t pmd) in native_set_pmd() function
Dpgtable.h64 #define set_pmd(pmdp, pmd) native_set_pmd(pmdp, pmd)
1012 native_set_pmd(pmdp, pmd); in set_pmd_at()
/arch/x86/mm/
Dmem_encrypt.c342 native_set_pmd(pmd_p, native_make_pmd(ppd->paddr | ppd->pmd_flags)); in sme_populate_pgd_large()
368 native_set_pmd(pmd_p, pmd); in sme_populate_pgd()
/arch/x86/kernel/
Dparavirt.c417 .set_pmd = native_set_pmd,