Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Drtas.c1605 static char rtas_os_term_buf[2048]; variable
1624 snprintf(rtas_os_term_buf, 2048, "OS panic: %s", str); in rtas_os_term()
1632 rtas_call_unlocked(&args, token, 1, 1, NULL, __pa(rtas_os_term_buf)); in rtas_os_term()