Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c1071 #define OCX_MESSAGE_SIZE SZ_1K macro
1118 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr()
1130 snprintf(msg, OCX_MESSAGE_SIZE, "%s: OCX_COM_INT: %016llx", in thunderx_ocx_com_threaded_isr()
1136 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1145 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1150 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1199 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr()
1212 snprintf(msg, OCX_MESSAGE_SIZE, in thunderx_ocx_lnk_threaded_isr()
1220 strlcat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr()
1859 msg = kmalloc(OCX_MESSAGE_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()