Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dpgtable-bits.h199 static inline uint64_t pte_to_entrylo(unsigned long pte_val) in pte_to_entrylo() argument
214 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()