Home
last modified time | relevance | path

Searched refs:target_exception_dump (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/user/
H A Dcpu_loop.h80 void target_exception_dump(CPUArchState *env, const char *fmt, int code);
82 target_exception_dump(env, fmt, code)
/openbmc/qemu/linux-user/
H A Dsyscall.c8343 void target_exception_dump(CPUArchState *env, const char *fmt, int code) in target_exception_dump() function