Searched refs:alt_debug (Results 1 – 2 of 2) sorted by relevance
15 for (i = 0; i < ARRAY_SIZE(alt_debug.facilities); i++) in alt_debug_all()16 alt_debug.facilities[i] = -1UL; in alt_debug_all()19 for (i = 0; i < ARRAY_SIZE(alt_debug.mfeatures); i++) in alt_debug_all()20 alt_debug.mfeatures[i] = -1UL; in alt_debug_all()23 alt_debug.spec = 1; in alt_debug_all()33 __clear_facility(nr, alt_debug.facilities); in alt_debug_modify()35 __set_facility(nr, alt_debug.facilities); in alt_debug_modify()39 __clear_machine_feature(nr, alt_debug.mfeatures); in alt_debug_modify()41 __set_machine_feature(nr, alt_debug.mfeatures); in alt_debug_modify()
26 struct alt_debug { struct32 static struct alt_debug __bootdata_preserved(alt_debug); argument52 struct alt_debug *d; in __apply_alternatives()61 d = &alt_debug; in __apply_alternatives()
Completed in 4 milliseconds