Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dfacility.h20 #define MAX_FACILITY_BIT (sizeof(stfle_fac_list) * 8) macro
28 if (nr >= MAX_FACILITY_BIT) in __set_facility()
37 if (nr >= MAX_FACILITY_BIT) in __clear_facility()
46 if (nr >= MAX_FACILITY_BIT) in __test_facility()