Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bhyve/
HDgdb.h35 void gdb_cpu_debug(struct vcpu *vcpu, struct vm_exit *vmexit);
HDgdb.c942 gdb_cpu_debug(struct vcpu *vcpu, struct vm_exit *vmexit) in gdb_cpu_debug() function
/freebsd-14-stable/usr.sbin/bhyve/amd64/
HDvmexit.c449 gdb_cpu_debug(vcpu, vmrun->vm_exit); in vmexit_db()