vpanic
void vpanic(const char *fmt, va_list args) __noreturn __cold;
EXPORT_SYMBOL(vpanic);
vpanic(fmt, args);
vpanic(msg, args);
NORETURN(vpanic)