Searched refs:last_update_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c48 S390_lowcore.system_timer += S390_lowcore.last_update_timer - timer;
49 S390_lowcore.last_update_timer = expires;
61 timer = S390_lowcore.last_update_timer;
65 : "=m" (S390_lowcore.last_update_timer),
67 S390_lowcore.system_timer += timer - S390_lowcore.last_update_timer;
114 timer = S390_lowcore.last_update_timer;
115 S390_lowcore.last_update_timer = get_vtimer();
116 S390_lowcore.system_timer += timer - S390_lowcore.last_update_timer;
142 S390_lowcore.system_timer += S390_lowcore.last_update_timer - vq->idle;
143 S390_lowcore.last_update_timer
[all...]
H A Dearly.c175 S390_lowcore.last_update_timer = 0x7fffffffffffffffULL;
178 asm volatile("SPT 0(%0)" : : "a" (&S390_lowcore.last_update_timer));
H A Dsetup.c429 lc->last_update_timer = S390_lowcore.last_update_timer;
H A Dasm-offsets.c121 DEFINE(__LC_LAST_UPDATE_TIMER, offsetof(struct _lowcore, last_update_timer));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dlowcore.h112 __u64 last_update_timer; /* 0x0288 */ member in struct:_lowcore
242 __u64 last_update_timer; /* 0x02d8 */ member in struct:_lowcore

Completed in 28 milliseconds