Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dmachine.h32 static inline void __set_machine_feature(unsigned int nr, unsigned long *mfeatures) in __set_machine_feature() argument
36 __set_bit(nr, mfeatures); in __set_machine_feature()
44 static inline void __clear_machine_feature(unsigned int nr, unsigned long *mfeatures) in __clear_machine_feature() argument
48 __clear_bit(nr, mfeatures); in __clear_machine_feature()
56 static bool __test_machine_feature(unsigned int nr, unsigned long *mfeatures) in __test_machine_feature() argument
60 return test_bit(nr, mfeatures); in __test_machine_feature()