Searched refs:Dprintk (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/ia64/kernel/ |
D | smpboot.c | 62 #define Dprintk(x...) printk(x) macro 64 #define Dprintk(x...) macro 398 Dprintk("Going to syncup ITC with ITC Master.\n"); in smp_callin() 427 Dprintk("Stack on CPU %d at about %p\n",cpuid, &cpuid); in smp_callin() 440 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary() 456 Dprintk("Sending wakeup vector %lu to AP 0x%x/0x%x.\n", ap_wakeup_vector, cpu, sapicid); in do_boot_cpu() 464 Dprintk("Waiting on callin_map ..."); in do_boot_cpu() 471 Dprintk("\n"); in do_boot_cpu()
|
/linux-6.1.9/arch/x86/kernel/cpu/mtrr/ |
D | cleanup.c | 59 #define Dprintk(x...) do { if (debug_print) pr_debug(x); } while (0) macro 277 Dprintk("Setting variable MTRR %d, " in range_to_mtrr() 332 Dprintk("rangeX: %016lx - %016lx\n", in range_to_mtrr_with_hole() 377 Dprintk("range0: %016lx - %016lx\n", in range_to_mtrr_with_hole() 388 Dprintk("range: %016lx - %016lx\n", in range_to_mtrr_with_hole() 398 Dprintk("hole: %016lx - %016lx\n", in range_to_mtrr_with_hole()
|
/linux-6.1.9/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 118 #undef Dprintk 119 #define Dprintk dprintk macro 922 Dprintk("dazed: cmdsts_f: %08x\n", cmdsts); 1412 Dprintk("odd isr? 0x%08x\n", isr); 1417 Dprintk("oh dear, we are idle\n"); 1517 Dprintk("resetting chip...\n"); 1522 Dprintk("okay!\n");
|