Home
last modified time | relevance | path

Searched refs:TARGET_NR_gettimeofday (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c125 syscall = TARGET_NR_gettimeofday; in emulate_vsyscall()
149 case TARGET_NR_gettimeofday: in emulate_vsyscall()
/openbmc/qemu/linux-user/
H A Dstrace.list411 #ifdef TARGET_NR_gettimeofday
412 { TARGET_NR_gettimeofday, "gettimeofday" , NULL, print_gettimeofday,
H A Dstrace.c909 #ifdef TARGET_NR_gettimeofday
2463 #ifdef TARGET_NR_gettimeofday
H A Dsyscall.c1242 #if defined(TARGET_NR_gettimeofday)
10441 #if defined(TARGET_NR_gettimeofday) in _syscall2()
10442 case TARGET_NR_gettimeofday: in _syscall2()