Searched refs:DEBUGP (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/hexagon/kernel/ |
D | module.c | 15 #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.12.1/arch/m68k/kernel/ |
D | module.c | 15 #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.12.1/lib/ |
D | ts_bm.c | 45 #define DEBUGP printk 47 #define DEBUGP(args, format...) macro 93 DEBUGP("Searching in position %d (%c)\n", in bm_find() 100 DEBUGP("found!\n"); in bm_find()
|
/linux-6.12.1/arch/mips/kernel/ |
D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 19 # define DEBUGP(fmt, args...) macro
|
D | signal_o32.c | 148 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_frame_32() 234 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame_32()
|
D | signal_n32.c | 130 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame_n32()
|
D | signal.c | 746 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_frame() 795 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame()
|
/linux-6.12.1/arch/x86/kernel/ |
D | module.c | 29 #define DEBUGP(fmt, ...) \ 32 #define DEBUGP(fmt, ...) \ macro 51 DEBUGP("Applying relocate section %u to %u\n", in apply_relocate() 96 DEBUGP("%s relocate section %u to %u\n", in __write_relocate_add() 111 DEBUGP("type %d st_value %Lx r_addend %Lx loc %Lx\n", in __write_relocate_add()
|
/linux-6.12.1/arch/alpha/kernel/ |
D | module.c | 15 #define DEBUGP printk 17 #define DEBUGP(fmt...) macro 143 DEBUGP("Applying relocate section %u to %u\n", relsec, in apply_relocate_add()
|
/linux-6.12.1/arch/s390/kernel/ |
D | module.c | 33 #define DEBUGP printk 35 #define DEBUGP(fmt , ...) macro 438 DEBUGP("Applying relocate section %u to %u\n", in __apply_relocate_add()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | signal.c | 42 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) macro 44 # define DEBUGP(fmt, args...) macro 1001 DEBUGP("SIG deliver (%s:%d): sp=0x%p pc=0x%lx ra=0x%lx\n", in setup_rt_frame()
|