Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h150 #define TARGET_vm86dbg_active (1 << 1) /* for debugger */ macro
/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h133 #define TARGET_vm86dbg_active (1 << 1) /* for debugger */ macro
/openbmc/qemu/linux-user/
H A Dvm86.c259 if ((ts->vm86plus.vm86plus.flags & TARGET_vm86dbg_active) && \
342 if (ts->vm86plus.vm86plus.flags & TARGET_vm86dbg_active) { in handle_vm86_fault()