Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h244 #define __PAGE_KERNEL_ENC (__PAGE_KERNEL | _ENC) macro
/openbmc/linux/arch/x86/mm/
H A Dioremap.c820 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC); in early_memremap_encrypted()