Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/boot/compressed/
Dsev.c679 kernel_add_identity_map(cc_info->cpuid_phys, cc_info->cpuid_phys + cc_info->cpuid_len); in sev_prep_identity_maps()
/linux-6.12.1/arch/x86/include/asm/
Dsev.h63 u64 cpuid_phys; member
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c1201 if (!cc_info || !cc_info->cpuid_phys || cc_info->cpuid_len < PAGE_SIZE) in setup_cpuid_table()
1204 cpuid_table_fw = (const struct snp_cpuid_table *)cc_info->cpuid_phys; in setup_cpuid_table()