Home
last modified time | relevance | path

Searched defs:mfeatures (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/s390/include/asm/
Dmachine.h31 static inline void __set_machine_feature(unsigned int nr, unsigned long *mfeatures) in __set_machine_feature()
43 static inline void __clear_machine_feature(unsigned int nr, unsigned long *mfeatures) in __clear_machine_feature()
55 static bool __test_machine_feature(unsigned int nr, unsigned long *mfeatures) in __test_machine_feature()
/linux-6.15/arch/s390/kernel/
Dalternative.c28 unsigned long mfeatures[MAX_MFEATURE_BIT / BITS_PER_LONG]; member