Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Demul-priv-op.c47 unsigned int bpmatch; member
360 poc->bpmatch = check_guest_io_breakpoint(curr, port, bytes); in read_io()
446 poc->bpmatch = check_guest_io_breakpoint(curr, port, bytes); in write_io()
611 poc->bpmatch = check_guest_io_breakpoint(curr, port, bytes_per_rep); in rep_ins()
632 if ( poc->bpmatch || hypercall_preempt_check() ) in rep_ins()
678 poc->bpmatch = check_guest_io_breakpoint(curr, port, bytes_per_rep); in rep_outs()
700 if ( poc->bpmatch || hypercall_preempt_check() ) in rep_outs()
1292 ctxt.bpmatch |= DR_STEP; in pv_emulate_privileged_op()
1293 if ( ctxt.bpmatch ) in pv_emulate_privileged_op()
1295 curr->arch.dr6 |= ctxt.bpmatch | DR_STATUS_RESERVED_ONE; in pv_emulate_privileged_op()

Completed in 4 milliseconds