Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/ !
Dasm-offsets.c663 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
664 OFFSET(VCPU_TIMING_EXIT_TBL, kvm_vcpu, arch.timing_exit.tv32.tbl); in main()
665 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
666 OFFSET(VCPU_TIMING_LAST_ENTER_TBL, kvm_vcpu, arch.timing_last_enter.tv32.tbl); in main()
/linux-6.6.21/net/core/ !
Dsock.c377 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() local
378 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
379 return sizeof(tv32); in sock_get_timeout()
399 struct old_timeval32 tv32; in sock_copy_user_timeval() local
401 if (optlen < sizeof(tv32)) in sock_copy_user_timeval()
404 if (copy_from_sockptr(&tv32, optval, sizeof(tv32))) in sock_copy_user_timeval()
406 tv->tv_sec = tv32.tv_sec; in sock_copy_user_timeval()
407 tv->tv_usec = tv32.tv_usec; in sock_copy_user_timeval()
/linux-6.6.21/arch/powerpc/include/asm/ !
Dkvm_host.h172 } tv32; member