Home
last modified time | relevance | path

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

/arch/x86/boot/startup/
A Dsev-startup.c347 if (cc_info->secrets_phys && cc_info->secrets_len == PAGE_SIZE) in snp_init()
348 sev_secrets_pa = cc_info->secrets_phys; in snp_init()
A Dsev-shared.c857 if (!cc_info || !cc_info->secrets_phys || cc_info->secrets_len != PAGE_SIZE) in svsm_setup_ca()
860 secrets_page = (struct snp_secrets_page *)cc_info->secrets_phys; in svsm_setup_ca()
/arch/x86/include/asm/
A Dsev.h62 u64 secrets_phys; member

Completed in 12 milliseconds