Searched refs:native_set_pte (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable_64.h | 65 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 D | pgtable-2level.h | 15 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 D | pgtable-3level.h | 36 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
|
H A D | pgtable.h | 69 #define set_pte(ptep, pte) native_set_pte(ptep, pte)
|
/openbmc/linux/arch/x86/kernel/ |
H A D | paravirt.c | 259 .mmu.set_pte = native_set_pte,
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 1455 native_set_pte(ptep, pte); in xen_set_pte_init()
|