Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable.h586 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() function
608 return __pte(pfn | check_pgprot(pgprot)); in pfn_pte()
616 return __pmd(pfn | check_pgprot(pgprot)); in pfn_pmd()
624 return __pud(pfn | check_pgprot(pgprot)); in pfn_pud()
644 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
654 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable.h746 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() function
768 return __pte(pfn | check_pgprot(pgprot)); in pfn_pte()
776 return __pmd(pfn | check_pgprot(pgprot)); in pfn_pmd()
784 return __pud(pfn | check_pgprot(pgprot)); in pfn_pud()
805 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
834 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()

Completed in 6 milliseconds