Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c162 static unsigned long htab_convert_pte_flags(unsigned long pteflags) in htab_convert_pte_flags() argument
164 unsigned long rflags = pteflags & 0x1fa; in htab_convert_pte_flags()
167 if ((pteflags & _PAGE_EXEC) == 0) in htab_convert_pte_flags()
173 if ((pteflags & _PAGE_USER) && !((pteflags & _PAGE_RW) && in htab_convert_pte_flags()
174 (pteflags & _PAGE_DIRTY))) in htab_convert_pte_flags()