/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ptp.c | 108 u64 system_time; in tsnep_ptp_adjtime() local 113 tsnep_get_system_time(adapter, &system_time); in tsnep_ptp_adjtime() 115 system_time += delta; in tsnep_ptp_adjtime() 120 iowrite32(system_time >> 32, adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_ptp_adjtime() 121 iowrite32(system_time & 0xFFFFFFFF, in tsnep_ptp_adjtime() 138 u64 system_time; in tsnep_ptp_gettimex64() local 149 system_time = (((u64)high) << 32) | ((u64)low); in tsnep_ptp_gettimex64() 151 *ts = ns_to_timespec64(system_time); in tsnep_ptp_gettimex64() 161 u64 system_time = timespec64_to_ns(ts); in tsnep_ptp_settime64() local 169 iowrite32(system_time >> 32, adapter->addr + ECM_SYSTEM_TIME_HIGH); in tsnep_ptp_settime64() [all …]
|
H A D | tsnep_selftests.c | 158 u64 system_time; in delay_base_time() local 162 tsnep_get_system_time(adapter, &system_time); in delay_base_time() 163 system_time += ms * 1000000; in delay_base_time() 164 n = div64_u64(system_time - base_time, qopt->cycle_time); in delay_base_time() 171 u64 *system_time) in get_gate_state() argument 191 *system_time = (((u64)time_high) << 32) | ((u64)time_low); in get_gate_state() 194 static int get_operation(struct tsnep_gcl *gcl, u64 system_time, u64 *next) in get_operation() argument 196 u64 n = div64_u64(system_time - gcl->base_time, gcl->cycle_time); in get_operation() 203 if (*next > system_time) in get_operation() 214 u64 system_time; in check_gate() local [all …]
|
H A D | tsnep_tc.c | 263 u64 system_time; in tsnep_enable_gcl() local 270 tsnep_get_system_time(adapter, &system_time); in tsnep_enable_gcl() 271 timeout = system_time + TSNEP_GC_TIMEOUT; in tsnep_enable_gcl() 283 if ((gcl->start_time - system_time) >= U32_MAX) in tsnep_enable_gcl()
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 106 struct timespec64 now, system_time; in xen_pvclock_gtod_notify() local 111 system_time = timespec64_add(now, tk->wall_to_monotonic); in xen_pvclock_gtod_notify() 124 op.u.settime64.system_time = timespec64_to_ns(&system_time); in xen_pvclock_gtod_notify()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pvclock-abi.h | 30 u64 system_time; member
|
H A D | pvclock.h | 88 return src->system_time + offset; in __pvclock_read_cycles()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | pvclock-abi.h | 30 u64 system_time; member
|
H A D | pvclock.h | 84 return src->system_time + offset; in __pvclock_read_cycles()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | clock.c | 59 uint64_t system_time; member 98 return nsec + time.system_time; in kvmclock_current_nsec()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | offload.h | 51 __le32 system_time; member
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-mtrace.c | 426 u64 system_time; in ipc4_mtrace_enable() local 441 system_time = ktime_to_us(kt); in ipc4_mtrace_enable() 442 msg.data_size = sizeof(system_time); in ipc4_mtrace_enable() 443 msg.data_ptr = &system_time; in ipc4_mtrace_enable()
|
/openbmc/linux/include/xen/arm/ |
H A D | interface.h | 70 u64 system_time; member
|
/openbmc/linux/include/xen/interface/ |
H A D | platform.h | 26 uint64_t system_time; member 35 uint64_t system_time; member
|
H A D | xen.h | 493 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
|
/openbmc/linux/arch/x86/xen/ |
H A D | time.c | 125 op.u.settime64.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify() 130 op.u.settime32.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | msr.rst | 50 In order to get the current wallclock time, the system_time from 71 u64 system_time; 97 system_time: 123 time = time + system_time
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kvmclock.c | 105 sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time)); in kvm_sched_clock_init()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 104 u64 system_time; member 989 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main() 992 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 656 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | trace.h | 1003 __field( __u64, system_time ) 1013 __entry->system_time = pvclock->system_time; 1025 __entry->system_time,
|
H A D | x86.c | 2360 static void kvm_write_system_time(struct kvm_vcpu *vcpu, gpa_t system_time, in kvm_write_system_time() argument 2372 vcpu->arch.time = system_time; in kvm_write_system_time() 2376 if (system_time & 1) in kvm_write_system_time() 2377 kvm_gpc_activate(&vcpu->arch.pv_time, system_time & ~1ULL, in kvm_write_system_time() 3069 hv_clock.system_time = ka->master_kernel_ns + ka->kvmclock_offset; in __get_kvmclock() 3226 vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset; in kvm_guest_time_update()
|
H A D | hyperv.c | 1136 tsc_ref->tsc_offset = hv_clock->system_time; in compute_tsc_page_parameters()
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.l | 324 system_time { return tool(yyscanner, PERF_TOOL_SYSTEM_TIME); }
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1690 rx_status.device_timestamp = le32_to_cpu(sb->system_time); in iwl_mvm_rx_stored_beacon_notif()
|