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

/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c661 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu);
662 OFFSET(VCPU_TIMING_EXIT_TBL, kvm_vcpu, arch.timing_exit.tv32.tbl);
663 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu);
664 OFFSET(VCPU_TIMING_LAST_ENTER_TBL, kvm_vcpu, arch.timing_last_enter.tv32.tbl);
/linux-master/net/core/
H A Dsock.c374 struct old_timeval32 tv32 = { tv.tv_sec, tv.tv_usec }; local
375 *(struct old_timeval32 *)optval = tv32;
376 return sizeof(tv32);
396 struct old_timeval32 tv32; local
398 if (optlen < sizeof(tv32))
401 if (copy_from_sockptr(&tv32, optval, sizeof(tv32)))
403 tv->tv_sec = tv32.tv_sec;
404 tv->tv_usec = tv32.tv_usec;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h171 } tv32; member in union:kvmppc_exit_timing::__anon69

Completed in 225 milliseconds