Home
last modified time | relevance | path

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

/qemu/include/gdbstub/
H A Dsyscalls.h63 gdb_time_t gdb_st_atime; /* time of last access */ member
/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c190 dst->uhi_st_atime = tswap64(be32_to_cpu(s.gdb_st_atime)); in uhi_fstat_cb()
/qemu/semihosting/
H A Dsyscalls.c106 p->gdb_st_atime = cpu_to_be32(s->st_atime); in copy_stat_to_user()