Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Dcper.c536 static const struct ignore_section ignore_sections[] = { variable
563 for (int i = 0; i < ARRAY_SIZE(ignore_sections); i++) { in cper_estatus_print_section()
564 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section()
565 printk("%ssection_type: %s\n", newpfx, ignore_sections[i].name); in cper_estatus_print_section()