/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") 179 DEF_FEAT(PTFF_QSI, "ptff-qsi", PTFF, 2, "PTFF Query Steering Information") 180 DEF_FEAT(PTFF_QPT, "ptff-qpc", PTFF, 3, "PTFF Query Physical Clock") 181 DEF_FEAT(PTFF_QUI, "ptff-qui", PTFF, 4, "PTFF Query UTC Information") 182 DEF_FEAT(PTFF_QTOU, "ptff-qtou", PTFF, 5, "PTFF Query TOD Offset User") 183 DEF_FEAT(PTFF_QSIE, "ptff-qsie", PTFF, 10, "PTFF Query Steering Information Extended") 184 DEF_FEAT(PTFF_QTOUE, "ptff-qtoue", PTFF, 13, "PTFF Query TOD Offset User Extended") 185 DEF_FEAT(PTFF_STO, "ptff-sto", PTFF, 65, "PTFF Set TOD Offset") 186 DEF_FEAT(PTFF_STOU, "ptff-stou", PTFF, 69, "PTFF Set TOD Offset User") 187 DEF_FEAT(PTFF_STOE, "ptff-stoe", PTFF, 73, "PTFF Set TOD Offset Extended") [all …]
|
/openbmc/linux/arch/s390/kernel/ |
H A D | time.c | 93 ptff(&ptff_function_mask, sizeof(ptff_function_mask), PTFF_QAF); in time_early_init() 96 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init() 100 if (ptff_query(PTFF_QUI) && ptff(&qui, sizeof(qui), PTFF_QUI) == 0) in time_early_init() 398 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | timex.h | 141 #define ptff(ptff_block, len, func) \ macro
|
/openbmc/linux/tools/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 143 __u8 ptff[16]; /* with TOD-clock steering */ member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | kvm.h | 143 __u8 ptff[16]; /* with TOD-clock steering */ member
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 456 __u8 ptff[16]; /* with TOD-clock steering */ member
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | vm.rst | 145 query or "test bit" subfunctions and used e.g. by cpacf functions, plo and ptff. 158 u8 ptff[16]; # valid with TOD-clock steering
|
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | 376 ptff(kvm_s390_available_subfunc.ptff, in kvm_s390_cpu_feat_init() 377 sizeof(kvm_s390_available_subfunc.ptff), in kvm_s390_cpu_feat_init() 1487 ((unsigned long *) &kvm->arch.model.subfuncs.ptff)[0], in kvm_s390_set_processor_subfunc() 1488 ((unsigned long *) &kvm->arch.model.subfuncs.ptff)[1]); in kvm_s390_set_processor_subfunc() 1701 ((unsigned long *) &kvm->arch.model.subfuncs.ptff)[0], in kvm_s390_get_processor_subfunc() 1702 ((unsigned long *) &kvm->arch.model.subfuncs.ptff)[1]); in kvm_s390_get_processor_subfunc() 1769 ((unsigned long *) &kvm_s390_available_subfunc.ptff)[0], in kvm_s390_get_machine_subfunc() 1770 ((unsigned long *) &kvm_s390_available_subfunc.ptff)[1]); in kvm_s390_get_machine_subfunc()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 2165 s390_add_from_feat_block(features, S390_FEAT_TYPE_PTFF, prop.ptff); in query_cpu_subfunc() 2218 s390_fill_feat_block(features, S390_FEAT_TYPE_PTFF, prop.ptff); in configure_cpu_subfunc()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 5 0104 ptff E
|