Home
last modified time | relevance | path

Searched refs:native_pte_val (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dpgtable-3level.h95 set_64bit((unsigned long long *)(ptep), native_pte_val(pte)); in native_set_pte_atomic()
Dpgtable_types.h465 static inline pteval_t native_pte_val(pte_t pte) in native_pte_val() function
472 return native_pte_val(pte) & PTE_FLAGS_MASK; in pte_flags()
Dpgtable.h117 #define pte_val(x) native_pte_val(x)
279 pteval_t v = native_pte_val(pte); in pte_set_flags()
286 pteval_t v = native_pte_val(pte); in pte_clear_flags()
/linux-5.19.10/arch/x86/mm/
Dinit_64.c324 pr_debug("set_pte_vaddr %lx to %lx\n", vaddr, native_pte_val(pteval)); in set_pte_vaddr()