Home
last modified time | relevance | path

Searched refs:kvm_lapic_state (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dlapic.h97 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);
Dlapic.c2346 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()
Dx86.c3196 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/
Dkvm.h127 struct kvm_lapic_state { struct
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dkvm.h127 struct kvm_lapic_state { struct
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h1314 #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/
Dkvm.h1314 #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/
Dapi.txt1526 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