Searched refs:exception_type (Results 1 – 1 of 1) sorted by relevance
47 static const uint16_t exception_type[32] = { variable222 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