Home
last modified time | relevance | path

Searched refs:KVM_X2APIC_API_USE_32BIT_IDS (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/virt/kvm/x86/
H A Derrata.rst55 When KVM_X2APIC_API_USE_32BIT_IDS is enabled, KVM activates a hack/quirk that
60 only to the vCPU with the lowest vCPU ID. If KVM_X2APIC_API_USE_32BIT_IDS is
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxapic_state_test.c180 vm_enable_cap(vm, KVM_CAP_X2APIC_API, KVM_X2APIC_API_USE_32BIT_IDS); in test_apic_id()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm.h880 #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0) macro
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dkvm.h880 #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0) macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst1957 On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
2041 If KVM_X2APIC_API_USE_32BIT_IDS feature of KVM_CAP_X2APIC_API is
2049 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state
2989 On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
7668 #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0)
7671 Enabling KVM_X2APIC_API_USE_32BIT_IDS changes the behavior of
/linux-6.15/arch/x86/kvm/
H A Dx86.c126 #define KVM_X2APIC_API_VALID_FLAGS (KVM_X2APIC_API_USE_32BIT_IDS | \
6556 if (cap->args[0] & KVM_X2APIC_API_USE_32BIT_IDS) in kvm_vm_ioctl_enable_cap()