Home
last modified time | relevance | path

Searched refs:system_time (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/arm/xen/
Denlighten.c134 struct timespec64 now, system_time; in xen_pvclock_gtod_notify() local
139 system_time = timespec64_add(now, tk->wall_to_monotonic); in xen_pvclock_gtod_notify()
152 op.u.settime64.system_time = timespec64_to_ns(&system_time); in xen_pvclock_gtod_notify()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Doffload.h91 __le32 system_time; member
/Linux-v4.19/arch/x86/include/asm/
Dpvclock-abi.h30 u64 system_time; member
Dpvclock.h87 return src->system_time + offset; in __pvclock_read_cycles()
/Linux-v4.19/include/xen/arm/
Dinterface.h70 u64 system_time; member
/Linux-v4.19/include/xen/interface/
Dplatform.h43 uint64_t system_time; member
52 uint64_t system_time; member
Dxen.h510 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
/Linux-v4.19/arch/x86/xen/
Dtime.c116 op.u.settime64.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
121 op.u.settime32.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
/Linux-v4.19/Documentation/virtual/kvm/
Dmsr.txt41 In order to get the current wallclock time, the system_time from
60 u64 system_time;
84 system_time: a host notion of monotonic time, including sleep
107 time = time + system_time
/Linux-v4.19/arch/x86/kernel/
Dkvmclock.c133 sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time)); in kvm_sched_clock_init()
/Linux-v4.19/arch/x86/kvm/
Dtrace.h928 __field( __u64, system_time )
938 __entry->system_time = pvclock->system_time;
950 __entry->system_time,
Dhyperv.c888 tsc_ref->tsc_offset = hv_clock->system_time; in compute_tsc_page_parameters()
Dx86.c1959 hv_clock.system_time = ka->master_kernel_ns + ka->kvmclock_offset; in get_kvmclock_ns()
2108 vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset; in kvm_guest_time_update()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c1555 rx_status.device_timestamp = le32_to_cpu(sb->system_time); in iwl_mvm_rx_stored_beacon_notif()