Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dcoco.h18 u64 cc_mkenc(u64 val);
21 static inline u64 cc_mkenc(u64 val) in cc_mkenc() function
Dpgtable.h39 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot)))
/linux-5.19.10/arch/x86/coco/
Dcore.c99 u64 cc_mkenc(u64 val) in cc_mkenc() function