Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h45 #define TARGET_BIOSSEG 0x0f000 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h62 #define TARGET_BIOSSEG 0x0f000 macro
/openbmc/qemu/linux-user/
H A Dvm86.c152 if (env->segs[R_CS].selector == TARGET_BIOSSEG) in do_int()
161 if ((segoffs >> 16) == TARGET_BIOSSEG) in do_int()