Searched defs:vmcs12 (Results 1 – 9 of 9) sorted by relevance
27 struct __packed vmcs12 { struct31 struct vmcs_hdr hdr;32 u32 abort;34 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */35 u32 padding[7]; /* room for future expansion */37 u64 io_bitmap_a;38 u64 io_bitmap_b;39 u64 msr_bitmap;40 u64 vm_exit_msr_store_addr;41 u64 vm_exit_msr_load_addr;[all …]
130 static inline bool nested_cpu_has(struct vmcs12 *vmcs12, u32 bit) in nested_cpu_has()135 static inline bool nested_cpu_has2(struct vmcs12 *vmcs12, u32 bit) in nested_cpu_has2()142 static inline bool nested_cpu_has_preemption_timer(struct vmcs12 *vmcs12) in nested_cpu_has_preemption_timer()148 static inline bool nested_cpu_has_nmi_exiting(struct vmcs12 *vmcs12) in nested_cpu_has_nmi_exiting()153 static inline bool nested_cpu_has_virtual_nmis(struct vmcs12 *vmcs12) in nested_cpu_has_virtual_nmis()158 static inline int nested_cpu_has_mtf(struct vmcs12 *vmcs12) in nested_cpu_has_mtf()163 static inline int nested_cpu_has_ept(struct vmcs12 *vmcs12) in nested_cpu_has_ept()168 static inline bool nested_cpu_has_xsaves(struct vmcs12 *vmcs12) in nested_cpu_has_xsaves()173 static inline bool nested_cpu_has_pml(struct vmcs12 *vmcs12) in nested_cpu_has_pml()178 static inline bool nested_cpu_has_virt_x2apic_mode(struct vmcs12 *vmcs12) in nested_cpu_has_virt_x2apic_mode()[all …]
370 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_ept_inject_page_fault() local430 static bool nested_vmx_is_page_fault_vmexit(struct vmcs12 *vmcs12, in nested_vmx_is_page_fault_vmexit()445 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_is_exception_vmexit() local461 struct vmcs12 *vmcs12) in nested_vmx_check_io_bitmap_controls()474 struct vmcs12 *vmcs12) in nested_vmx_check_msr_bitmap_controls()486 struct vmcs12 *vmcs12) in nested_vmx_check_tpr_shadow_controls()558 struct vmcs12 *vmcs12) in nested_vmx_prepare_msr_bitmap()657 struct vmcs12 *vmcs12) in nested_cache_shadow_vmcs12()676 struct vmcs12 *vmcs12) in nested_flush_cached_shadow_vmcs12()705 struct vmcs12 *vmcs12) in nested_vmx_check_apic_access_controls()[all …]
26 struct vmcs12 *vmcs12) in vmx_write_encls_bitmap()
465 int nested_evmcs_check_controls(struct vmcs12 *vmcs12) in nested_evmcs_check_controls()
1647 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_update_emulated_instruction() local1797 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_get_l2_tsc_offset() local1807 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_get_l2_tsc_multiplier() local5267 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr0() local5300 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in handle_set_cr4() local6552 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_update_cr8_intercept() local7728 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_check_intercept_io() local7764 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in vmx_check_intercept() local
454 void vmx_write_encls_bitmap(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12) in vmx_write_encls_bitmap()
466 __u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member