Home
last modified time | relevance | path

Searched refs:pgprot_encrypted (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/kernel/
H A Drsi.c134 *prot = pgprot_encrypted(*prot); in realm_ioremap_hook()
/linux/arch/x86/mm/
H A Dioremap.c263 prot = pgprot_encrypted(prot); in __ioremap_caller()
776 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
/linux/arch/x86/platform/efi/
H A Dquirks.c289 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
/linux/include/linux/
H A Dpgtable.h1712 #ifndef pgprot_encrypted
1713 #define pgprot_encrypted(prot) (prot) macro
/linux/fs/proc/
H A Dvmcore.c256 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/linux/arch/arm64/include/asm/
H A Dpgtable.h746 #define pgprot_encrypted(prot) \ macro
/linux/arch/x86/kernel/apic/
H A Dio_apic.c2543 flags = pgprot_encrypted(flags); in io_apic_set_fixmap()