Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dasm-offsets.c684 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
685 OFFSET(VCPU_TIMING_EXIT_TBL, kvm_vcpu, arch.timing_exit.tv32.tbl); in main()
686 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
687 OFFSET(VCPU_TIMING_LAST_ENTER_TBL, kvm_vcpu, arch.timing_last_enter.tv32.tbl); in main()
/linux/net/core/
A Dsock.c366 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() local
367 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
368 return sizeof(tv32); in sock_get_timeout()
388 struct old_timeval32 tv32; in sock_copy_user_timeval() local
390 if (optlen < sizeof(tv32)) in sock_copy_user_timeval()
393 if (copy_from_sockptr(&tv32, optval, sizeof(tv32))) in sock_copy_user_timeval()
395 tv->tv_sec = tv32.tv_sec; in sock_copy_user_timeval()
396 tv->tv_usec = tv32.tv_usec; in sock_copy_user_timeval()
/linux/arch/powerpc/include/asm/
A Dkvm_host.h165 } tv32; member

Completed in 15 milliseconds