Searched refs:vcpu_vmx (Results 1 – 1 of 1) sorted by relevance
470 struct vcpu_vmx { struct561 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() argument563 return container_of(vcpu, struct vcpu_vmx, vcpu); in to_vmx()821 static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);822 static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);1188 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index()1224 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry()1340 static inline void vpid_sync_vcpu_single(struct vcpu_vmx *vmx) in vpid_sync_vcpu_single()1355 static inline void vpid_sync_context(struct vcpu_vmx *vmx) in vpid_sync_context()1453 static inline void vm_entry_controls_init(struct vcpu_vmx *vmx, u32 val) in vm_entry_controls_init()[all …]