Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dasm-offsets.c661 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
662 OFFSET(VCPU_TIMING_EXIT_TBL, kvm_vcpu, arch.timing_exit.tv32.tbl); in main()
663 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
664 OFFSET(VCPU_TIMING_LAST_ENTER_TBL, kvm_vcpu, arch.timing_last_enter.tv32.tbl); in main()
/linux-6.3-rc2/net/core/
A Dsock.c372 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; in sock_get_timeout() local
373 *(struct old_timeval32 *)optval = tv32; in sock_get_timeout()
374 return sizeof(tv32); in sock_get_timeout()
394 struct old_timeval32 tv32; in sock_copy_user_timeval() local
396 if (optlen < sizeof(tv32)) in sock_copy_user_timeval()
399 if (copy_from_sockptr(&tv32, optval, sizeof(tv32))) in sock_copy_user_timeval()
401 tv->tv_sec = tv32.tv_sec; in sock_copy_user_timeval()
402 tv->tv_usec = tv32.tv_usec; in sock_copy_user_timeval()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_host.h172 } tv32; member

Completed in 15 milliseconds