Searched refs:msg (Results 1 – 3 of 3) sorted by relevance
40 static void exception_die(struct or1k_iframe *frame, const char *msg) { in exception_die() argument41 dprintf(CRITICAL, msg); in exception_die()
90 static void exception_die(struct arm_fault_frame *frame, const char *msg) { in exception_die() argument91 dprintf(CRITICAL, msg); in exception_die()98 static void exception_die_iframe(struct arm_iframe *frame, const char *msg) { in exception_die_iframe() argument99 dprintf(CRITICAL, msg); in exception_die_iframe()
63 static void exception_die(x86_iframe_t *frame, const char *msg) { in exception_die() argument64 dprintf(CRITICAL, "%s", msg); in exception_die()
Completed in 4 milliseconds