Home
last modified time | relevance | path

Searched defs:thread_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dmain.c201 __thread CPUState *thread_cpu; variable
/openbmc/qemu/linux-user/
H A Dmain.c186 __thread CPUState *thread_cpu; variable
/openbmc/qemu/gdbstub/
H A Duser.c531 static void disable_gdbstub(CPUState *thread_cpu) in disable_gdbstub()