Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dmachine.h56 static bool __test_machine_feature(unsigned int nr, unsigned long *mfeatures) in __test_machine_feature() function
65 return __test_machine_feature(nr, machine_features); in test_machine_feature()
/linux/arch/s390/kernel/
H A Dalternative.c72 debug = __test_machine_feature(a->data, d->mfeatures); in __apply_alternatives()