Home
last modified time | relevance | path

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

/drivers/acpi/apei/
Dcper.c298 uuid_le *sec_type = (uuid_le *)gdata->section_type; in apei_estatus_print_section() local
312 if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_GENERIC)) { in apei_estatus_print_section()
319 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in apei_estatus_print_section()
326 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PCIE)) { in apei_estatus_print_section()
334 printk("%s""section type: unknown, %pUl\n", pfx, sec_type); in apei_estatus_print_section()