Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kernel/
Drtas.c1585 static char rtas_os_term_buf[2048]; variable
1604 snprintf(rtas_os_term_buf, 2048, "OS panic: %s", str); in rtas_os_term()
1612 rtas_call_unlocked(&args, token, 1, 1, NULL, __pa(rtas_os_term_buf)); in rtas_os_term()