Searched defs:vmcs12 (Results 1 – 9 of 9) sorted by relevance
32 u32 abort;37 u64 io_bitmap_a;38 u64 io_bitmap_b;39 u64 msr_bitmap;43 u64 tsc_offset;47 u64 ept_pointer;59 u64 guest_pdptr0;60 u64 guest_pdptr1;61 u64 guest_pdptr2;71 u64 pml_address;[all …]
156 static inline bool nested_cpu_has(struct vmcs12 *vmcs12, u32 bit) in nested_cpu_has()161 static inline bool nested_cpu_has2(struct vmcs12 *vmcs12, u32 bit) in nested_cpu_has2()184 static inline int nested_cpu_has_mtf(struct vmcs12 *vmcs12) in nested_cpu_has_mtf()189 static inline int nested_cpu_has_ept(struct vmcs12 *vmcs12) in nested_cpu_has_ept()194 static inline bool nested_cpu_has_xsaves(struct vmcs12 *vmcs12) in nested_cpu_has_xsaves()199 static inline bool nested_cpu_has_pml(struct vmcs12 *vmcs12) in nested_cpu_has_pml()209 static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12) in nested_cpu_has_vpid()219 static inline bool nested_cpu_has_vid(struct vmcs12 *vmcs12) in nested_cpu_has_vid()229 static inline bool nested_cpu_has_vmfunc(struct vmcs12 *vmcs12) in nested_cpu_has_vmfunc()267 static inline bool nested_cpu_has_encls_exit(struct vmcs12 *vmcs12) in nested_cpu_has_encls_exit()[all …]
537 struct vmcs12 *vmcs12) in nested_vmx_check_msr_bitmap_controls()549 struct vmcs12 *vmcs12) in nested_vmx_check_tpr_shadow_controls()621 struct vmcs12 *vmcs12) in nested_vmx_prepare_msr_bitmap()866 struct vmcs12 *vmcs12) in nested_vmx_check_pml_controls()2341 struct vmcs12 *vmcs12) in prepare_vmcs02_early()3427 struct vmcs12 *vmcs12; in nested_vmx_write_pml_buffer() local3660 struct vmcs12 *vmcs12; in nested_vmx_run() local6088 struct vmcs12 *vmcs12; in handle_vmfunc() local6236 struct vmcs12 *vmcs12) in nested_vmx_exit_handled_cr()6629 struct vmcs12 *vmcs12; in vmx_get_nested_state() local[all …]
26 struct vmcs12 *vmcs12) in vmx_write_encls_bitmap()
162 int nested_evmcs_check_controls(struct vmcs12 *vmcs12) in nested_evmcs_check_controls()
467 void vmx_write_encls_bitmap(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12) in vmx_write_encls_bitmap()
1785 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_update_emulated_instruction() local1935 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_get_l2_tsc_offset() local1945 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_get_l2_tsc_multiplier() local5458 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr0() local5484 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr4() local6777 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_update_cr8_intercept() local8061 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_is_io_intercepted() local8108 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_check_intercept() local
472 __u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member