Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dtry_read_write.h83 try_write_byte(
H A Dtry_read_write_test_unexpected.c63 result = try_write_byte(0, 0, &kr); in install_exception_handler()
H A Ddecompression_failure.c123 if (!try_write_byte(blocks[i] + buffer_offset, 1, &exception_kr)) { in read_blocks()
H A Dtry_read_write.c331 try_write_byte( in try_write_byte() function
H A Dtry_read_write_test.c115 actual_result = try_write_byte(addr, expected_byte, &actual_error); in test_try_write_byte_maybe_quietly()
H A Dvm_test_mach_map.c2358 bool write_succeded = try_write_byte(addr, 42, &kr);
2384 write_succeded = try_write_byte(m_addr, 42, &kr);
/xnu-12377.1.9/tests/vm/configurator/
H A Dvm_configurator.c3395 try_write_byte(addr, expected_byte, &actual_write_error); in verify_checker_faultability_in_address_range()
4203 bool succeeded = try_write_byte((mach_vm_address_t)&unwriteable, 0, &kr); in vm_configurator_init()