Searched refs:system_time (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock-abi.h | 29 u64 system_time; member
|
D | pvclock.h | 81 ret = src->system_time + offset; in __pvclock_read_cycles()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | time.c | 264 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()
|
D | asm-offsets.c | 253 DEFINE(PACA_SYSTEM_TIME, offsetof(struct paca_struct, system_time)); in main()
|
/linux-4.4.14/arch/arm/include/asm/xen/ |
D | interface.h | 67 u64 system_time; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | paca.h | 178 u64 system_time; /* accumulated system TB ticks */ member
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | msr.txt | 41 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/ |
D | trace.h | 925 __field( __u64, system_time ) 935 __entry->system_time = pvclock->system_time; 947 __entry->system_time,
|
D | x86.c | 1783 vcpu->hv_clock.system_time = kernel_ns + v->kvm->arch.kvmclock_offset; in kvm_guest_time_update()
|
/linux-4.4.14/include/xen/interface/ |
D | xen.h | 493 uint64_t system_time; /* Time, in nanosecs, since boot. */ member
|
D | platform.h | 43 uint64_t system_time; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvmclock.c | 116 sizeof(((struct pvclock_vcpu_time_info *)NULL)->system_time)); in kvm_sched_clock_init()
|
/linux-4.4.14/arch/x86/xen/ |
D | time.c | 214 op.u.settime.system_time = xen_clocksource_read(); in xen_pvclock_gtod_notify()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 309 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/ |
D | xmon.c | 2181 DUMP(p, system_time, "llx"); in dump_one_paca()
|