Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dsmpboot.c63 #define Dprintk(x...) printk(x) macro
65 #define Dprintk(x...) macro
407 Dprintk("Going to syncup ITC with ITC Master.\n"); in smp_callin()
436 Dprintk("Stack on CPU %d at about %p\n",cpuid, &cpuid); in smp_callin()
449 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary()
466 Dprintk("Sending wakeup vector %lu to AP 0x%x/0x%x.\n", ap_wakeup_vector, cpu, sapicid); in do_boot_cpu()
474 Dprintk("Waiting on callin_map ..."); in do_boot_cpu()
481 Dprintk("\n"); in do_boot_cpu()
/arch/x86/kernel/cpu/mtrr/
Dcleanup.c59 #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()