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

/linux-master/arch/x86/include/asm/
H A Dpgtable.h746 static inline pgprotval_t check_pgprot(pgprot_t pgprot) function
768 return __pte(pfn | check_pgprot(pgprot));
776 return __pmd(pfn | check_pgprot(pgprot));
784 return __pud(pfn | check_pgprot(pgprot));
805 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK;
834 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK;

Completed in 214 milliseconds