Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcoco.h24 u64 cc_mkenc(u64 val);
30 static inline u64 cc_mkenc(u64 val) in cc_mkenc() function
H A Dpgtable.h40 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot)))
/openbmc/linux/arch/x86/coco/
H A Dcore.c117 u64 cc_mkenc(u64 val) in cc_mkenc() function
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c706 return gpa == cc_mkenc(gpa); in is_private_gpa()