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

/linux-master/arch/x86/boot/compressed/
H A Dsev.c632 kernel_add_identity_map(cc_info->cpuid_phys, cc_info->cpuid_phys + cc_info->cpuid_len);
/linux-master/arch/x86/include/asm/
H A Dsev.h63 u64 cpuid_phys; member in struct:cc_blob_sev_info
/linux-master/arch/x86/kernel/
H A Dsev-shared.c1059 if (!cc_info || !cc_info->cpuid_phys || cc_info->cpuid_len < PAGE_SIZE)
1062 cpuid_table_fw = (const struct snp_cpuid_table *)cc_info->cpuid_phys;

Completed in 152 milliseconds