/linux-6.12.1/include/ras/ |
D | ras_event.h | 221 TP_PROTO(const guid_t *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-6.12.1/drivers/firmware/efi/ |
D | cper.c | 546 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local 564 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section() 570 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 578 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 588 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 597 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 607 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section() 616 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section() 626 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in cper_estatus_print_section() 637 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
|
/linux-6.12.1/include/linux/ |
D | ras.h | 24 void log_non_standard_event(const guid_t *sec_type, 31 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
|
/linux-6.12.1/drivers/ras/ |
D | ras.c | 48 void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, in log_non_standard_event() argument 52 trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len); in log_non_standard_event()
|
/linux-6.12.1/drivers/acpi/ |
D | acpi_extlog.c | 144 guid_t *sec_type; in extlog_print() local 178 sec_type = (guid_t *)gdata->section_type; in extlog_print() 179 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
|
/linux-6.12.1/drivers/acpi/apei/ |
D | ghes.c | 753 guid_t *sec_type; in ghes_do_proc() local 761 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc() 769 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc() 777 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc() 780 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc() 782 } else if (guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID)) { in ghes_do_proc() 786 } else if (guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID)) { in ghes_do_proc() 790 } else if (guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_do_proc() 798 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | tx.c | 52 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc() 292 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local 301 sec_type = 0x01; in rtw_tx_pkt_info_update_sec() 304 sec_type = 0x03; in rtw_tx_pkt_info_update_sec() 311 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
|
D | main.h | 597 u8 sec_type; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 2400 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local 2433 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2436 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl() 2437 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl() 2438 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl() 2463 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local 2525 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2600 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl() 2601 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl() 2602 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
D | core.h | 438 enum htt_security_types sec_type; member
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | peer.h | 35 u16 sec_type; member
|
D | peer.c | 445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
|
D | dp_rx.c | 2271 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
|
D | mac.c | 4397 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | peer.h | 42 u16 sec_type; member
|
D | peer.c | 334 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_peer_create()
|
D | dp_rx.c | 2228 enctype = peer->sec_type; in ath12k_dp_rx_h_mpdu()
|
D | mac.c | 4016 peer->sec_type = ath12k_dp_tx_get_encrypt_type(key->cipher); in ath12k_mac_set_key()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 509 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local 524 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key() 527 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key() 530 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key() 533 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key() 536 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key() 539 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key() 542 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key() 551 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key() 1085 FIELD_PREP(RTW89_TXWD_BODY1_SEC_TYPE, desc_info->sec_type); in rtw89_build_txwd_body1_v1() [all …]
|
D | wow.c | 453 aoac_rpt->sec_type); in rtw89_wow_debug_aoac_rpt()
|
D | core.h | 1146 u8 sec_type; member 5354 u8 sec_type; member
|
D | mac.c | 5187 aoac_rpt->sec_type = c2h->sec_type; in rtw89_mac_c2h_wow_aoac_rpt()
|
D | fw.h | 3695 u8 sec_type; member
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.c | 635 enum sec_type { enum 645 enum sec_type sec_type; member 1444 if (desc->sec_type != SEC_ST_OPS) in bpf_object_init_struct_ops() 1970 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps() 3894 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect() 3899 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect() 3906 sec_desc->sec_type = SEC_ST_OPS; in bpf_object__elf_collect() 3937 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect() 3942 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect() 4413 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__shndx_is_data() [all …]
|