last_update_timer 95 arch/s390/include/asm/lowcore.h __u64 last_update_timer; /* 0x0308 */ last_update_timer 156 arch/s390/kernel/asm-offsets.c OFFSET(__LC_LAST_UPDATE_TIMER, lowcore, last_update_timer); last_update_timer 427 arch/s390/kernel/setup.c lc->last_update_timer = S390_lowcore.last_update_timer; last_update_timer 52 arch/s390/kernel/vtime.c S390_lowcore.system_timer += S390_lowcore.last_update_timer - timer; last_update_timer 53 arch/s390/kernel/vtime.c S390_lowcore.last_update_timer = expires; last_update_timer 129 arch/s390/kernel/vtime.c timer = S390_lowcore.last_update_timer; last_update_timer 138 arch/s390/kernel/vtime.c : "=Q" (S390_lowcore.last_update_timer), last_update_timer 141 arch/s390/kernel/vtime.c timer -= S390_lowcore.last_update_timer; last_update_timer 233 arch/s390/kernel/vtime.c timer = S390_lowcore.last_update_timer; last_update_timer 234 arch/s390/kernel/vtime.c S390_lowcore.last_update_timer = get_vtimer(); last_update_timer 235 arch/s390/kernel/vtime.c timer -= S390_lowcore.last_update_timer;