Searched refs:tv32 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | asm-offsets.c | 684 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 D | sock.c | 366 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 D | kvm_host.h | 165 } tv32; member
|
Completed in 15 milliseconds