Searched refs:native_set_pte (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_64.h | 59 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function 67 native_set_pte(ptep, native_make_pte(0)); in native_pte_clear() 72 native_set_pte(ptep, pte); in native_set_pte_atomic()
|
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()
|
D | pgtable-3level.h | 30 static inline void native_set_pte(pte_t *ptep, pte_t pte) in native_set_pte() function
|
D | pgtable.h | 63 #define set_pte(ptep, pte) native_set_pte(ptep, pte) 1082 native_set_pte(ptep, pte); in native_set_pte_at()
|
/Linux-v5.4/arch/x86/kernel/ |
D | paravirt.c | 386 .mmu.set_pte = native_set_pte,
|