Home
last modified time | relevance | path

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

/linux-3.4.99/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.h52 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
59 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.h36 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
632 native_set_pte(ptep, pte); in native_set_pte_at()
/linux-3.4.99/arch/x86/lguest/
Dboot.c683 native_set_pte(ptep, pteval); in lguest_set_pte_at()
734 native_set_pte(ptep, pteval); in lguest_set_pte()
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c436 .set_pte = native_set_pte,
/linux-3.4.99/arch/x86/xen/
Dmmu.c312 native_set_pte(ptep, pteval); in __xen_set_pte()