Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
A Dvmcs_shadow_fields.h51 SHADOW_FIELD_RW(EXCEPTION_BITMAP, exception_bitmap)
A Dvmcs12.h123 u32 exception_bitmap; member
299 CHECK_OFFSET(exception_bitmap, 752); in vmx_check_vmcs12_offsets()
A Dvmcs12.c71 FIELD(EXCEPTION_BITMAP, exception_bitmap),
A Dhyperv_evmcs.c189 EVMCS1_FIELD(EXCEPTION_BITMAP, exception_bitmap,
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()
1708 vmcs12->exception_bitmap = evmcs->exception_bitmap; in copy_enlightened_to_vmcs12()
6476 return vmcs12->exception_bitmap & in nested_vmx_l1_wants_exit()
A Dvmx.c851 eb |= get_vmcs12(vcpu)->exception_bitmap; in vmx_update_exception_bitmap()

Completed in 26 milliseconds