Searched refs:pgprot_encrypted (Results 1 – 9 of 9) sorted by relevance
32 protection_map[i] = pgprot_encrypted(protection_map[i]); in add_encrypt_protection_map()
116 *prot = pgprot_encrypted(*prot); in realm_ioremap_hook()
43 prot = pgprot_encrypted(prot); in create_mapping_protection()
289 pgprot_val(pgprot_encrypted(FIXMAP_PAGE_NORMAL))); in efi_arch_mem_reserve()
1517 #ifndef pgprot_encrypted1518 #define pgprot_encrypted(prot) (prot) macro
2395 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty); in __set_memory_enc_pgtable() 2396 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty); in __set_memory_enc_pgtable() 2732 cpa.mask_clr = pgprot_encrypted(cpa.mask_clr); in kernel_map_pages_in_pgd()
256 prot = pgprot_encrypted(prot); in remap_oldmem_pfn_range()
41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
2534 flags = pgprot_encrypted(flags); in io_apic_set_fixmap()