Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dxapic_state_test.c
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h877 #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0) macro
/linux/Documentation/virt/kvm/
H A Dapi.rst1953 On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
2037 If KVM_X2APIC_API_USE_32BIT_IDS feature of KVM_CAP_X2APIC_API is
2045 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state
2985 On x86, address_hi is ignored unless the KVM_X2APIC_API_USE_32BIT_IDS
7595 #define KVM_X2APIC_API_USE_32BIT_IDS (1ULL << 0)
7598 Enabling KVM_X2APIC_API_USE_32BIT_IDS changes the behavior of
/linux/arch/x86/kvm/
H A Dx86.c126 #define KVM_X2APIC_API_VALID_FLAGS (KVM_X2APIC_API_USE_32BIT_IDS | \
6525 if (cap->args[0] & KVM_X2APIC_API_USE_32BIT_IDS) in kvm_vm_ioctl_enable_cap()