Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c937 req_prot = pgprot_4k_2_large(req_prot); in __should_split_large_page()
1413 pmd_pgprot = pgprot_4k_2_large(pgprot); in populate_pmd()
1493 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h504 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) in pgprot_4k_2_large() function