Home | History | Annotate | Download | only in s390x

Lines Matching refs:dw

7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test)
10 register unsigned long long __nr asm("0") = dw - 1;
31 int dw = S390_NUM_FACILITY_DW;
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected condition
49 dw = 1;
50 if ((stfle(dw, 1)) && stfle(dw, 2))
56 if (stfle(dw, 17)) {