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

/linux-master/arch/x86/include/asm/
H A Dpgtable-2level.h15 static inline void native_set_pte(pte_t *ptep , pte_t pte) function
31 native_set_pte(ptep, pte);
H A Dpgtable_64.h65 static inline void native_set_pte(pte_t *ptep, pte_t pte) function
73 native_set_pte(ptep, native_make_pte(0));
78 native_set_pte(ptep, pte);
H A Dpgtable-3level.h36 static inline void native_set_pte(pte_t *ptep, pte_t pte) function
H A Dpgtable.h68 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
/linux-master/arch/x86/kernel/
H A Dparavirt.c218 .mmu.set_pte = native_set_pte,
/linux-master/arch/x86/xen/
H A Dmmu_pv.c291 * Could call native_set_pte() here and trap and
1455 native_set_pte(ptep, pte);

Completed in 345 milliseconds