Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/efi/
Dcper.c392 uuid_le *sec_type = (uuid_le *)gdata->section_type; in cper_estatus_print_section() local
405 if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
412 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
421 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PCIE)) { in cper_estatus_print_section()
429 printk("%s""section type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/linux-4.4.14/drivers/acpi/
Dacpi_extlog.c146 uuid_le *sec_type; in extlog_print() local
171 sec_type = (uuid_le *)gdata->section_type; in extlog_print()
172 if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in extlog_print()