Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
A Dpgtable.h70 unsigned long pte_flags; in pte_pgprot() local
72 pte_flags = pte_val(pte) & ~PTE_RPN_MASK; in pte_pgprot()
73 return __pgprot(pte_flags); in pte_pgprot()
/arch/x86/include/asm/
A Dpgtable.h157 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 …]
A Dtlbflush.h420 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()
A Dpgtable_types.h479 static inline pteval_t pte_flags(pte_t pte) in pte_flags() function
/arch/arm64/mm/
A Dproc.S237 orr pte, pte, pte_flags
256 pte_flags .req x1
300 mov_q pte_flags, KPTI_NG_PTE_FLAGS
323 bic pte_flags, pte_flags, #PTE_SHARED
396 .unreq pte_flags
/arch/x86/boot/startup/
A Dsme.c74 pteval_t pte_flags; member
185 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() argument
214 ppd->pte_flags = pte_flags; in __sme_map_range()
/arch/x86/mm/
A Dpti.c281 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()
/arch/x86/mm/pat/
A Dcpa-test.c41 return pte_flags(pte) & _PAGE_SOFTW1; in pte_testbit()
A Dset_memory.c1273 if (pte_flags(first) & _PAGE_KERNEL_4K) in collapse_pmd_page()
1282 if (pte_flags(entry) != pte_flags(first)) in collapse_pmd_page()
/arch/s390/include/asm/
A Dpgtable.h1006 unsigned long pte_flags = pte_val(pte) & _PAGE_CHG_MASK; in pte_pgprot() local
1009 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()
/arch/x86/kvm/mmu/
A Dpaging_tmpl.h265 pkeys = pte_flags_pkey(pte_flags(pte)); in FNAME()

Completed in 34 milliseconds