Home
last modified time | relevance | path

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

/arch/x86/include/asm/
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()
A Dpgtable_64.h63 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
71 native_set_pte(ptep, native_make_pte(0)); in native_pte_clear()
76 native_set_pte(ptep, pte); in native_set_pte_atomic()
A Dpgtable-3level.h36 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
A Dpgtable.h68 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
/arch/x86/kernel/
A Dparavirt.c198 .mmu.set_pte = native_set_pte,
/arch/x86/xen/
A Dmmu_pv.c1504 native_set_pte(ptep, pte); in xen_set_pte_init()

Completed in 16 milliseconds