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

/linux-master/arch/x86/include/asm/
H A Dpgtable-3level.h45 pxx_xchg64(pte, ptep, native_pte_val(pte));
H A Dpgtable.h117 #define pte_val(x) native_pte_val(x)
316 pteval_t v = native_pte_val(pte);
323 pteval_t v = native_pte_val(pte);
361 pteval_t v = native_pte_val(pte);
369 pteval_t v = native_pte_val(pte);
H A Dpgtable_types.h474 static inline pteval_t native_pte_val(pte_t pte) function
481 return native_pte_val(pte) & PTE_FLAGS_MASK;
/linux-master/arch/x86/mm/
H A Dinit_64.c330 pr_debug("set_pte_vaddr %lx to %lx\n", vaddr, native_pte_val(pteval));

Completed in 194 milliseconds