Searched refs:pte_flags (Results 1 – 11 of 11) sorted by relevance
70 unsigned long pte_flags; in pte_pgprot() local72 pte_flags = pte_val(pte) & ~PTE_RPN_MASK; in pte_pgprot()73 return __pgprot(pte_flags); in pte_pgprot()
157 return pte_flags(pte) & _PAGE_DIRTY_BITS; in pte_dirty()168 return pte_flags(pte) & _PAGE_ACCESSED; in pte_young()239 return pte_flags(pte) & _PAGE_PSE; in pte_huge()244 return pte_flags(pte) & _PAGE_GLOBAL; in pte_global()249 return !(pte_flags(pte) & _PAGE_NX); in pte_exec()254 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()423 return pte_flags(pte) & _PAGE_UFFD_WP; in pte_uffd_wp()661 return pte_flags(pte) & _PAGE_SOFT_DIRTY; in pte_soft_dirty()974 if (pte_flags(a) & _PAGE_PRESENT) in pte_accessible()977 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()[all …]
420 if (!(pte_flags(oldpte) & _PAGE_PRESENT)) in pte_needs_flush()431 return pte_flags_need_flush(pte_flags(oldpte), pte_flags(newpte), in pte_needs_flush()
479 static inline pteval_t pte_flags(pte_t pte) in pte_flags() function
237 orr pte, pte, pte_flags256 pte_flags .req x1300 mov_q pte_flags, KPTI_NG_PTE_FLAGS323 bic pte_flags, pte_flags, #PTE_SHARED396 .unreq pte_flags
74 pteval_t pte_flags; member185 set_pte(pte, __pte(ppd->paddr | ppd->pte_flags)); in sme_populate_pgd()209 pmdval_t pmd_flags, pteval_t pte_flags) in __sme_map_range() argument214 ppd->pte_flags = pte_flags; in __sme_map_range()
281 if (pte_flags(*pte) & _PAGE_USER) { in pti_user_pagetable_walk_pte()401 if (WARN_ON(!(pte_flags(*pte) & _PAGE_PRESENT))) in pti_clone_pgtable()
41 return pte_flags(pte) & _PAGE_SOFTW1; in pte_testbit()
1273 if (pte_flags(first) & _PAGE_KERNEL_4K) in collapse_pmd_page()1282 if (pte_flags(entry) != pte_flags(first)) in collapse_pmd_page()
1006 unsigned long pte_flags = pte_val(pte) & _PAGE_CHG_MASK; in pte_pgprot() local1009 pte_flags |= pgprot_val(PAGE_KERNEL); in pte_pgprot()1011 pte_flags |= pgprot_val(PAGE_KERNEL_RO); in pte_pgprot()1012 pte_flags |= pte_val(pte) & mio_wb_bit_mask; in pte_pgprot()1014 return __pgprot(pte_flags); in pte_pgprot()
265 pkeys = pte_flags_pkey(pte_flags(pte)); in FNAME()
Completed in 34 milliseconds