Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage.h144 static inline pteval_t native_pte_val(pte_t pte) in native_pte_val() function
151 return native_pte_val(pte) & PTE_FLAGS_MASK; in native_pte_flags()
174 #define pte_val(x) native_pte_val(x)
Dpgtable-3level.h68 set_64bit((unsigned long long *)(ptep), native_pte_val(pte)); in native_set_pte_atomic()
/arch/x86/kernel/
Dparavirt.c463 .pte_val = native_pte_val,
/arch/x86/xen/
Dmmu.c538 set_64bit((u64 *)ptep, native_pte_val(pte)); in xen_set_pte_atomic()
/arch/x86/mm/
Dinit_64.c214 pr_debug("set_pte_vaddr %lx to %lx\n", vaddr, native_pte_val(pteval)); in set_pte_vaddr()