Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 3 of 3) sorted by relevance

/arch/or1k/
A Dfaults.c40 static void exception_die(struct or1k_iframe *frame, const char *msg) { in exception_die() argument
41 dprintf(CRITICAL, msg); in exception_die()
/arch/arm/arm/
A Dfaults.c90 static void exception_die(struct arm_fault_frame *frame, const char *msg) { in exception_die() argument
91 dprintf(CRITICAL, msg); in exception_die()
98 static void exception_die_iframe(struct arm_iframe *frame, const char *msg) { in exception_die_iframe() argument
99 dprintf(CRITICAL, msg); in exception_die_iframe()
/arch/x86/
A Dfaults.c63 static void exception_die(x86_iframe_t *frame, const char *msg) { in exception_die() argument
64 dprintf(CRITICAL, "%s", msg); in exception_die()

Completed in 4 milliseconds