Searched refs:UNW_DPRINT (Results 1 – 1 of 1) sorted by relevance
/arch/ia64/kernel/ |
D | unwind.c | 61 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__) macro 66 # define UNW_DPRINT(n, ...) macro 259 UNW_DPRINT(0, "unwind.%s: bad scratch reg r%lu\n", __func__, reg); in pt_regs_off() 270 UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __func__); in get_scratch_regs() 276 UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __func__, info->sp, info->pt); in get_scratch_regs() 295 UNW_DPRINT(0, "unwind.%s: trying to access non-existent r%u\n", in unw_access_gr() 341 UNW_DPRINT(0, "unwind.%s: %p outside of regstk " in unw_access_gr() 375 UNW_DPRINT(0, "unwind.%s: ignoring attempt to access register outside " in unw_access_gr() 386 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n", in unw_access_gr() 428 UNW_DPRINT(0, "unwind.%s: trying to access non-existent b%u\n", in unw_access_br() [all …]
|