Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-internal.h11 WHPX_BP_SET, enumerator
H A Dwhpx-all.c1196 new_breakpoints->data[i].state = WHPX_BP_SET; in whpx_translate_cpu_breakpoints()
1197 } else if (new_breakpoints->data[i].state == WHPX_BP_SET) { in whpx_translate_cpu_breakpoints()
1256 case WHPX_BP_SET: in whpx_apply_breakpoints()
1263 state = WHPX_BP_SET; in whpx_apply_breakpoints()
1286 state = WHPX_BP_SET; in whpx_apply_breakpoints()
1665 if (stepped_over_bp && stepped_over_bp->state != WHPX_BP_SET) { in whpx_vcpu_run()