Searched refs:kvm_lapic_state (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | lapic.h | 97 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s); 98 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s);
|
| D | lapic.c | 2346 struct kvm_lapic_state *s, bool set) in kvm_apic_state_fixup() 2370 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_get_state() 2376 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_set_state()
|
| D | x86.c | 3196 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_get_lapic() 3205 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_set_lapic() 3721 struct kvm_lapic_state *lapic; in kvm_arch_vcpu_ioctl() 3735 u.lapic = kzalloc(sizeof(struct kvm_lapic_state), GFP_KERNEL); in kvm_arch_vcpu_ioctl() 3744 if (copy_to_user(argp, u.lapic, sizeof(struct kvm_lapic_state))) in kvm_arch_vcpu_ioctl()
|
| /Linux-v4.19/arch/x86/include/uapi/asm/ |
| D | kvm.h | 127 struct kvm_lapic_state { struct
|
| /Linux-v4.19/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 127 struct kvm_lapic_state { struct
|
| /Linux-v4.19/tools/include/uapi/linux/ |
| D | kvm.h | 1314 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1315 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /Linux-v4.19/include/uapi/linux/ |
| D | kvm.h | 1314 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1315 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /Linux-v4.19/Documentation/virtual/kvm/ |
| D | api.txt | 1526 Parameters: struct kvm_lapic_state (out) 1530 struct kvm_lapic_state { 1542 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then 1545 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state 1554 Parameters: struct kvm_lapic_state (in) 1558 struct kvm_lapic_state { 1565 The format of the APIC ID register (bytes 32-35 of struct kvm_lapic_state's
|