Home
last modified time | relevance | path

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

/arch/hexagon/kernel/
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()
/arch/m68k/kernel/
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()
/arch/mips/kernel/
Dsignal-common.h17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro
19 # define DEBUGP(fmt, args...) macro
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()
Dsignal_n32.c132 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame_n32()
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()
/arch/x86/kernel/
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()
/arch/ia64/kernel/
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()
728 DEBUGP("%s: patching ld8 at %p to mov\n", __func__, location); in do_reloc()
762 DEBUGP("%s: [%p]<-%016lx = %s(%lx)\n", __func__, location, val, in do_reloc()
798 DEBUGP("%s: applying section %u (%u relocs) to %u\n", __func__, in apply_relocate_add()
829 DEBUGP("%s: placing gp at 0x%lx\n", __func__, gp); in apply_relocate_add()
887 DEBUGP("%s: name=%s, gp=%lx, num_init=%lu, num_core=%lu\n", __func__, in register_unwind_table()
896 DEBUGP("%s: core: handle=%p [%p-%p)\n", __func__, in register_unwind_table()
902 DEBUGP("%s: init: handle=%p [%p-%p)\n", __func__, in register_unwind_table()
[all …]
/arch/alpha/kernel/
Dmodule.c15 #define DEBUGP printk
17 #define DEBUGP(fmt...) macro
143 DEBUGP("Applying relocate section %u to %u\n", relsec, in apply_relocate_add()
/arch/s390/kernel/
Dmodule.c32 #define DEBUGP printk
34 #define DEBUGP(fmt , ...) macro
474 DEBUGP("Applying relocate section %u to %u\n", in __apply_relocate_add()
/arch/loongarch/kernel/
Dsignal.c41 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro
43 # define DEBUGP(fmt, args...) macro
1000 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame()