Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtime.c93 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init()
97 if (ptff_query(PTFF_QUI) && ptff(&qui, sizeof(qui), PTFF_QUI) == 0) in time_early_init()
393 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
/linux-6.15/arch/s390/include/asm/
H A Dtimex.h115 static inline int ptff_query(unsigned int nr) in ptff_query() function