Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dpgtable_64.h65 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
73 native_set_pte(ptep, native_make_pte(0)); in native_pte_clear()
78 native_set_pte(ptep, pte); in native_set_pte_atomic()
Dpgtable-2level.h15 static inline void native_set_pte(pte_t *ptep , pte_t pte) in native_set_pte() function
31 native_set_pte(ptep, pte); in native_set_pte_atomic()
Dpgtable-3level.h30 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
Dpgtable.h68 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
/linux-5.19.10/arch/x86/kernel/
Dparavirt.c343 .mmu.set_pte = native_set_pte,
/linux-5.19.10/arch/x86/xen/
Dmmu_pv.c1446 native_set_pte(ptep, pte); in xen_set_pte_init()