Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs_shadow_fields.h51 SHADOW_FIELD_RW(EXCEPTION_BITMAP, exception_bitmap)
Dvmcs12.h123 u32 exception_bitmap; member
298 CHECK_OFFSET(exception_bitmap, 752); in vmx_check_vmcs12_offsets()
Dvmcs12.c70 FIELD(EXCEPTION_BITMAP, exception_bitmap),
Devmcs.c171 EVMCS1_FIELD(EXCEPTION_BITMAP, exception_bitmap,
Dnested.c424 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
453 } else if (vmcs12->exception_bitmap & (1u << nr)) { in nested_vmx_check_exception()
1613 vmcs12->exception_bitmap = evmcs->exception_bitmap; in copy_enlightened_to_vmcs12()
6032 return vmcs12->exception_bitmap & in nested_vmx_l1_wants_exit()
Dvmx.c804 eb |= get_vmcs12(vcpu)->exception_bitmap; in vmx_update_exception_bitmap()
/arch/x86/include/asm/
Dhyperv-tlfs.h522 u32 exception_bitmap; member