Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtime.c840 u64 new_tb_to_xs, new_stamp_xsec; in update_vsyscall() local
871 new_tb_to_xs = ((u64) mult * 295147905179ULL) >> (clock->shift - 16); in update_vsyscall()
873 new_tb_to_xs = (u64) mult * (19342813113834067ULL >> clock->shift); in update_vsyscall()
904 vdso_data->tb_to_xs = new_tb_to_xs; in update_vsyscall()