Home
last modified time | relevance | path

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

/linux-6.15/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.h115 __u64 sys_enter_timer; /* 0x02b8 */ member
/linux-6.15/arch/s390/kernel/
H A Didle.c44 lc->last_update_timer = lc->sys_enter_timer; in account_idle_time_irq()
H A Dsetup.c419 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
H A Dasm-offsets.c120 OFFSET(__LC_SYS_ENTER_TIMER, lowcore, sys_enter_timer); in main()