Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dgdb.c111 uint8_t shadow_inst[GDB_BP_SIZE]; member
1364 cp = paddr_guest2host(ctx, bp->gpa, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints()
1365 memcpy(cp, bp->shadow_inst, sizeof(bp->shadow_inst)); in remove_all_sw_breakpoints()
1396 cp = paddr_guest2host(ctx, gpa, sizeof(bp->shadow_inst)); in update_sw_breakpoint()
1420 memcpy(bp->shadow_inst, cp, sizeof(bp->shadow_inst)); in update_sw_breakpoint()
1421 memcpy(cp, GDB_BP_INSTR, sizeof(bp->shadow_inst)); in update_sw_breakpoint()
1428 memcpy(cp, bp->shadow_inst, sizeof(bp->shadow_inst)); in update_sw_breakpoint()