/arch/parisc/kernel/ |
D | signal32.c | 42 #define DBG(LEVEL, ...) \ macro 46 #define DBG(LEVEL, ...) macro 73 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 74 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 75 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 82 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 85 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 96 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 97 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 104 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() [all …]
|
D | signal.c | 43 #define DBG(LEVEL, ...) \ macro 47 #define DBG(LEVEL, ...) macro 80 DBG(2,"restore_sigcontext: iaoq is %#lx / %#lx\n", in restore_sigcontext() 82 DBG(2,"restore_sigcontext: r28 is %ld\n", regs->gr[28]); in restore_sigcontext() 106 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame); in sys_rt_sigreturn() 114 DBG(2,"sys_rt_sigreturn: ELF32 process.\n"); in sys_rt_sigreturn() 130 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 136 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 143 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 147 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() [all …]
|
/arch/powerpc/platforms/ps3/ |
D | smp.c | 30 #define DBG udbg_printf macro 32 #define DBG pr_debug macro 48 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg); in ps3_smp_message_pass() 56 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed" in ps3_smp_message_pass() 69 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 88 DBG("%s:%d: (%d, %d) => virq %u\n", in ps3_smp_probe() 101 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 110 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 118 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 129 DBG(" -> %s\n", __func__); in smp_init_ps3() [all …]
|
D | mm.c | 36 #define DBG udbg_printf macro 38 #define DBG pr_devel macro 121 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map() 122 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size); in _debug_dump_map() 123 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id); in _debug_dump_map() 124 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map() 125 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base); in _debug_dump_map() 126 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset); in _debug_dump_map() 127 DBG("%s:%d: map.r1.size = %llxh\n", func, line, m->r1.size); in _debug_dump_map() 164 DBG("%s:%d: lv1_query_logical_partition_address_region_info " in ps3_mm_vas_create() [all …]
|
D | setup.c | 41 #define DBG udbg_printf macro 43 #define DBG pr_debug macro 85 DBG("%s:%d cmd '%s'\n", __func__, __LINE__, cmd); in ps3_restart() 93 DBG("%s:%d\n", __func__, __LINE__); in ps3_power_off() 101 DBG("%s:%d\n", __func__, __LINE__); in ps3_halt() 109 DBG("%s:%d %s\n", __func__, __LINE__, str); in ps3_panic() 197 DBG(" -> %s:%d\n", __func__, __LINE__); in ps3_setup_arch() 221 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_setup_arch() 240 DBG(" -> %s:%d\n", __func__, __LINE__); in ps3_probe() 249 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_probe() [all …]
|
D | interrupt.c | 33 #define DBG udbg_printf macro 36 #define DBG pr_devel macro 111 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__, in ps3_chip_mask() 132 DBG("%s:%d: thread_id %llu, virq %d\n", __func__, __LINE__, in ps3_chip_unmask() 202 DBG("%s:%d: outlet %lu => cpu %u, virq %u\n", __func__, __LINE__, in ps3_virq_setup() 234 DBG("%s:%d: ppe_id %llu, thread_id %llu, virq %u\n", __func__, in ps3_virq_destroy() 240 DBG("%s:%d <-\n", __func__, __LINE__); in ps3_virq_destroy() 304 DBG("%s:%d: ppe_id %llu, thread_id %llu, virq %u\n", __func__, in ps3_irq_plug_destroy() 366 DBG(" -> %s:%d virq %u\n", __func__, __LINE__, virq); in ps3_event_receive_port_destroy() 381 DBG(" <- %s:%d\n", __func__, __LINE__); in ps3_event_receive_port_destroy() [all …]
|
/arch/arm/plat-iop/ |
D | pci.c | 30 #define DBG(x...) printk(x) macro 32 #define DBG(x...) do { } while (0) macro 71 DBG("\t\t\tPCI: P0 - status = 0x%08x\n", status); in iop3xx_pci_status() 78 DBG("\t\t\tPCI: P1 - status = 0x%08x\n", status); in iop3xx_pci_status() 175 DBG("PCI abort: address = 0x%08lx fsr = 0x%03x PC = 0x%08lx LR = 0x%08lx\n", in iop3xx_pci_abort() 326 DBG("PCI: Intel IOP3xx PCI init.\n"); in iop3xx_atu_debug() 327 DBG("PCI: Outbound memory window 0: PCI 0x%08x%08x\n", in iop3xx_atu_debug() 329 DBG("PCI: Outbound memory window 1: PCI 0x%08x%08x\n", in iop3xx_atu_debug() 331 DBG("PCI: Outbound IO window: PCI 0x%08x\n", in iop3xx_atu_debug() 334 DBG("PCI: Inbound memory window 0: PCI 0x%08x%08x 0x%08x -> 0x%08x\n", in iop3xx_atu_debug() [all …]
|
/arch/powerpc/kernel/ |
D | legacy_serial.c | 21 #define DBG(fmt...) do { printk(fmt); } while(0) macro 23 #define DBG(fmt...) do { } while(0) macro 210 DBG(" -> add_legacy_isa_port(%s)\n", np->full_name); in add_legacy_isa_port() 258 DBG(" -> add_legacy_pci_port(%s)\n", np->full_name); in add_legacy_pci_port() 350 DBG("default console speed = %d\n", info->speed); in setup_legacy_serial_console() 369 DBG(" -> find_legacy_serial_port()\n"); in find_legacy_serial_ports() 376 DBG("stdout is %s\n", stdout->full_name); in find_legacy_serial_ports() 378 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports() 442 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports() 445 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports() [all …]
|
D | prom.c | 65 #define DBG(fmt...) printk(KERN_ERR fmt) macro 67 #define DBG(fmt...) macro 85 DBG("memory limit = 0x%llx\n", memory_limit); in early_parse_mem() 120 DBG("-> move_device_tree\n"); in move_device_tree() 131 DBG("Moved device tree to 0x%p\n", p); in move_device_tree() 134 DBG("<- move_device_tree\n"); in move_device_tree() 280 DBG("Using logical pvr %x for %s\n", pvr, model); in identical_pvr_fixup() 360 DBG("boot cpu: logical %d physical %d\n", found, in early_init_dt_scan_cpus() 590 DBG("Found new-style reserved-ranges\n"); in early_reserve_mem_dt() 601 DBG("reserving: %llx -> %llx\n", base, size); in early_reserve_mem_dt() [all …]
|
D | setup-common.c | 75 #define DBG(fmt...) udbg_printf(fmt) macro 77 #define DBG(fmt...) macro 384 DBG(" -> check_for_initrd() initrd_start=0x%lx initrd_end=0x%lx\n", in check_for_initrd() 399 DBG(" <- check_for_initrd()\n"); in check_for_initrd() 459 DBG("smp_setup_cpu_maps()\n"); in smp_setup_cpu_maps() 466 DBG(" * %s...\n", dn->full_name); in smp_setup_cpu_maps() 471 DBG(" ibm,ppc-interrupt-server#s -> %d threads\n", in smp_setup_cpu_maps() 474 DBG(" no ibm,ppc-interrupt-server#s -> 1 thread\n"); in smp_setup_cpu_maps() 488 DBG(" thread %d -> cpu %d (hard id %d)\n", in smp_setup_cpu_maps() 505 DBG(" SMT disabled ! nthreads forced to 1\n"); in smp_setup_cpu_maps() [all …]
|
D | crash_dump.c | 26 #define DBG(fmt...) udbg_printf(fmt) macro 28 #define DBG(fmt...) macro 57 DBG(" -> setup_kdump_trampoline()\n"); in setup_kdump_trampoline() 68 DBG(" <- setup_kdump_trampoline()\n"); in setup_kdump_trampoline()
|
D | setup_64.c | 73 #define DBG(fmt...) udbg_printf(fmt) macro 75 #define DBG(fmt...) macro 300 DBG(" -> early_setup(), dt_ptr: 0x%lx\n", dt_ptr); in early_setup() 333 DBG(" <- early_setup()\n"); in early_setup() 388 DBG(" -> smp_release_cpus()\n"); in smp_release_cpus() 408 DBG("spinning_secondaries = %d\n", spinning_secondaries); in smp_release_cpus() 410 DBG(" <- smp_release_cpus()\n"); in smp_release_cpus() 426 DBG(" -> initialize_cache_info()\n"); in initialize_cache_info() 454 DBG("Argh, can't find dcache properties ! " in initialize_cache_info() 476 DBG("Argh, can't find icache properties ! " in initialize_cache_info() [all …]
|
/arch/xtensa/lib/ |
D | pci-auto.c | 58 # define DBG(x...) printk(x) macro 60 # define DBG(x...) macro 100 DBG("PCI Autoconfig: BAR %d, I/O, ", bar_nr); in pciauto_setup_bars() 110 DBG("PCI Autoconfig: BAR %d, Mem, ", bar_nr); in pciauto_setup_bars() 128 DBG("size=0x%x, address=0x%x\n", ~bar_size + 1, *upper_limit); in pciauto_setup_bars() 153 DBG("PCI Autoconfig: Interrupt %d, pin %d\n", irq, pin); in pciauto_setup_irq() 292 DBG("PCI Autoconfig: Found P2P bridge, device %d\n", in pciauto_bus_scan() 319 DBG("PCI Autoconfig: Skipping legacy mode " in pciauto_bus_scan() 340 DBG("PCI Autoconfig: Found Bus %d, Device %d, Function %d\n", in pciauto_bus_scan()
|
/arch/powerpc/platforms/cell/ |
D | smp.c | 49 #define DBG(fmt...) udbg_printf(fmt) macro 51 #define DBG(fmt...) macro 146 DBG(" -> smp_init_cell()\n"); in smp_init_cell() 167 DBG(" <- smp_init_cell()\n"); in smp_init_cell()
|
/arch/powerpc/platforms/powermac/ |
D | nvram.c | 35 #define DBG(x...) printk(x) macro 37 #define DBG(x...) macro 265 DBG("Invalid signature\n"); in core99_check() 269 DBG("Invalid checksum\n"); in core99_check() 273 DBG("Invalid adler\n"); in core99_check() 286 DBG("nvram: Sharp/Micron Erasing bank %d...\n", bank); in sm_erase_bank() 317 DBG("nvram: Sharp/Micron Writing bank %d...\n", bank); in sm_write_bank() 351 DBG("nvram: AMD Erasing bank %d...\n", bank); in amd_erase_bank() 397 DBG("nvram: AMD Writing bank %d...\n", bank); in amd_write_bank() 465 DBG("nvram: OF partition at 0x%x\n", nvram_partitions[pmac_nvram_OF]); in lookup_partitions() [all …]
|
D | pfunc_base.c | 14 #define DBG(fmt...) printk(fmt) macro 16 #define DBG(fmt...) macro 57 DBG("Do write 0x%02x to GPIO %s (%p)\n", in macio_do_gpio_write() 110 DBG("Installing GPIO functions for macio %s\n", in macio_gpio_init_one() 132 DBG("Calling initial GPIO functions for macio %s\n", in macio_gpio_init_one() 270 DBG("Installing MMIO functions for macio %s\n", in macio_mmio_init_one() 301 DBG("Installing functions for UniN %s\n", in uninorth_install_pfunc() 320 DBG("Installing functions for UniN clock %s\n", in uninorth_install_pfunc() 341 DBG("Installing base platform functions...\n"); in pmac_pfunc_base_install() 363 DBG("All base functions installed\n"); in pmac_pfunc_base_install()
|
D | bootx_init.c | 28 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) macro 30 #define DBG(fmt...) do { } while(0) macro 235 DBG("* strings: %s\n", namep); in bootx_scan_dt_build_strings() 238 DBG(" detected /chosen ! adding properties names !\n"); in bootx_scan_dt_build_strings() 247 DBG(" detected display ! adding properties names !\n"); in bootx_scan_dt_build_strings() 295 DBG("* struct: %s\n", namep); in bootx_scan_dt_build_struct() 364 DBG("Boot params header at: %x\n", mem_start); in bootx_flatten_dt() 375 DBG("Building string array at: %x\n", mem_end); in bootx_flatten_dt() 376 DBG("Device Tree Base=%x\n", base); in bootx_flatten_dt() 394 DBG("Building device tree structure at: %x\n", mem_end); in bootx_flatten_dt() [all …]
|
/arch/powerpc/platforms/powernv/ |
D | smp.c | 42 #define DBG(fmt...) udbg_printf(fmt) macro 44 #define DBG(fmt...) macro 149 DBG("CPU%d offline\n", cpu); in pnv_smp_cpu_kill_self() 228 DBG("CPU%d Unexpected exit while offline !\n", cpu); in pnv_smp_cpu_kill_self() 233 DBG("CPU%d coming online...\n", cpu); in pnv_smp_cpu_kill_self()
|
/arch/frv/mb93090-mb00/ |
D | pci-frv.h | 12 #define DBG(x...) printk(x) macro 14 #define DBG(x...) macro
|
/arch/powerpc/sysdev/ |
D | tsi108_dev.c | 34 #define DBG(fmt...) do { printk(fmt); } while(0) macro 36 #define DBG(fmt...) do { } while(0) macro 86 DBG("%s: name:start->end = %s:%pR\n", in tsi108_eth_of_init() 95 DBG("%s: name:start->end = %s:%pR\n", in tsi108_eth_of_init()
|
/arch/alpha/kernel/ |
D | ptrace.c | 34 #define DBG(fac,args) {if ((fac) & DEBUG) printk args;} macro 36 #define DBG(fac,args) macro 203 DBG(DBG_BPT, ("execing branch\n")); in ptrace_set_bpt() 207 DBG(DBG_BPT, ("execing jump\n")); in ptrace_set_bpt() 210 DBG(DBG_BPT, ("execing normal insn\n")); in ptrace_set_bpt() 220 DBG(DBG_BPT, (" -> next_pc=%lx\n", in ptrace_set_bpt() 300 DBG(DBG_MEM, ("peek $%lu->%#lx\n", addr, ret)); in arch_ptrace() 310 DBG(DBG_MEM, ("poke $%lu<-%#lx\n", addr, data)); in arch_ptrace()
|
/arch/x86/pci/ |
D | legacy.c | 19 DBG("PCI: Peer bridge fixup\n"); in pcibios_fixup_peer_bridges() 48 DBG("Found device at %02x:%02x [%04x]\n", busn, devfn, l); in pcibios_scan_specific_bus()
|
/arch/ia64/sn/kernel/ |
D | tiocx.c | 36 #define DBG(fmt...) printk(KERN_ALERT fmt) macro 38 #define DBG(fmt...) macro 196 DBG("cx_dev= 0x%p\n", cx_dev); in cx_device_register() 354 DBG(KERN_ALERT "TIO_ICE_FRZ_CFG= 0x%lx\n", ice_frz); in tio_conveyor_set() 401 DBG("cx_credits= 0x%lx\n", cx_credits); in bitstream_loaded() 425 DBG("part= 0x%x, mfg= 0x%x\n", part_num, mfg_num); in tiocx_reload() 512 DBG("Found TIO at nasid 0x%x\n", nasid); in tiocx_init() 536 DBG("found_tiocx_device= %d\n", found_tiocx_device); in tiocx_init() 551 DBG("tiocx_exit\n"); in tiocx_exit()
|
/arch/powerpc/platforms/embedded6xx/ |
D | mpc7448_hpc2.c | 49 #define DBG(fmt...) do { printk(fmt); } while(0) macro 51 #define DBG(fmt...) do { } while(0) macro 134 DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__, in mpc7448_hpc2_init_IRQ()
|
/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 18 #define DBG(x...) printk(x) macro 20 #define DBG(x...) macro
|