Home
last modified time | relevance | path

Searched defs:vmcs12 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dnested.h156 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()
168 static inline bool nested_cpu_has_preemption_timer(struct vmcs12 *vmcs12) in nested_cpu_has_preemption_timer()
174 static inline bool nested_cpu_has_nmi_exiting(struct vmcs12 *vmcs12) in nested_cpu_has_nmi_exiting()
179 static inline bool nested_cpu_has_virtual_nmis(struct vmcs12 *vmcs12) in nested_cpu_has_virtual_nmis()
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()
204 static inline bool nested_cpu_has_virt_x2apic_mode(struct vmcs12 *vmcs12) in nested_cpu_has_virt_x2apic_mode()
[all …]
H A Dnested.c416 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_ept_inject_page_fault() local
498 static bool nested_vmx_is_page_fault_vmexit(struct vmcs12 *vmcs12, in nested_vmx_is_page_fault_vmexit()
513 struct vmcs12 *vmcs12 = get_vmcs12(vcpu); in nested_vmx_is_exception_vmexit() local
529 struct vmcs12 *vmcs12) in nested_vmx_check_io_bitmap_controls()
542 struct vmcs12 *vmcs12) in nested_vmx_check_msr_bitmap_controls()
554 struct vmcs12 *vmcs12) in nested_vmx_check_tpr_shadow_controls()
670 struct vmcs12 *vmcs12) in nested_vmx_prepare_msr_bitmap()
790 struct vmcs12 *vmcs12) in nested_cache_shadow_vmcs12()
809 struct vmcs12 *vmcs12) in nested_flush_cached_shadow_vmcs12()
838 struct vmcs12 *vmcs12) in nested_vmx_check_apic_access_controls()
[all …]
H A Dsgx.h26 struct vmcs12 *vmcs12) in vmx_write_encls_bitmap()
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h510 __u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h510 __u8 vmcs12[KVM_STATE_NESTED_VMX_VMCS_SIZE]; member