Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c1634 canon_pgprot(pmd_pgprot)))); in populate_pmd()
1707 canon_pgprot(pud_pgprot)))); in populate_pud()
2054 mask_set = canon_pgprot(mask_set); in change_page_attr_set_clr()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h918 #define canon_pgprot(p) __pgprot(massage_pgprot(p)) macro