Searched refs:x2apic (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 233 bool x2apic; in dump_apic_icr() local 247 x2apic = env->features[FEAT_1_ECX] & CPUID_EXT_X2APIC; in dump_apic_icr() 248 dest_field = x2apic ? icr2 : icr2 >> APIC_ICR_DEST_SHIFT; in dump_apic_icr() 251 if (x2apic) { in dump_apic_icr() 264 if (x2apic) { in dump_apic_icr()
|
/openbmc/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 24 ``kvm-msi-ext-dest-id`` feature is enabled by default in x2apic mode with split 25 irqchip (e.g. "-machine ...,kernel-irqchip=split -cpu ...,x2apic").
|
/openbmc/linux/lib/zstd/common/ |
H A D | cpu.h | 117 C(x2apic, 21)
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 1707 static __init void apic_read_boot_cpu_id(bool x2apic) in apic_read_boot_cpu_id() argument 1714 if (x2apic) { in apic_read_boot_cpu_id()
|
/openbmc/linux/drivers/iommu/ |
H A D | Kconfig | 197 To use x2apic mode in the CPU's which support x2APIC enhancements or
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 40 1, 0, ECX, 21, x2apic, x2APIC supported
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 452 bool "Support x2apic" 455 This enables x2apic support on CPUs that have this feature.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7198 x2apic_phys [X86-64,APIC] Use x2apic physical mode instead of 7199 default x2apic cluster mode on platforms 7200 supporting x2apic.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 1741 x2apic), may not be present in the host cpu, but are exposed by kvm if it can 3710 Features like x2apic, for example, may not be present in the host cpu
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 1151 complete x2apic. Currently it only supports kvm kernel-irqchip modes
|