Home
last modified time | relevance | path

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

/linux/arch/x86/boot/startup/
H A Dsev-startup.c154 struct snp_secrets_page *secrets = (void *)cc_info->secrets_phys; in svsm_setup()
204 if (cc_info->secrets_phys && cc_info->secrets_len == PAGE_SIZE) in snp_init()
205 sev_secrets_pa = cc_info->secrets_phys; in snp_init()
/linux/arch/x86/include/asm/
H A Dsev.h62 u64 secrets_phys; member