Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dtry_read_write.c100 uint64_t exception_memory; /* Memory address of faulting access */ member
242 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() local
314 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() local
342 end_expected_exceptions(&exception_kr, &exception_pc, &exception_memory); in try_write_byte()
[all …]