Searched refs:kdp_read_io (Results 1 – 4 of 4) sorted by relevance
352 if GetConnectionProtocol() == "kdp" and unsigned(kern.globals.kdp_read_io) == 0:354 if sizeof(kern.globals.kdp_read_io) == 4:355 WriteInt32ToMemoryAddress(1, addressof(kern.globals.kdp_read_io))356 elif sizeof(kern.globals.kdp_read_io) == 8:357 WriteInt64ToMemoryAddress(1, addressof(kern.globals.kdp_read_io))358 readio = unsigned(kern.globals.kdp_read_io)
70 extern void *kdp_read_io;98 .lgReadIO = (uint64_t) &kdp_read_io,
51 boolean_t kdp_read_io = 0; variable134 …if (!kdp_read_io && ((!pmap_valid_address(cur_phys_dst)) || (!pmap_valid_address(cur_phys_src)))) { in kdp_machine_vm_read()
67 boolean_t kdp_read_io; variable132 if (kdp_read_io == FALSE) { in kdp_machine_vm_read()