Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dvirq.c47 static const uint16_t exception_type[32] = { variable
222 if ((exception_type[vector] & EXCEPTION_ERROR_CODE_VALID) != 0U) { in vcpu_queue_exception()
242 if ((exception_type[vector] & EXCEPTION_ERROR_CODE_VALID) != 0U) { in vcpu_inject_exception()
248 (exception_type[vector] << 8U) | (vector & 0xFFU)); in vcpu_inject_exception()

Completed in 2 milliseconds