Searched refs:Dprintk (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
H A D | cleanup.c | 80 Dprintk("After WB checking\n"); in x86_get_mtrr_mem_range() 82 Dprintk("MTRR MAP PFN: %016llx - %016llx\n", in x86_get_mtrr_mem_range() 111 Dprintk("After UC checking\n"); in x86_get_mtrr_mem_range() 116 Dprintk("MTRR MAP PFN: %016llx - %016llx\n", in x86_get_mtrr_mem_range() 123 Dprintk("After sorting\n"); in x86_get_mtrr_mem_range() 125 Dprintk("MTRR MAP PFN: %016llx - %016llx\n", in x86_get_mtrr_mem_range() 264 Dprintk("Setting variable MTRR %d, " in range_to_mtrr() 319 Dprintk("rangeX: %016lx - %016lx\n", in range_to_mtrr_with_hole() 364 Dprintk("range0: %016lx - %016lx\n", in range_to_mtrr_with_hole() 375 Dprintk("rang in range_to_mtrr_with_hole() [all...] |
H A D | mtrr.h | 14 #define Dprintk(x...) do { if (mtrr_debug) pr_info(x); } while (0) macro
|
H A D | mtrr.c | 335 Dprintk("size: 0x%lx base: 0x%lx\n", size, base); in mtrr_check() 426 Dprintk("no MTRR for %lx000,%lx000 found\n", base, size); in mtrr_del_page()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smpboot.c | 61 #define Dprintk(x...) printk(x) macro 63 #define Dprintk(x...) macro 397 Dprintk("Going to syncup ITC with ITC Master.\n"); in smp_callin() 426 Dprintk("Stack on CPU %d at about %p\n",cpuid, &cpuid); in smp_callin() 439 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary() 455 Dprintk("Sending wakeup vector %lu to AP 0x%x/0x%x.\n", ap_wakeup_vector, cpu, sapicid); in do_boot_cpu() 463 Dprintk("Waiting on callin_map ..."); in do_boot_cpu() 470 Dprintk("\n"); in do_boot_cpu()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 117 /* Dprintk is used for more interesting debug events */ 118 #undef Dprintk macro 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");
|
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 117 /* Dprintk is used for more interesting debug events */ 118 #undef Dprintk macro 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");
|
Completed in 15 milliseconds