Symbol: sec_type
drivers/acpi/acpi_extlog.c
193
guid_t *sec_type;
drivers/acpi/acpi_extlog.c
227
sec_type = (guid_t *)gdata->section_type;
drivers/acpi/acpi_extlog.c
228
if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
drivers/acpi/acpi_extlog.c
234
} else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) {
drivers/acpi/acpi_extlog.c
240
} else if (guid_equal(sec_type, &CPER_SEC_PCIE)) {
drivers/acpi/acpi_extlog.c
247
log_non_standard_event(sec_type, fru_id, fru_text,
drivers/acpi/apei/ghes.c
860
static void ghes_log_hwerr(int sev, guid_t *sec_type)
drivers/acpi/apei/ghes.c
865
if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) ||
drivers/acpi/apei/ghes.c
866
guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) ||
drivers/acpi/apei/ghes.c
867
guid_equal(sec_type, &CPER_SEC_PROC_IA)) {
drivers/acpi/apei/ghes.c
872
if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) ||
drivers/acpi/apei/ghes.c
873
guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) ||
drivers/acpi/apei/ghes.c
874
guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) ||
drivers/acpi/apei/ghes.c
875
guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) {
drivers/acpi/apei/ghes.c
880
if (guid_equal(sec_type, &CPER_SEC_PCIE) ||
drivers/acpi/apei/ghes.c
881
guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) {
drivers/acpi/apei/ghes.c
886
if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
drivers/acpi/apei/ghes.c
899
guid_t *sec_type;
drivers/acpi/apei/ghes.c
907
sec_type = (guid_t *)gdata->section_type;
drivers/acpi/apei/ghes.c
915
ghes_log_hwerr(sev, sec_type);
drivers/acpi/apei/ghes.c
916
if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
drivers/acpi/apei/ghes.c
923
} else if (guid_equal(sec_type, &CPER_SEC_PCIE)) {
drivers/acpi/apei/ghes.c
925
} else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) {
drivers/acpi/apei/ghes.c
927
} else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) {
drivers/acpi/apei/ghes.c
931
} else if (guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID)) {
drivers/acpi/apei/ghes.c
935
} else if (guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID)) {
drivers/acpi/apei/ghes.c
939
} else if (guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) {
drivers/acpi/apei/ghes.c
947
log_non_standard_event(sec_type, fru_id, fru_text,
drivers/edac/versalnet_edac.c
590
const guid_t *sec_type = &guid_null;
drivers/edac/versalnet_edac.c
709
log_non_standard_event(sec_type, &amd_versalnet_guid, mc_priv->message,
drivers/firmware/efi/cper.c
611
guid_t *sec_type = (guid_t *)gdata->section_type;
drivers/firmware/efi/cper.c
629
if (guid_equal(sec_type, &ignore_sections[i].guid)) {
drivers/firmware/efi/cper.c
635
if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) {
drivers/firmware/efi/cper.c
643
} else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
drivers/firmware/efi/cper.c
653
} else if (guid_equal(sec_type, &CPER_SEC_PCIE)) {
drivers/firmware/efi/cper.c
662
} else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) {
drivers/firmware/efi/cper.c
673
} else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) {
drivers/firmware/efi/cper.c
682
} else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) {
drivers/firmware/efi/cper.c
692
} else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) {
drivers/firmware/efi/cper.c
703
printk("%ssection type: unknown, %pUl\n", newpfx, sec_type);
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
115
guid_t sec_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
126
section_desc->sec_type = sec_type;
drivers/gpu/drm/amd/include/amd_cper.h
151
guid_t sec_type;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
106
struct ras_cper_guid sec_type,
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
119
descriptor->sec_type = sec_type;
drivers/gpu/drm/amd/ras/rascore/ras_cper.h
164
struct ras_cper_guid sec_type;
drivers/net/wireless/ath/ath10k/core.h
440
enum htt_security_types sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2403
enum htt_security_types sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2436
sec_type = peer->rx_pn[sec_index].sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2439
if (sec_type != HTT_SECURITY_AES_CCMP &&
drivers/net/wireless/ath/ath10k/htt_rx.c
2440
sec_type != HTT_SECURITY_TKIP &&
drivers/net/wireless/ath/ath10k/htt_rx.c
2441
sec_type != HTT_SECURITY_TKIP_NOMIC)
drivers/net/wireless/ath/ath10k/htt_rx.c
2466
enum htt_security_types sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2528
sec_type = peer->rx_pn[sec_index].sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2603
(sec_type == HTT_SECURITY_AES_CCMP ||
drivers/net/wireless/ath/ath10k/htt_rx.c
2604
sec_type == HTT_SECURITY_TKIP ||
drivers/net/wireless/ath/ath10k/htt_rx.c
2605
sec_type == HTT_SECURITY_TKIP_NOMIC)) {
drivers/net/wireless/ath/ath10k/htt_rx.c
2632
if (sec_type == HTT_SECURITY_AES_CCMP) {
drivers/net/wireless/ath/ath10k/htt_rx.c
2767
enum htt_security_types sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2831
sec_type = peer->rx_pn[sec_index].sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
2834
switch (sec_type) {
drivers/net/wireless/ath/ath10k/htt_rx.c
2874
if (sec_type != HTT_SECURITY_AES_CCMP &&
drivers/net/wireless/ath/ath10k/htt_rx.c
2875
sec_type != HTT_SECURITY_TKIP &&
drivers/net/wireless/ath/ath10k/htt_rx.c
2876
sec_type != HTT_SECURITY_TKIP_NOMIC) {
drivers/net/wireless/ath/ath10k/htt_rx.c
2891
} else if (sec_type == HTT_SECURITY_AES_CCMP) {
drivers/net/wireless/ath/ath10k/htt_rx.c
4029
static int ath10k_htt_rx_pn_len(enum htt_security_types sec_type)
drivers/net/wireless/ath/ath10k/htt_rx.c
4031
switch (sec_type) {
drivers/net/wireless/ath/ath10k/htt_rx.c
4045
enum htt_security_types sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
4057
sec_type = MS(ev->flags, HTT_SECURITY_TYPE);
drivers/net/wireless/ath/ath10k/htt_rx.c
4064
peer->rx_pn[sec_index].sec_type = sec_type;
drivers/net/wireless/ath/ath10k/htt_rx.c
4065
peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type);
drivers/net/wireless/ath/ath11k/dp_rx.c
2261
enctype = peer->sec_type;
drivers/net/wireless/ath/ath11k/mac.c
4629
peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher);
drivers/net/wireless/ath/ath11k/peer.c
445
peer->sec_type = HAL_ENCRYPT_TYPE_OPEN;
drivers/net/wireless/ath/ath11k/peer.h
35
u16 sec_type;
drivers/net/wireless/ath/ath12k/dp_peer.c
482
dp_peer->sec_type = HAL_ENCRYPT_TYPE_OPEN;
drivers/net/wireless/ath/ath12k/dp_peer.h
139
u16 sec_type;
drivers/net/wireless/ath/ath12k/mac.c
6059
peer->dp_peer->sec_type =
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
359
enctype = peer->sec_type;
drivers/net/wireless/realtek/rtw88/main.h
612
u8 sec_type;
drivers/net/wireless/realtek/rtw88/tx.c
297
u8 sec_type = 0;
drivers/net/wireless/realtek/rtw88/tx.c
306
sec_type = 0x01;
drivers/net/wireless/realtek/rtw88/tx.c
309
sec_type = 0x03;
drivers/net/wireless/realtek/rtw88/tx.c
316
pkt_info->sec_type = sec_type;
drivers/net/wireless/realtek/rtw88/tx.c
53
le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) |
drivers/net/wireless/realtek/rtw89/core.c
1450
FIELD_PREP(RTW89_TXWD_BODY1_SEC_TYPE, desc_info->sec_type);
drivers/net/wireless/realtek/rtw89/core.c
1544
FIELD_PREP(RTW89_TXWD_INFO2_SEC_TYPE, desc_info->sec_type) |
drivers/net/wireless/realtek/rtw89/core.c
1645
FIELD_PREP(BE_TXD_BODY1_SEC_TYPE, desc_info->sec_type);
drivers/net/wireless/realtek/rtw89/core.c
637
u8 sec_type = RTW89_SEC_KEY_TYPE_NONE;
drivers/net/wireless/realtek/rtw89/core.c
652
sec_type = RTW89_SEC_KEY_TYPE_WEP40;
drivers/net/wireless/realtek/rtw89/core.c
655
sec_type = RTW89_SEC_KEY_TYPE_WEP104;
drivers/net/wireless/realtek/rtw89/core.c
658
sec_type = RTW89_SEC_KEY_TYPE_TKIP;
drivers/net/wireless/realtek/rtw89/core.c
661
sec_type = RTW89_SEC_KEY_TYPE_CCMP128;
drivers/net/wireless/realtek/rtw89/core.c
664
sec_type = RTW89_SEC_KEY_TYPE_CCMP256;
drivers/net/wireless/realtek/rtw89/core.c
667
sec_type = RTW89_SEC_KEY_TYPE_GCMP128;
drivers/net/wireless/realtek/rtw89/core.c
670
sec_type = RTW89_SEC_KEY_TYPE_GCMP256;
drivers/net/wireless/realtek/rtw89/core.c
679
desc_info->sec_type = sec_type;
drivers/net/wireless/realtek/rtw89/core.h
1227
u8 sec_type;
drivers/net/wireless/realtek/rtw89/core.h
5956
u8 sec_type;
drivers/net/wireless/realtek/rtw89/fw.h
4132
u8 sec_type;
drivers/net/wireless/realtek/rtw89/mac.c
5765
aoac_rpt->sec_type = c2h->sec_type;
drivers/net/wireless/realtek/rtw89/wow.c
502
aoac_rpt->sec_type);
drivers/ras/ras.c
48
void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id,
drivers/ras/ras.c
52
trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len);
include/linux/ras.h
24
void log_non_standard_event(const guid_t *sec_type,
include/linux/ras.h
30
log_non_standard_event(const guid_t *sec_type,
include/ras/ras_event.h
259
TP_PROTO(const guid_t *sec_type,
include/ras/ras_event.h
266
TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
include/ras/ras_event.h
269
__array(char, sec_type, UUID_SIZE)
include/ras/ras_event.h
278
memcpy(__entry->sec_type, sec_type, UUID_SIZE);
include/ras/ras_event.h
287
__entry->sev, __entry->sec_type,
tools/lib/bpf/libbpf.c
1499
if (desc->sec_type != SEC_ST_OPS)
tools/lib/bpf/libbpf.c
2032
switch (sec_desc->sec_type) {
tools/lib/bpf/libbpf.c
3960
sec_desc->sec_type = SEC_DATA;
tools/lib/bpf/libbpf.c
3965
sec_desc->sec_type = SEC_RODATA;
tools/lib/bpf/libbpf.c
3972
sec_desc->sec_type = SEC_ST_OPS;
tools/lib/bpf/libbpf.c
4010
sec_desc->sec_type = SEC_RELO;
tools/lib/bpf/libbpf.c
4015
sec_desc->sec_type = SEC_BSS;
tools/lib/bpf/libbpf.c
4492
switch (obj->efile.secs[shndx].sec_type) {
tools/lib/bpf/libbpf.c
4514
switch (obj->efile.secs[shndx].sec_type) {
tools/lib/bpf/libbpf.c
667
enum sec_type sec_type;
tools/lib/bpf/libbpf.c
7638
if (sec_desc->sec_type != SEC_RELO)
tools/lib/bpf/libbpf.c
7650
if (obj->efile.secs[idx].sec_type == SEC_ST_OPS)