Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dasm-offsets.c665 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
666 OFFSET(VCPU_TIMING_EXIT_TBL, kvm_vcpu, arch.timing_exit.tv32.tbl); in main()
667 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
668 OFFSET(VCPU_TIMING_LAST_ENTER_TBL, kvm_vcpu, arch.timing_last_enter.tv32.tbl); in main()
/openbmc/linux/net/core/
H A Dsock.c378 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() local
379 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
380 return sizeof(tv32); in sock_get_timeout()
400 struct old_timeval32 tv32; in sock_copy_user_timeval() local
402 if (optlen < sizeof(tv32)) in sock_copy_user_timeval()
405 if (copy_from_sockptr(&tv32, optval, sizeof(tv32))) in sock_copy_user_timeval()
407 tv->tv_sec = tv32.tv_sec; in sock_copy_user_timeval()
408 tv->tv_usec = tv32.tv_usec; in sock_copy_user_timeval()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h172 } tv32; member