Home
last modified time | relevance | path

Searched refs:exit_timer (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dvtime.h9 S390_lowcore.system_timer += S390_lowcore.last_update_timer - S390_lowcore.exit_timer; in update_timer_sys()
10 S390_lowcore.user_timer += S390_lowcore.exit_timer - S390_lowcore.sys_enter_timer; in update_timer_sys()
16 S390_lowcore.system_timer += S390_lowcore.last_update_timer - S390_lowcore.exit_timer; in update_timer_mcck()
17 S390_lowcore.user_timer += S390_lowcore.exit_timer - S390_lowcore.mcck_enter_timer; in update_timer_mcck()
H A Dlowcore.h111 __u64 exit_timer; /* 0x02c8 */ member
/openbmc/linux/arch/s390/kernel/
H A Dsetup.c434 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore()
H A Dasm-offsets.c122 OFFSET(__LC_EXIT_TIMER, lowcore, exit_timer); in main()