Searched refs:UNW_DPRINT (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/ia64/kernel/ |
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(0, "unwind.%s: trying to access non-existent b%u\n", in unw_access_br() [all …]
|