system_time       100 arch/arm/xen/enlighten.c 	struct timespec64 now, system_time;
system_time       105 arch/arm/xen/enlighten.c 	system_time = timespec64_add(now, tk->wall_to_monotonic);
system_time       118 arch/arm/xen/enlighten.c 	op.u.settime64.system_time = timespec64_to_ns(&system_time);
system_time        30 arch/x86/include/asm/pvclock-abi.h 	u64   system_time;
system_time        87 arch/x86/include/asm/pvclock.h 	return src->system_time + offset;
system_time       116 arch/x86/kernel/kvmclock.c 		sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time));
system_time       927 arch/x86/kvm/hyperv.c 	tsc_ref->tsc_offset = hv_clock->system_time;
system_time       922 arch/x86/kvm/trace.h 		__field(	__u64,		system_time		)
system_time       932 arch/x86/kvm/trace.h 		__entry->system_time	   = pvclock->system_time;
system_time       944 arch/x86/kvm/trace.h 		  __entry->system_time,
system_time      2293 arch/x86/kvm/x86.c 	hv_clock.system_time = ka->master_kernel_ns + ka->kvmclock_offset;
system_time      2442 arch/x86/kvm/x86.c 	vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset;
system_time       116 arch/x86/xen/time.c 		op.u.settime64.system_time = xen_clocksource_read();
system_time       121 arch/x86/xen/time.c 		op.u.settime32.system_time = xen_clocksource_read();
system_time        91 drivers/net/wireless/intel/iwlwifi/fw/api/offload.h 	__le32 system_time;
system_time      1480 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c 	rx_status.device_timestamp = le32_to_cpu(sb->system_time);
system_time        70 include/xen/arm/interface.h 	u64   system_time;
system_time        43 include/xen/interface/platform.h 	uint64_t system_time;
system_time        52 include/xen/interface/platform.h     uint64_t system_time;
system_time       510 include/xen/interface/xen.h 	uint64_t system_time;     /* Time, in nanosecs, since boot.    */