x86.h (38fd2c202a3d82bc12430bce5789fa2c2a406f71) x86.h (9ed96e87c5748de4c2807ef17e81287c7304186c)
1#ifndef ARCH_X86_KVM_X86_H
2#define ARCH_X86_KVM_X86_H
3
4#include <linux/kvm_host.h>
5#include "kvm_cache_regs.h"
6
7static inline void kvm_clear_exception_queue(struct kvm_vcpu *vcpu)
8{

--- 111 unchanged lines hidden (view full) ---

120
121int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt,
122 gva_t addr, void *val, unsigned int bytes,
123 struct x86_exception *exception);
124
125#define KVM_SUPPORTED_XCR0 (XSTATE_FP | XSTATE_SSE | XSTATE_YMM)
126extern u64 host_xcr0;
127
1#ifndef ARCH_X86_KVM_X86_H
2#define ARCH_X86_KVM_X86_H
3
4#include <linux/kvm_host.h>
5#include "kvm_cache_regs.h"
6
7static inline void kvm_clear_exception_queue(struct kvm_vcpu *vcpu)
8{

--- 111 unchanged lines hidden (view full) ---

120
121int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt,
122 gva_t addr, void *val, unsigned int bytes,
123 struct x86_exception *exception);
124
125#define KVM_SUPPORTED_XCR0 (XSTATE_FP | XSTATE_SSE | XSTATE_YMM)
126extern u64 host_xcr0;
127
128extern unsigned int min_timer_period_us;
129
128extern struct static_key kvm_no_apic_vcpu;
129#endif
130extern struct static_key kvm_no_apic_vcpu;
131#endif