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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 183 milliseconds