Searched refs:STFLE_BITS (Results 1 – 1 of 1) sorted by relevance
28 #define S390_IS_ARCH13_MIE3(STFLE_BITS) \ argument29 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_ARCH13_MIE3))) != 0)31 #define S390_IS_Z196(STFLE_BITS) \ argument32 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_Z196))) != 0)34 #define S390_IS_Z10(STFLE_BITS) \ argument35 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_Z10))) != 0)37 #define S390_STORE_STFLE(STFLE_BITS) \ argument46 : "=QS" (STFLE_BITS), "+d" (reg0) \