Searched refs:qto (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/kernel/ |
H A D | time.c | 81 struct ptff_qto qto; in time_early_init() local 96 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init() 97 lpar_offset = qto.tod_epoch_difference; in time_early_init() 375 struct ptff_qto qto; in clock_sync_global() local 398 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global() 399 lpar_offset = qto.tod_epoch_difference; in clock_sync_global()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 267 float128 qto; 270 qto = floatx80_to_float128(qfrom, &qsf); 271 *to = qemu_to_soft128(qto); 277 floatx80 qto; 280 qto = float128_to_floatx80(qfrom, &qsf); 281 *to = qemu_to_soft80(qto);
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 178 DEF_FEAT(PTFF_QTO, "ptff-qto", PTFF, 1, "PTFF Query TOD Offset")
|