Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h301 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) in massage_pgprot() function
314 massage_pgprot(pgprot)); in pfn_pte()
320 massage_pgprot(pgprot)); in pfn_pmd()
332 val |= massage_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
342 val |= massage_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()
358 #define canon_pgprot(p) __pgprot(massage_pgprot(p))
/linux-3.4.99/arch/x86/include/asm/xen/
Dpage.h182 massage_pgprot(pgprot); in mfn_pte()