Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h532 static inline pgprotval_t check_pgprot(pgprot_t pgprot) in check_pgprot() function
554 return __pte(pfn | check_pgprot(pgprot)); in pfn_pte()
562 return __pmd(pfn | check_pgprot(pgprot)); in pfn_pmd()
570 return __pud(pfn | check_pgprot(pgprot)); in pfn_pud()
596 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
606 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()