Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h56 #define TARGET_VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h73 #define TARGET_VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/openbmc/qemu/linux-user/
H A Dvm86.c181 return_to_32bit(env, TARGET_VM86_INTx | (intno << 8)); in do_int()