Searched refs:test_exception_code (Results 1 – 1 of 1) sorted by relevance
304 uint64_t *test_exception_code; in test_imm_control_port_exc_behavior() local322 test_exception_code = hard_exception_code; in test_imm_control_port_exc_behavior()325 test_exception_code = soft_exception_code; in test_imm_control_port_exc_behavior()382 …G("Exception code: Received code = 0x%llx Expected code = 0x%llx", exc_id, test_exception_code[i]); 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()