Home
last modified time | relevance | path

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

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