Searched refs:opt_name (Results 1 – 2 of 2) sorted by relevance
| /arch/arc/include/asm/ |
| A D | asserts.h | 12 void chk_opt_strict(char *opt_name, bool hw_exists, bool opt_ena); 13 void chk_opt_weak(char *opt_name, bool hw_exists, bool opt_ena); 20 #define CHK_OPT_STRICT(opt_name, hw_exists) \ argument 22 chk_opt_strict(#opt_name, hw_exists, IS_ENABLED(opt_name)); \ 29 #define CHK_OPT_WEAK(opt_name, hw_exists) \ argument 31 chk_opt_weak(#opt_name, hw_exists, IS_ENABLED(opt_name)); \
|
| /arch/arc/kernel/ |
| A D | setup.c | 365 void chk_opt_strict(char *opt_name, bool hw_exists, bool opt_ena) in chk_opt_strict() argument 368 pr_warn(" ! Enable %s for working apps\n", opt_name); in chk_opt_strict() 370 panic("Disable %s, hardware NOT present\n", opt_name); in chk_opt_strict() 373 void chk_opt_weak(char *opt_name, bool hw_exists, bool opt_ena) in chk_opt_weak() argument 376 panic("Disable %s, hardware NOT present\n", opt_name); in chk_opt_weak()
|
Completed in 48 milliseconds