Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ras/
Dras.c17 void log_non_standard_event(const uuid_le *sec_type, const uuid_le *fru_id, in log_non_standard_event() argument
21 trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len); in log_non_standard_event()
/Linux-v4.19/include/linux/
Dras.h29 void log_non_standard_event(const guid_t *sec_type,
35 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/Linux-v4.19/include/ras/
Dras_event.h221 TP_PROTO(const uuid_le *sec_type,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
231 __array(char, sec_type, UUID_SIZE)
240 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
249 __entry->sev, __entry->sec_type,
/Linux-v4.19/drivers/firmware/efi/
Dcper.c432 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
448 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
456 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
466 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
475 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
485 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
497 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/Linux-v4.19/drivers/acpi/
Dacpi_extlog.c146 guid_t *sec_type; in extlog_print() local
171 sec_type = (guid_t *)gdata->section_type; in extlog_print()
172 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
/Linux-v4.19/drivers/acpi/apei/
Dghes.c467 guid_t *sec_type; in ghes_do_proc() local
473 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
481 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
489 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
492 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
499 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx.h335 enum hal_security_type sec_type);
Dhalmac_api_88xx.c5242 enum hal_security_type sec_type) in halmac_get_used_cam_entry_num_88xx() argument
5252 switch (sec_type) { in halmac_get_used_cam_entry_num_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1846 enum hal_security_type sec_type);