Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpgtable.h967 #ifndef pgprot_mhp
968 #define pgprot_mhp(prot) (prot) macro
/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h552 #define pgprot_mhp pgprot_tagged macro
/linux-5.19.10/mm/
Dmemory_hotplug.c1323 struct mhp_params params = { .pgprot = pgprot_mhp(PAGE_KERNEL) }; in add_memory_resource()