Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dacpi_extlog.c29 #define ELOG_ENTRY_LEN 0x1000 macro
156 memcpy(elog_buf, (void *)estatus, ELOG_ENTRY_LEN); in extlog_print()
285 elog_buf = kmalloc(ELOG_ENTRY_LEN, GFP_KERNEL); in extlog_init()