Searched refs:mce_data_buf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 405 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog() 428 * Use one buffer mce_data_buf per cpu to store RTAS error. 430 * The mce_data_buf does not have any locks or protection around it, 450 memset(local_paca->mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo() 452 memcpy(local_paca->mce_data_buf, h, sizeof(__u64)); in fwnmi_get_errinfo() 458 memcpy(local_paca->mce_data_buf, h, len); in fwnmi_get_errinfo() 461 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
|
H A D | setup.c | 111 u8 *mce_data_buf; in fwnmi_init() local 142 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus, in fwnmi_init() 145 if (!mce_data_buf) in fwnmi_init() 150 paca_ptrs[i]->mce_data_buf = mce_data_buf + in fwnmi_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | ras.c | 408 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog() 431 * Use one buffer mce_data_buf per cpu to store RTAS error. 433 * The mce_data_buf does not have any locks or protection around it, 453 memset(local_paca->mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo() 455 memcpy(local_paca->mce_data_buf, h, sizeof(__u64)); in fwnmi_get_errinfo() 461 memcpy(local_paca->mce_data_buf, h, len); in fwnmi_get_errinfo() 464 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
|
H A D | setup.c | 130 u8 *mce_data_buf; in fwnmi_init() local 161 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus, in fwnmi_init() 164 if (!mce_data_buf) in fwnmi_init() 169 paca_ptrs[i]->mce_data_buf = mce_data_buf + in fwnmi_init()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | paca.h | 258 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */ member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | paca.h | 265 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */ member
|
Completed in 7 milliseconds