Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable.h721 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() function
746 return __pte(pfn | check_pgprot(pgprot)); in pfn_pte()
754 return __pmd(pfn | check_pgprot(pgprot)); in pfn_pmd()
762 return __pud(pfn | check_pgprot(pgprot)); in pfn_pud()
789 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
818 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()
841 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pud_modify()