Home
last modified time | relevance | path

Searched refs:exception_bitmap (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h51 SHADOW_FIELD_RW(EXCEPTION_BITMAP, exception_bitmap)
H A Dvmcs12.h129 u32 exception_bitmap; member
311 CHECK_OFFSET(exception_bitmap, 752); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c71 FIELD(EXCEPTION_BITMAP, exception_bitmap),
H A Dhyperv_evmcs.c189 EVMCS1_FIELD(EXCEPTION_BITMAP, exception_bitmap,
H A Dnested.c499 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
521 return (vmcs12->exception_bitmap & (1u << vector)); in nested_vmx_is_exception_vmexit()
1727 vmcs12->exception_bitmap = evmcs->exception_bitmap; in copy_enlightened_to_vmcs12()
6621 return vmcs12->exception_bitmap & in nested_vmx_l1_wants_exit()
H A Dvmx.c850 eb |= get_vmcs12(vcpu)->exception_bitmap; in vmx_update_exception_bitmap()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst159 u32 exception_bitmap;