Searched refs:exception_memory (Results 1 – 1 of 1) sorted by relevance
100 uint64_t exception_memory; /* Memory address of faulting access */ member242 info->exception_memory = codes[1]; in try_read_write_exception_handler()245 info->exception_pc, info->exception_kr, info->exception_memory); in try_read_write_exception_handler()281 info->exception_memory = 0; in begin_expected_exceptions()298 *out_memory = info->exception_memory; in end_expected_exceptions()310 uint64_t exception_memory; in try_read_byte() local314 end_expected_exceptions(&exception_kr, &exception_pc, &exception_memory); in try_read_byte()323 assert(exception_memory == addr); in try_read_byte()338 uint64_t exception_memory; in try_write_byte() local342 end_expected_exceptions(&exception_kr, &exception_pc, &exception_memory); in try_write_byte()[all …]