Home
last modified time | relevance | path

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

/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h61 uint64_t gdb_st_blksize; /* blocksize for filesystem I/O */ member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c193 dst->uhi_st_blksize = tswap64(be64_to_cpu(s.gdb_st_blksize)); in uhi_fstat_cb()
/openbmc/qemu/semihosting/
H A Dsyscalls.c100 p->gdb_st_blksize = 0; in copy_stat_to_user()
103 p->gdb_st_blksize = cpu_to_be64(s->st_blksize); in copy_stat_to_user()