Home
last modified time | relevance | path

Searched refs:DEBUGP (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/char/pcmcia/
A Dcm4000_cs.c578 DEBUGP(2, dev, "PTSreply: ");
742 DEBUGP(4, dev, "M_CARDOFF\n"); in monitor_card()
805 DEBUGP(4, dev, "M_READ_ATR\n"); in monitor_card()
886 DEBUGP(4, dev, "M_BAD_CARD\n"); in monitor_card()
916 DEBUGP(7, dev, "release_io\n"); in monitor_card()
1085 DEBUGP(4, dev, "bad csum\n"); in cmm_write()
1136 DEBUGP(4, dev, "IO error\n"); in cmm_write()
1165 DEBUGP(4, dev, "Xmit data\n"); in cmm_write()
1190 DEBUGP(4, dev, "Xmit done\n"); in cmm_write()
1357 DEBUGP(4, dev, "Reset SM\n"); in cmm_write()
[all …]
A Dcm4040_cs.c46 #define DEBUGP(n, rdr, x, args...) do { \ macro
115 DEBUGP(4, dev, "waking up read_wait\n"); in cm4040_do_poll()
122 DEBUGP(4, dev, "waking up write_wait\n"); in cm4040_do_poll()
159 DEBUGP(4, dev, "woke up: BulkOut empty\n"); in wait_for_bulk_out_ready()
163 DEBUGP(4, dev, "woke up: signal arrived\n"); in wait_for_bulk_out_ready()
194 DEBUGP(3, dev, "BulkIn full (i=%d)\n", i); in wait_for_bulk_in_ready()
206 DEBUGP(4, dev, "woke up: BulkIn full\n"); in wait_for_bulk_in_ready()
210 DEBUGP(4, dev, "woke up: signal arrived\n"); in wait_for_bulk_in_ready()
384 DEBUGP(4, dev, "start \n"); in cm4040_write()
400 DEBUGP(4, dev, "end\n"); in cm4040_write()
[all …]
/linux-6.3-rc2/arch/hexagon/kernel/
A Dmodule.c15 #define DEBUGP printk
17 #define DEBUGP(fmt , ...) macro
36 DEBUGP("Section %d is %s\n", i, in module_frob_arch_sections()
81 DEBUGP("Applying relocations in section %u to section %u base=%p\n", in apply_relocate_add()
95 DEBUGP("%d: value=%08x loc=%p reloc=%d symbol=%s\n", in apply_relocate_add()
114 DEBUGP("B22_PCREL contents: %08X.\n", *location); in apply_relocate_add()
118 DEBUGP("Contents after reloc: %08x\n", *location); in apply_relocate_add()
/linux-6.3-rc2/arch/m68k/kernel/
A Dmodule.c15 #define DEBUGP(fmt, ...) printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) macro
33 DEBUGP("Applying relocate section %u to %u\n", relsec, in apply_relocate()
73 DEBUGP("Applying relocate_add section %u to %u\n", relsec, in apply_relocate_add()
/linux-6.3-rc2/lib/
A Dts_bm.c45 #define DEBUGP printk
47 #define DEBUGP(args, format...) macro
73 DEBUGP("Searching in position %d (%c)\n", in bm_find()
82 DEBUGP("found!\n"); in bm_find()
/linux-6.3-rc2/arch/mips/kernel/
A Dsignal-common.h17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro
19 # define DEBUGP(fmt, args...) macro
A Dsignal_o32.c147 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_frame_32()
233 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame_32()
A Dsignal_n32.c132 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame_n32()
A Dsignal.c745 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_frame()
794 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame()
/linux-6.3-rc2/arch/ia64/kernel/
A Dmodule.c44 # define DEBUGP printk macro
47 # define DEBUGP(fmt , a...) macro
482 DEBUGP("%s: core.plt=%lx, init.plt=%lx, got=%lx, fdesc=%lx\n", in module_frob_arch_sections()
727 DEBUGP("%s: patching ld8 at %p to mov\n", __func__, location); in do_reloc()
761 DEBUGP("%s: [%p]<-%016lx = %s(%lx)\n", __func__, location, val, in do_reloc()
797 DEBUGP("%s: applying section %u (%u relocs) to %u\n", __func__, in apply_relocate_add()
825 DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp); in apply_relocate_add()
883 DEBUGP("%s: name=%s, gp=%lx, num_init=%lu, num_core=%lu\n", __func__, in register_unwind_table()
892 DEBUGP("%s: core: handle=%p [%p-%p)\n", __func__, in register_unwind_table()
898 DEBUGP("%s: init: handle=%p [%p-%p)\n", __func__, in register_unwind_table()
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dmodule.c29 #define DEBUGP(fmt, ...) \
32 #define DEBUGP(fmt, ...) \ macro
102 DEBUGP("Applying relocate section %u to %u\n", in apply_relocate()
147 DEBUGP("%s relocate section %u to %u\n", in __write_relocate_add()
162 DEBUGP("type %d st_value %Lx r_addend %Lx loc %Lx\n", in __write_relocate_add()
/linux-6.3-rc2/arch/alpha/kernel/
A Dmodule.c15 #define DEBUGP printk
17 #define DEBUGP(fmt...) macro
143 DEBUGP("Applying relocate section %u to %u\n", relsec, in apply_relocate_add()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dsignal.c39 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro
41 # define DEBUGP(fmt, args...) macro
491 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame()
/linux-6.3-rc2/arch/s390/kernel/
A Dmodule.c31 #define DEBUGP printk
33 #define DEBUGP(fmt , ...) macro
450 DEBUGP("Applying relocate section %u to %u\n", in __apply_relocate_add()

Completed in 32 milliseconds