Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpgtable-2level.h14 static inline void native_set_pte(pte_t *ptep , pte_t pte) in native_set_pte() function
26 native_set_pte(ptep, pte); in native_set_pte_atomic()
Dpgtable_64.h53 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
60 native_set_pte(ptep, pte); in native_set_pte_atomic()
Dpgtable-3level.h27 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
Dpgtable.h46 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
717 native_set_pte(ptep, pte); in native_set_pte_at()
/linux-4.4.14/arch/x86/lguest/
Dboot.c687 native_set_pte(ptep, pteval); in lguest_set_pte_at()
738 native_set_pte(ptep, pteval); in lguest_set_pte()
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c442 .set_pte = native_set_pte,
/linux-4.4.14/arch/x86/xen/
Dmmu.c1610 native_set_pte(ptep, pte); in xen_set_pte_init()