Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dpvclock-abi.h29 u64 system_time; member
Dpvclock.h87 ret = src->system_time + offset; in __pvclock_read_cycles()
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c263 local_paca->system_time -= sst; in accumulate_stolen_time()
276 get_paca()->system_time -= stolen; in calculate_stolen_time()
306 get_paca()->system_time += now - get_paca()->starttime; in vtime_delta()
313 delta = get_paca()->system_time; in vtime_delta()
314 get_paca()->system_time = 0; in vtime_delta()
Dasm-offsets.c254 DEFINE(PACA_SYSTEM_TIME, offsetof(struct paca_struct, system_time)); in main()
/linux-4.1.27/arch/arm/include/asm/xen/
Dinterface.h67 u64 system_time; member
/linux-4.1.27/arch/powerpc/include/asm/
Dpaca.h178 u64 system_time; /* accumulated system TB ticks */ member
/linux-4.1.27/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-4.1.27/arch/x86/kvm/
Dtrace.h907 __field( __u64, system_time )
917 __entry->system_time = pvclock->system_time;
929 __entry->system_time,
Dx86.c1662 vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset; in kvm_guest_time_update()
/linux-4.1.27/include/xen/interface/
Dxen.h491 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
Dplatform.h43 uint64_t system_time; member
/linux-4.1.27/arch/x86/xen/
Dtime.c214 op.u.settime.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_svc.c309 u64 system_time = 0; in bfa_get_log_time() local
314 system_time = tv.tv_sec; in bfa_get_log_time()
315 return system_time; in bfa_get_log_time()