Searched refs:kvm_lapic_state (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | xapic_state_test.c | 53 struct kvm_lapic_state xapic; in ____test_icr() 138 struct kvm_lapic_state xapic; in __test_apic_id()
|
| D | recalc_apic_map_test.c | 23 struct kvm_lapic_state lapic = {}; in race()
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | lapic.h | 124 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s); 125 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s);
|
| D | lapic.c | 2928 struct kvm_lapic_state *s, bool set) in kvm_apic_state_fixup() 2965 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_get_state() 2979 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_set_state()
|
| D | x86.c | 4929 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_get_lapic() 4937 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_set_lapic() 5651 struct kvm_lapic_state *lapic; in kvm_arch_vcpu_ioctl() 5665 u.lapic = kzalloc(sizeof(struct kvm_lapic_state), in kvm_arch_vcpu_ioctl() 5675 if (copy_to_user(argp, u.lapic, sizeof(struct kvm_lapic_state))) in kvm_arch_vcpu_ioctl()
|
| /Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 122 struct kvm_lapic_state { struct
|
| /Linux-v6.6/arch/x86/include/uapi/asm/ |
| D | kvm.h | 122 struct kvm_lapic_state { struct
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1585 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1586 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1592 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1593 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 1951 :Parameters: struct kvm_lapic_state (out) 1957 struct kvm_lapic_state { 1969 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then 1972 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state 1982 :Parameters: struct kvm_lapic_state (in) 1988 struct kvm_lapic_state { 1995 The format of the APIC ID register (bytes 32-35 of struct kvm_lapic_state's
|