Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable-3level.h90 set_64bit((unsigned long long *)(ptep), native_pte_val(pte)); in native_set_pte_atomic()
Dpgtable_types.h317 static inline pteval_t native_pte_val(pte_t pte) in native_pte_val() function
324 return native_pte_val(pte) & PTE_FLAGS_MASK; in pte_flags()
Dpgtable.h81 #define pte_val(x) native_pte_val(x)
189 pteval_t v = native_pte_val(pte); in pte_set_flags()
196 pteval_t v = native_pte_val(pte); in pte_clear_flags()
/arch/x86/mm/
Dinit_64.c307 pr_debug("set_pte_vaddr %lx to %lx\n", vaddr, native_pte_val(pteval)); in set_pte_vaddr()
/arch/x86/xen/
Dmmu.c526 set_64bit((u64 *)ptep, native_pte_val(pte)); in xen_set_pte_atomic()