Home
last modified time | relevance | path

Searched refs:native_set_pte (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A 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()
H A 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()
H A Dpgtable-3level.h30 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
H A Dpgtable.h65 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A 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()
H A 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()
H A Dpgtable-3level.h36 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
H A Dpgtable.h69 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dparavirt.c361 .mmu.set_pte = native_set_pte,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dparavirt.c260 .mmu.set_pte = native_set_pte,
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dmmu_pv.c291 * Could call native_set_pte() here and trap and in __xen_set_pte()
1455 native_set_pte(ptep, pte); in xen_set_pte_init()

Completed in 20 milliseconds