Lines Matching defs:vcpu

39 static inline struct vmcs12 *get_vmcs12(struct kvm_vcpu *vcpu)  in get_vmcs12()
44 static inline struct vmcs12 *get_shadow_vmcs12(struct kvm_vcpu *vcpu) in get_shadow_vmcs12()
54 static inline int vmx_has_valid_vmcs12(struct kvm_vcpu *vcpu) in vmx_has_valid_vmcs12()
63 static inline u16 nested_get_vpid02(struct kvm_vcpu *vcpu) in nested_get_vpid02()
70 static inline unsigned long nested_ept_get_eptp(struct kvm_vcpu *vcpu) in nested_ept_get_eptp()
76 static inline bool nested_ept_ad_enabled(struct kvm_vcpu *vcpu) in nested_ept_ad_enabled()
98 static inline unsigned nested_cpu_vmx_misc_cr3_count(struct kvm_vcpu *vcpu) in nested_cpu_vmx_misc_cr3_count()
108 static inline bool nested_cpu_has_vmwrite_any_field(struct kvm_vcpu *vcpu) in nested_cpu_has_vmwrite_any_field()
114 static inline bool nested_cpu_has_zero_length_injection(struct kvm_vcpu *vcpu) in nested_cpu_has_zero_length_injection()
119 static inline bool nested_cpu_supports_monitor_trap_flag(struct kvm_vcpu *vcpu) in nested_cpu_supports_monitor_trap_flag()
125 static inline bool nested_cpu_has_vmx_shadow_vmcs(struct kvm_vcpu *vcpu) in nested_cpu_has_vmx_shadow_vmcs()
227 static inline bool nested_exit_on_nmi(struct kvm_vcpu *vcpu) in nested_exit_on_nmi()
236 static inline bool nested_exit_on_intr(struct kvm_vcpu *vcpu) in nested_exit_on_intr()
256 static inline bool nested_guest_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_guest_cr0_valid()
270 static inline bool nested_host_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_host_cr0_valid()
278 static inline bool nested_cr4_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_cr4_valid()