acrn-hypervisor/hypervisor/include/arch/x86/asm
Haiwei Li b885d02396 hv: cpuid: add several leaf to per-cpu list in hybrid architecture
P-cores and E-cores accessing leaf 0x2U/0x14U/0x16U/0x18U/0x1A/0x1C/0x80000006U
will have different information in hybrid architecture.

So add them to per-cpu list in hybrid architecture and directly return
the physical value.

Note: 0x14U is hided and return 0.

Tracked-On: #8608
Signed-off-by: Haiwei Li <haiwei.li@intel.com>
2024-05-28 11:02:56 +08:00
..
boot
guest hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
lib
apicreg.h
board.h
cpu_caps.h
cpu.h hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
cpufeatures.h hv: cpuid: make leaf 0x4 per-cpu in hybrid architecture 2024-05-28 11:02:56 +08:00
cpuid.h hv: cpuid: add several leaf to per-cpu list in hybrid architecture 2024-05-28 11:02:56 +08:00
default_acpi_info.h
e820.h
gdt.h
host_pm.h
idt.h
init.h
io.h
ioapic.h
irq.h hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
lapic.h
mmu.h
msr.h hv: expose thermal MSRs to VM. 2024-05-16 09:40:32 +08:00
notify.h
page.h
pci_dev.h
per_cpu.h
pgtable.h
platform_caps.h
rdt.h
rtcm.h
rtct.h
security.h
seed.h
sgx.h
trampoline.h
tsc.h
vm_config.h
vmx.h
vtd.h
zeropage.h