x86.h (7ebdfaa52d15b947503f76474477f92854796d96) | x86.h (d0659d946be05e098883b6955d2764595997f6a4) |
---|---|
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{ --- 156 unchanged lines hidden (view full) --- 165 | XSTATE_BNDREGS | XSTATE_BNDCSR \ 166 | XSTATE_AVX512) 167extern u64 host_xcr0; 168 169extern u64 kvm_supported_xcr0(void); 170 171extern unsigned int min_timer_period_us; 172 | 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{ --- 156 unchanged lines hidden (view full) --- 165 | XSTATE_BNDREGS | XSTATE_BNDCSR \ 166 | XSTATE_AVX512) 167extern u64 host_xcr0; 168 169extern u64 kvm_supported_xcr0(void); 170 171extern unsigned int min_timer_period_us; 172 |
173extern unsigned int lapic_timer_advance_ns; 174 |
|
173extern struct static_key kvm_no_apic_vcpu; 174#endif | 175extern struct static_key kvm_no_apic_vcpu; 176#endif |