debug_print        58 arch/x86/kernel/cpu/mtrr/cleanup.c static int __initdata debug_print;
debug_print        59 arch/x86/kernel/cpu/mtrr/cleanup.c #define Dprintk(x...) do { if (debug_print) pr_debug(x); } while (0)
debug_print        82 arch/x86/kernel/cpu/mtrr/cleanup.c 	if (debug_print) {
debug_print       115 arch/x86/kernel/cpu/mtrr/cleanup.c 	if  (debug_print) {
debug_print       127 arch/x86/kernel/cpu/mtrr/cleanup.c 	if  (debug_print) {
debug_print       169 arch/x86/kernel/cpu/mtrr/cleanup.c 	debug_print = 1;
debug_print       270 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (debug_print) {
debug_print       766 arch/x86/kernel/cpu/mtrr/cleanup.c 			if (debug_print) {
debug_print        34 tools/testing/selftests/sparc64/drivers/adi-test.c #define DEBUG_PRINT_L1(...)	debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__)
debug_print        35 tools/testing/selftests/sparc64/drivers/adi-test.c #define DEBUG_PRINT_L2(...)	debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__)
debug_print        36 tools/testing/selftests/sparc64/drivers/adi-test.c #define DEBUG_PRINT_L3(...)	debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__)
debug_print        37 tools/testing/selftests/sparc64/drivers/adi-test.c #define DEBUG_PRINT_L4(...)	debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__)
debug_print        38 tools/testing/selftests/sparc64/drivers/adi-test.c #define DEBUG_PRINT_T(...)	debug_print(DEBUG_TIMING_BIT, __VA_ARGS__)