Home
last modified time | relevance | path

Searched refs:sys_enter_timer (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/include/asm/
H A Dvtime.h10 lc->user_timer += lc->exit_timer - lc->sys_enter_timer; in update_timer_sys()
11 lc->last_update_timer = lc->sys_enter_timer; in update_timer_sys()
H A Dlowcore.h114 __u64 sys_enter_timer; /* 0x02b8 */ member
/linux/arch/s390/kernel/
H A Didle.c44 lc->last_update_timer = lc->sys_enter_timer; in account_idle_time_irq()
H A Dsetup.c427 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
H A Dasm-offsets.c119 OFFSET(__LC_SYS_ENTER_TIMER, lowcore, sys_enter_timer); in main()