Searched refs:ptff (Results 1 – 4 of 4) sorted by relevance
/arch/s390/include/asm/ |
D | timex.h | 112 #define ptff(ptff_block, len, func) \ macro
|
/arch/s390/kernel/ |
D | time.c | 91 ptff(&ptff_function_mask, sizeof(ptff_function_mask), PTFF_QAF); in time_early_init() 94 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in time_early_init() 98 if (ptff_query(PTFF_QUI) && ptff(&qui, sizeof(qui), PTFF_QUI) == 0) in time_early_init() 452 if (ptff_query(PTFF_QTO) && ptff(&qto, sizeof(qto), PTFF_QTO) == 0) in clock_sync_global()
|
/arch/s390/include/uapi/asm/ |
D | kvm.h | 146 __u8 ptff[16]; /* with TOD-clock steering */ member
|
/arch/s390/kvm/ |
D | kvm-s390.c | 279 ptff(kvm_s390_available_subfunc.ptff, in kvm_s390_cpu_feat_init() 280 sizeof(kvm_s390_available_subfunc.ptff), in kvm_s390_cpu_feat_init()
|