Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtasd.c198 void pSeries_log_error(char *buf, unsigned int err_type, int fatal) in pSeries_log_error() function
408 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, in do_event_scan()
471 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); in retrieve_nvram_error_log()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h443 extern void pSeries_log_error(char *buf, unsigned int err_type, int fatal);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1141 .log_error = pSeries_log_error, in define_machine()