Searched refs:kvm_lapic_state (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | xapic_state_test.c | 62 struct kvm_lapic_state xapic; in ____test_icr() 148 struct kvm_lapic_state xapic; in __test_apic_id() 200 struct kvm_lapic_state lapic = {}; in test_x2apic_id()
|
| H A D | recalc_apic_map_test.c | 23 struct kvm_lapic_state lapic = {}; in race()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | lapic.h | 119 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s); 120 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s);
|
| H A D | lapic.c | 3026 struct kvm_lapic_state *s, bool set) in kvm_apic_state_fixup() 3077 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_get_state() 3091 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_set_state()
|
| H A D | x86.c | 5118 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_get_lapic() 5126 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_set_lapic() 5862 struct kvm_lapic_state *lapic; in kvm_arch_vcpu_ioctl() 5876 u.lapic = kzalloc(sizeof(struct kvm_lapic_state), GFP_KERNEL); in kvm_arch_vcpu_ioctl() 5885 if (copy_to_user(argp, u.lapic, sizeof(struct kvm_lapic_state))) in kvm_arch_vcpu_ioctl()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1287 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1288 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1287 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1288 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 123 struct kvm_lapic_state { struct
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 123 struct kvm_lapic_state { struct
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 2028 :Parameters: struct kvm_lapic_state (out) 2034 struct kvm_lapic_state { 2046 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then 2049 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state 2059 :Parameters: struct kvm_lapic_state (in) 2065 struct kvm_lapic_state { 2072 The format of the APIC ID register (bytes 32-35 of struct kvm_lapic_state's
|