Home
last modified time | relevance | path

Searched refs:cc_mkenc (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dcoco.h28 u64 cc_mkenc(u64 val);
38 static inline u64 cc_mkenc(u64 val) in cc_mkenc() function
H A Dpgtable.h41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot)))
/linux/arch/x86/coco/
H A Dcore.c131 u64 cc_mkenc(u64 val) in cc_mkenc() function
/linux/arch/x86/coco/tdx/
H A Dtdx.c830 return gpa == cc_mkenc(gpa); in is_private_gpa()
/linux/arch/x86/coco/sev/
H A Dcore.c954 pflags_enc = cc_mkenc(pflags); in sev_es_efi_map_ghcbs_cas()