Home
last modified time | relevance | path

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

/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h55 gdb_mode_t gdb_st_mode; /* protection */ member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c184 dst->uhi_st_mode = tswap32(be32_to_cpu(s.gdb_st_mode)); in uhi_fstat_cb()
/openbmc/qemu/semihosting/
H A Dsyscalls.c92 p->gdb_st_mode = cpu_to_be32(s->st_mode); in copy_stat_to_user()