Searched refs:kdp_read_io (Results 1 – 4 of 4) sorted by relevance
356 if GetConnectionProtocol() == "kdp" and unsigned(kern.globals.kdp_read_io) == 0:358 if sizeof(kern.globals.kdp_read_io) == 4:359 WriteInt32ToMemoryAddress(1, addressof(kern.globals.kdp_read_io))360 elif sizeof(kern.globals.kdp_read_io) == 8:361 WriteInt64ToMemoryAddress(1, addressof(kern.globals.kdp_read_io))362 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()