Searched refs:exc_id (Results 1 – 1 of 1) sorted by relevance
309 uint64_t exc_id; in test_imm_control_port_exc_behavior() local377 exc_id = exception_code >> EXC_CODE_SHIFT; in test_imm_control_port_exc_behavior()379 exc_id = exception_code; in test_imm_control_port_exc_behavior()382 …T_LOG("Exception code: Received code = 0x%llx Expected code = 0x%llx", exc_id, test_exception_code… in test_imm_control_port_exc_behavior()383 T_EXPECT_EQ(exc_id, test_exception_code[i], "Exception code: Received == Expected"); in test_imm_control_port_exc_behavior()