Home
last modified time | relevance | path

Searched refs:stfl_doublewords (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/include/s390/
H A Dfacility.h20 extern u64 stfl_doublewords[NB_STFL_DOUBLEWORDS];
45 stfle(stfl_doublewords, NB_STFL_DOUBLEWORDS); in test_facility()
53 return test_bit_inv(nr, stfl_doublewords);
/linux/tools/testing/selftests/kvm/lib/s390/
H A Dfacility.c13 u64 stfl_doublewords[NB_STFL_DOUBLEWORDS]; variable