Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpvclock-abi.h29 u64 system_time; member
Dpvclock.h81 ret = src->system_time + offset; in __pvclock_read_cycles()
/linux-4.4.14/arch/powerpc/kernel/
Dtime.c264 local_paca->system_time -= sst; in accumulate_stolen_time()
277 get_paca()->system_time -= stolen; in calculate_stolen_time()
307 get_paca()->system_time += now - get_paca()->starttime; in vtime_delta()
314 delta = get_paca()->system_time; in vtime_delta()
315 get_paca()->system_time = 0; in vtime_delta()
Dasm-offsets.c253 DEFINE(PACA_SYSTEM_TIME, offsetof(struct paca_struct, system_time)); in main()
/linux-4.4.14/arch/arm/include/asm/xen/
Dinterface.h67 u64 system_time; member
/linux-4.4.14/arch/powerpc/include/asm/
Dpaca.h178 u64 system_time; /* accumulated system TB ticks */ member
/linux-4.4.14/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.4.14/arch/x86/kvm/
Dtrace.h925 __field( __u64, system_time )
935 __entry->system_time = pvclock->system_time;
947 __entry->system_time,
Dx86.c1783 vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset; in kvm_guest_time_update()
/linux-4.4.14/include/xen/interface/
Dxen.h493 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
Dplatform.h43 uint64_t system_time; member
/linux-4.4.14/arch/x86/kernel/
Dkvmclock.c116 sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time)); in kvm_sched_clock_init()
/linux-4.4.14/arch/x86/xen/
Dtime.c214 op.u.settime.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
/linux-4.4.14/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()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c2181 DUMP(p, system_time, "llx"); in dump_one_paca()