Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/kernel/
Dtime.c96 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init()
393 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
/linux-5.19.10/arch/s390/include/asm/
Dtimex.h94 #define PTFF_QTO 0x01 /* query tod offset */ macro