Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dtimex.h76 static inline int ptff_query(unsigned int nr) in ptff_query() function
/Linux-v5.10/arch/s390/kernel/
Dtime.c98 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init()
102 if (ptff_query(PTFF_QUI) && ptff(&qui, sizeof(qui), PTFF_QUI) == 0) in time_early_init()
403 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()