Searched refs:UNW_DPRINT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind.c | 62 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__) macro 67 # define UNW_DPRINT(n, ...) macro 260 UNW_DPRINT(0, "unwind.%s: bad scratch reg r%lu\n", __func__, reg); in pt_regs_off() 271 UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __func__); in get_scratch_regs() 277 UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __func__, info->sp, info->pt); in get_scratch_regs() 296 UNW_DPRINT(0, "unwind.%s: trying to access non-existent r%u\n", in unw_access_gr() 342 UNW_DPRINT(0, "unwind.%s: %p outside of regstk " in unw_access_gr() 376 UNW_DPRINT(0, "unwind.%s: ignoring attempt to access register outside " in unw_access_gr() 387 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n", in unw_access_gr() 429 UNW_DPRINT( in unw_access_br() [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind.c | 62 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__) macro 67 # define UNW_DPRINT(n, ...) macro 260 UNW_DPRINT(0, "unwind.%s: bad scratch reg r%lu\n", __func__, reg); in pt_regs_off() 271 UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __func__); in get_scratch_regs() 277 UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __func__, info->sp, info->pt); in get_scratch_regs() 296 UNW_DPRINT(0, "unwind.%s: trying to access non-existent r%u\n", in unw_access_gr() 342 UNW_DPRINT(0, "unwind.%s: %p outside of regstk " in unw_access_gr() 376 UNW_DPRINT(0, "unwind.%s: ignoring attempt to access register outside " in unw_access_gr() 387 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n", in unw_access_gr() 429 UNW_DPRINT( in unw_access_br() [all...] |
Completed in 4 milliseconds