Searched refs:exception_bitmap (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h51 SHADOW_FIELD_RW(EXCEPTION_BITMAP, exception_bitmap)
H A Dvmcs12.h123 u32 exception_bitmap; member in struct:vmcs12
297 CHECK_OFFSET(exception_bitmap, 752);
H A Dvmcs12.c71 FIELD(EXCEPTION_BITMAP, exception_bitmap),
H A Dhyperv_evmcs.c189 EVMCS1_FIELD(EXCEPTION_BITMAP, exception_bitmap,
H A Dnested.c475 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0;
497 return (vmcs12->exception_bitmap & (1u << vector));
1642 vmcs12->exception_bitmap = evmcs->exception_bitmap;
1894 * evmcs->exception_bitmap = vmcs12->exception_bitmap;
6279 return vmcs12->exception_bitmap &
H A Dvmx.c899 eb |= get_vmcs12(vcpu)->exception_bitmap;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h182 u32 exception_bitmap; member in struct:hv_enlightened_vmcs
484 *value = current_evmcs->exception_bitmap;
950 current_evmcs->exception_bitmap = value;
/linux-master/arch/x86/include/asm/
H A Dhyperv-tlfs.h589 u32 exception_bitmap; member in struct:hv_enlightened_vmcs

Completed in 335 milliseconds