Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/mm/
A Dpgprot.c32 protection_map[i] = pgprot_encrypted(protection_map[i]); in add_encrypt_protection_map()
A Dioremap.c258 prot = pgprot_encrypted(prot); in __ioremap_caller()
800 return encrypted_prot ? pgprot_encrypted(prot) in early_memremap_pgprot_adjust()
/linux-6.3-rc2/arch/x86/platform/efi/
A Dquirks.c281 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
/linux-6.3-rc2/include/linux/
A Dpgtable.h1023 #ifndef pgprot_encrypted
1024 #define pgprot_encrypted(prot) (prot) macro
/linux-6.3-rc2/arch/x86/mm/pat/
A Dset_memory.c2141 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty); in __set_memory_enc_pgtable()
2142 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty); in __set_memory_enc_pgtable()
2427 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h39 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
/linux-6.3-rc2/fs/proc/
A Dvmcore.c228 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()

Completed in 21 milliseconds