Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dsev.h61 u64 secrets_phys; member
/linux-6.15/arch/x86/coco/sev/
H A Dshared.c1691 if (!cc_info || !cc_info->secrets_phys || cc_info->secrets_len != PAGE_SIZE) in svsm_setup_ca()
1694 secrets_page = (struct snp_secrets_page *)cc_info->secrets_phys; in svsm_setup_ca()
H A Dcore.c2510 if (cc_info->secrets_phys && cc_info->secrets_len == PAGE_SIZE) in snp_init()
2511 secrets_pa = cc_info->secrets_phys; in snp_init()