| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 868 static void ghes_log_hwerr(int sev, guid_t *sec_type) in ghes_log_hwerr() argument 873 if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) || in ghes_log_hwerr() 874 guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) || in ghes_log_hwerr() 875 guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in ghes_log_hwerr() 880 if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) || in ghes_log_hwerr() 881 guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) || in ghes_log_hwerr() 882 guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) || in ghes_log_hwerr() 883 guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_log_hwerr() 888 if (guid_equal(sec_type, &CPER_SEC_PCIE) || in ghes_log_hwerr() 889 guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) { in ghes_log_hwerr() [all …]
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 606 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local 624 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section() 630 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 638 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 648 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 657 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 667 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section() 676 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section() 686 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in cper_estatus_print_section() 697 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
|
| /linux/include/ras/ |
| H A D | ras_event.h | 259 TP_PROTO(const guid_t *sec_type, 266 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len), 269 __array(char, sec_type, UUID_SIZE) 278 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 287 __entry->sev, __entry->sec_type,
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.c | 53 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc() 297 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local 306 sec_type = 0x01; in rtw_tx_pkt_info_update_sec() 309 sec_type = 0x03; in rtw_tx_pkt_info_update_sec() 316 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
|
| H A D | main.h | 612 u8 sec_type; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2404 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local 2437 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2440 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl() 2441 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl() 2442 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl() 2467 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local 2529 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2604 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl() 2605 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl() 2606 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | peer.h | 35 u16 sec_type; member
|
| H A D | peer.c | 445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
|
| H A D | mac.c | 4627 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 114 guid_t sec_type, in amdgpu_cper_entry_fill_section_desc() argument 125 section_desc->sec_type = sec_type; in amdgpu_cper_entry_fill_section_desc()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | peer.h | 44 u16 sec_type; member
|
| H A D | peer.c | 415 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_peer_create()
|
| H A D | mac.c | 5766 peer->sec_type = ath12k_dp_tx_get_encrypt_type(key->cipher); in ath12k_mac_set_key()
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 151 guid_t sec_type; member
|
| /linux/drivers/edac/ |
| H A D | versalnet_edac.c | 590 const guid_t *sec_type = &guid_null; in rpmsg_cb() local 709 log_non_standard_event(sec_type, &amd_versalnet_guid, mc_priv->message, in rpmsg_cb()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 656 enum sec_type { enum 666 enum sec_type sec_type; member 1497 if (desc->sec_type != SEC_ST_OPS) in bpf_object_init_struct_ops() 2030 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps() 3957 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect() 3962 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect() 3969 sec_desc->sec_type = SEC_ST_OPS; in bpf_object__elf_collect() 4007 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect() 4012 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect() 4489 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__shndx_is_data() [all …]
|