Searched defs:stfle_fac_list (Results 1 - 3 of 3) sorted by relevance

/arch/s390/include/asm/
H A Dfacility.h14 #define MAX_FACILITY_BIT (256*8) /* stfle_fac_list has 256 bytes */
33 return __test_facility(nr, &S390_lowcore.stfle_fac_list);
38 * @stfle_fac_list: array where facility list can be stored
41 static inline void stfle(u64 *stfle_fac_list, int size) argument
52 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4);
59 : "a" (stfle_fac_list)
63 memset((char *) stfle_fac_list + nr, 0, size * 8 - nr);
H A Dlowcore.h168 __u64 stfle_fac_list[32]; /* 0x0f00 */ member in struct:_lowcore
323 __u64 stfle_fac_list[32]; /* 0x0f00 */ member in struct:_lowcore
/arch/s390/kernel/
H A Dlgr.c25 u64 stfle_fac_list[4]; member in struct:lgr_info
120 stfle(lgr_info->stfle_fac_list, ARRAY_SIZE(lgr_info->stfle_fac_list));

Completed in 51 milliseconds