Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/mm/
H A Dpgprot.c32 protection_map[i] = pgprot_encrypted(protection_map[i]); in add_encrypt_protection_map()
H A Dioremap.c264 prot = pgprot_encrypted(prot); in __ioremap_caller()
777 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
/linux-6.15/arch/arm64/kernel/
H A Drsi.c116 *prot = pgprot_encrypted(*prot); in realm_ioremap_hook()
H A Defi.c42 prot = pgprot_encrypted(prot); in create_mapping_protection()
/linux-6.15/arch/x86/platform/efi/
H A Dquirks.c289 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
/linux-6.15/include/linux/
H A Dpgtable.h1383 #ifndef pgprot_encrypted
1384 #define pgprot_encrypted(prot) (prot) macro
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c2379 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty); in __set_memory_enc_pgtable()
2380 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty); in __set_memory_enc_pgtable()
2716 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
/linux-6.15/fs/proc/
H A Dvmcore.c256 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h691 #define pgprot_encrypted(prot) \ macro
/linux-6.15/arch/x86/kernel/apic/
H A Dio_apic.c2534 flags = pgprot_encrypted(flags); in io_apic_set_fixmap()