Searched refs:pte_val (Results 1 – 1 of 1) sorted by relevance
199 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() argument214 return (pte_val >> _PAGE_GLOBAL_SHIFT) | in pte_to_entrylo()215 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()219 return pte_val >> _PAGE_GLOBAL_SHIFT; in pte_to_entrylo()