Home
last modified time | relevance | path

Searched refs:sec_type (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/kernel/linux/linux-6.6/include/linux/
H A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/kernel/linux/linux-5.10/drivers/ras/
H A Dras.c17 void log_non_standard_event(const guid_t *sec_type, const guid_t *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()
/kernel/linux/linux-6.6/drivers/ras/
H A Dras.c17 void log_non_standard_event(const guid_t *sec_type, const guid_t *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()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcper.c530 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
546 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
554 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
564 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
573 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
583 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
592 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
602 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in cper_estatus_print_section()
613 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dcper.c499 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
515 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
523 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
533 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
542 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
552 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
561 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
574 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/kernel/linux/linux-5.10/include/ras/
H A Dras_event.h221 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,
/kernel/linux/linux-6.6/include/ras/
H A Dras_event.h221 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,
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dtx.c48 SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type); in rtw_tx_fill_tx_desc()
252 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
261 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
264 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
271 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_extlog.c144 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()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_extlog.c144 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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dtx.c51 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc()
291 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
300 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
303 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
310 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dpeer.h28 u16 sec_type; member
H A Dpeer.c314 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2284 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2317 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2320 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2321 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2322 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2347 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2409 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2484 (sec_type in ath10k_htt_rx_proc_rx_ind_hl()
2648 enum htt_security_types sec_type; ath10k_htt_rx_proc_rx_frag_ind_hl() local
3898 ath10k_htt_rx_pn_len(enum htt_security_types sec_type) ath10k_htt_rx_pn_len() argument
3914 enum htt_security_types sec_type; ath10k_htt_rx_sec_ind_handler() local
[all...]
H A Dcore.h434 enum htt_security_types sec_type; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2399 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2432 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2435 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2436 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2437 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2462 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2524 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2599 (sec_type in ath10k_htt_rx_proc_rx_ind_hl()
2763 enum htt_security_types sec_type; ath10k_htt_rx_proc_rx_frag_ind_hl() local
4026 ath10k_htt_rx_pn_len(enum htt_security_types sec_type) ath10k_htt_rx_pn_len() argument
4042 enum htt_security_types sec_type; ath10k_htt_rx_sec_ind_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dpeer.h42 u16 sec_type; member
H A Dpeer.c334 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_peer_create()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dpeer.h35 u16 sec_type; member
H A Dpeer.c445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dghes.c646 guid_t *sec_type; in ghes_do_proc() local
654 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
662 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
670 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
673 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
679 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Dghes.c681 guid_t *sec_type; in ghes_do_proc() local
689 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
697 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
705 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
708 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
714 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.c487 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local
508 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key()
511 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key()
514 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key()
517 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key()
520 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key()
523 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key()
526 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key()
535 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c595 enum sec_type { enum
604 enum sec_type sec_type; member
1712 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps()
3502 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect()
3507 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect()
3538 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect()
3543 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect()
4014 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__shndx_is_data()
4036 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__section_to_libbpf_map_type()
[all...]

Completed in 38 milliseconds

12