Searched refs:kvm_lapic_state (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | lapic.h | 107 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s); 108 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s);
|
| H A D | lapic.c | 2556 struct kvm_lapic_state *s, bool set) in kvm_apic_state_fixup() 2580 int kvm_apic_get_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_get_state() 2594 int kvm_apic_set_state(struct kvm_vcpu *vcpu, struct kvm_lapic_state *s) in kvm_apic_set_state()
|
| H A D | x86.c | 4108 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_get_lapic() 4117 struct kvm_lapic_state *s) in kvm_vcpu_ioctl_set_lapic() 4724 struct kvm_lapic_state *lapic; in kvm_arch_vcpu_ioctl() 4738 u.lapic = kzalloc(sizeof(struct kvm_lapic_state), in kvm_arch_vcpu_ioctl() 4748 if (copy_to_user(argp, u.lapic, sizeof(struct kvm_lapic_state))) in kvm_arch_vcpu_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 127 struct kvm_lapic_state { struct
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 127 struct kvm_lapic_state { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kvm.h | 1336 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1337 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kvm.h | 1336 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1337 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kvm.h | 1423 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1424 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kvm.h | 1423 #define KVM_GET_LAPIC _IOR(KVMIO, 0x8e, struct kvm_lapic_state) 1424 #define KVM_SET_LAPIC _IOW(KVMIO, 0x8f, struct kvm_lapic_state)
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 1820 :Parameters: struct kvm_lapic_state (out) 1826 struct kvm_lapic_state { 1838 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then 1841 If KVM_X2APIC_API_USE_32BIT_IDS feature is disabled, struct kvm_lapic_state 1851 :Parameters: struct kvm_lapic_state (in) 1857 struct kvm_lapic_state { 1864 The format of the APIC ID register (bytes 32-35 of struct kvm_lapic_state's
|