/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | sme.c | 67 if (!index_within_array(groups, wpa_s->sme.sae_group_index)) in sme_set_sae_group() 71 int group = groups[wpa_s->sme.sae_group_index]; in sme_set_sae_group() 74 if (!int_array_includes(wpa_s->sme.sae_rejected_groups, in sme_set_sae_group() 76 sae_set_group(&wpa_s->sme.sae, group) == 0) { in sme_set_sae_group() 78 wpa_s->sme.sae.group); in sme_set_sae_group() 79 wpa_s->sme.sae.akmp = external ? in sme_set_sae_group() 80 wpa_s->sme.ext_auth_key_mgmt : wpa_s->key_mgmt; in sme_set_sae_group() 83 wpa_s->sme.sae_group_index++; in sme_set_sae_group() 105 int key_mgmt = external ? wpa_s->sme.ext_auth_key_mgmt : in sme_auth_build_sae_commit() 170 if (reuse && wpa_s->sme.sae.tmp && in sme_auth_build_sae_commit() [all …]
|
H A D | events.c | 433 wpa_s->sme.bss_max_idle_period = 0; in wpa_supplicant_mark_disassoc() 2918 if (wpa_s->sme.bss_max_idle_period) { in wnm_bss_keep_alive() 2920 msec = wpa_s->sme.bss_max_idle_period * 1024; /* times 1000 */ in wnm_bss_keep_alive() 2944 wpa_s->sme.bss_max_idle_period = in wnm_process_assoc_resp() 2947 "TU)%s", wpa_s->sme.bss_max_idle_period, in wnm_process_assoc_resp() 2950 if (wpa_s->sme.bss_max_idle_period == 0) in wnm_process_assoc_resp() 2951 wpa_s->sme.bss_max_idle_period = 1; in wnm_process_assoc_resp() 2955 msec = wpa_s->sme.bss_max_idle_period * 1024; in wnm_process_assoc_resp() 2963 wpa_s->sme.bss_max_idle_period = 0; in wnm_process_assoc_resp() 3380 if (wpa_s->sme.sae.state == SAE_ACCEPTED && wpa_s->sme.sae.h2e) in wpa_supplicant_event_associnfo() [all …]
|
H A D | notify.c | 406 if (wpa_s->sme.ext_auth_wpa_ssid == ssid) in wpas_notify_network_removed() 407 wpa_s->sme.ext_auth_wpa_ssid = NULL; in wpas_notify_network_removed()
|
H A D | wpas_glue.c | 1330 wpa_s->sme.sae.state == SAE_ACCEPTED && in wpas_transition_disable() 1331 wpa_s->sme.sae.pk && in wpas_transition_disable()
|
H A D | wpa_supplicant_i.h | 383 unsigned int sme:1; member 1037 } sme; member
|
H A D | wpa_supplicant.c | 1105 wpa_auth_alg_fils(wpa_s->sme.auth_alg)) in wpa_supplicant_set_state() 2542 os_free(wpa_s->sme.sae_rejected_groups); in wpa_s_clear_sae_rejected() 2543 wpa_s->sme.sae_rejected_groups = NULL; in wpa_s_clear_sae_rejected() 2552 int_array_add_unique(&wpa_s->sme.sae_rejected_groups, in wpa_s_clear_sae_rejected() 2760 wpa_s->sme.auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_associate() 3859 if (len > 0 && wpa_s->sme.ft_used && in wpas_populate_assoc_ies() 4847 wpa_s->sme.prev_bssid_set = 0; in wpa_supplicant_remove_network() 4908 wpa_s->sme.prev_bssid_set = 0; in wpa_supplicant_remove_all_networks() 8969 wpa_s->sme.prev_bssid_set = 0; in wpas_request_disconnection()
|
H A D | ctrl_iface.c | 229 wpa_s->sme.prev_bssid_set = 0; in set_disallow_aps() 2373 wpa_s->sme.sae.state == SAE_ACCEPTED) { in wpa_supplicant_ctrl_iface_status() 2377 wpa_s->sme.sae.group, in wpa_supplicant_ctrl_iface_status() 2378 wpa_s->sme.sae.h2e, in wpa_supplicant_ctrl_iface_status() 2379 wpa_s->sme.sae.pk); in wpa_supplicant_ctrl_iface_status() 2562 if (wpa_s->sme.bss_max_idle_period) { in wpa_supplicant_ctrl_iface_status() 2564 wpa_s->sme.bss_max_idle_period); in wpa_supplicant_ctrl_iface_status() 8975 wpa_s->sme.last_unprot_disconnect.sec = 0; in wpa_supplicant_ctrl_iface_flush() 8976 wpa_s->sme.auth_alg = 0; in wpa_supplicant_ctrl_iface_flush() 10329 params.ssid = wpa_s->sme.ssid; in wpas_ctrl_resend_assoc() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_checkpoint.c | 207 spa_checkpoint_discard_sync_callback(space_map_entry_t *sme, void *arg) in spa_checkpoint_discard_sync_callback() argument 211 metaslab_t *ms = vd->vdev_ms[sme->sme_offset >> vd->vdev_ms_shift]; in spa_checkpoint_discard_sync_callback() 212 uint64_t end = sme->sme_offset + sme->sme_run; in spa_checkpoint_discard_sync_callback() 227 VERIFY3U(sme->sme_type, ==, SM_FREE); in spa_checkpoint_discard_sync_callback() 228 VERIFY3U(sme->sme_offset, >=, ms->ms_start); in spa_checkpoint_discard_sync_callback() 240 zfs_range_tree_add(ms->ms_freeing, sme->sme_offset, sme->sme_run); in spa_checkpoint_discard_sync_callback() 244 sme->sme_run); in spa_checkpoint_discard_sync_callback() 245 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, >=, sme->sme_run); in spa_checkpoint_discard_sync_callback() 247 vd->vdev_spa->spa_checkpoint_info.sci_dspace -= sme->sme_run; in spa_checkpoint_discard_sync_callback() 248 vd->vdev_stat.vs_checkpoint_space -= sme->sme_run; in spa_checkpoint_discard_sync_callback()
|
H A D | space_map.c | 178 space_map_entry_t sme = { in space_map_iterate() local 186 error = callback(&sme, arg); in space_map_iterate() 367 space_map_entry_t sme = { in space_map_incremental_destroy() local 373 error = callback(&sme, arg); in space_map_incremental_destroy() 401 space_map_load_callback(space_map_entry_t *sme, void *arg) in space_map_load_callback() argument 404 if (sme->sme_type == smla->smla_type) { in space_map_load_callback() 405 VERIFY3U(zfs_range_tree_space(smla->smla_rt) + sme->sme_run, <=, in space_map_load_callback() 407 zfs_range_tree_add(smla->smla_rt, sme->sme_offset, in space_map_load_callback() 408 sme->sme_run); in space_map_load_callback() 410 zfs_range_tree_remove(smla->smla_rt, sme->sme_offset, in space_map_load_callback() [all …]
|
H A D | vdev_indirect_mapping.c | 544 load_obsolete_sm_callback(space_map_entry_t *sme, void *arg) in load_obsolete_sm_callback() argument 547 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback() 550 sme->sme_offset, sme->sme_run, losma->losma_counts); in load_obsolete_sm_callback()
|
H A D | spa_log_spacemap.c | 1077 spa_ld_log_sm_cb(space_map_entry_t *sme, void *arg) in spa_ld_log_sm_cb() argument 1079 uint64_t offset = sme->sme_offset; in spa_ld_log_sm_cb() 1080 uint64_t size = sme->sme_run; in spa_ld_log_sm_cb() 1081 uint32_t vdev_id = sme->sme_vdev; in spa_ld_log_sm_cb() 1109 switch (sme->sme_type) { in spa_ld_log_sm_cb()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FMV.td | 83 def : FMVExtension<"sme", "FEAT_SME", "+sme,+bf16", 430>; 84 def : FMVExtension<"sme-f64f64", "FEAT_SME_F64", "+sme,+sme-f64f64,+bf16", 560>; 85 def : FMVExtension<"sme-i16i64", "FEAT_SME_I64", "+sme,+sme-i16i64,+bf16", 570>; 86 def : FMVExtension<"sme2", "FEAT_SME2", "+sme2,+sme,+bf16", 580>;
|
H A D | AArch64Features.td | 409 def FeatureSME : ExtensionWithMArch<"sme", "SME", "FEAT_SME", 412 def FeatureSMEF64F64 : ExtensionWithMArch<"sme-f64f64", "SMEF64F64", "FEAT_SME_F64F64", 415 def FeatureSMEI16I64 : ExtensionWithMArch<"sme-i16i64", "SMEI16I64", "FEAT_SME_I16I64", 418 def FeatureSMEFA64 : ExtensionWithMArch<"sme-fa64", "SMEFA64", "FEAT_SME_FA64", 443 // that use '+sve-b16b16' and '+sme-b16b16' to compile in LLVM-19. 447 def FeatureSMEB16B16 : ExtensionWithMArch<"sme-b16b16", "SMEB16B16", "FEAT_SME_B16B16", 450 def FeatureSMEF16F16 : ExtensionWithMArch<"sme-f16f16", "SMEF16F16", "FEAT_SME_F16F16", 508 def FeatureSME_LUTv2 : ExtensionWithMArch<"sme-lutv2", "SME_LUTv2", "FEAT_SME_LUTv2", 511 def FeatureSMEF8F32 : ExtensionWithMArch<"sme-f8f32", "SMEF8F32", "FEAT_SME_F8F32", 514 def FeatureSMEF8F16 : ExtensionWithMArch<"sme-f8f16", "SMEF8F16", "FEAT_SME_F8F16",
|
H A D | AArch64InstrInfo.td | 162 AssemblerPredicateWithAll<(all_of FeatureSME), "sme">; 164 AssemblerPredicateWithAll<(all_of FeatureSME), "sme">; 166 AssemblerPredicateWithAll<(all_of FeatureSMEF64F64), "sme-f64f64">; 168 AssemblerPredicateWithAll<(all_of FeatureSMEF16F16), "sme-f16f16">; 170 AssemblerPredicateWithAll<(all_of FeatureSMEFA64), "sme-fa64">; 172 AssemblerPredicateWithAll<(all_of FeatureSMEI16I64), "sme-i16i64">; 208 AssemblerPredicateWithAll<(all_of FeatureSME_LUTv2), "sme-lutv2">; 210 AssemblerPredicateWithAll<(all_of FeatureSMEF8F16), "sme-f8f16">; 212 AssemblerPredicateWithAll<(all_of FeatureSMEF8F32), "sme-f8f32">; 219 "sve or sme">; [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sme.td | 24 let SMETargetGuard = "sme" in { 49 let SMETargetGuard = "sme" in { 63 let SMETargetGuard = "sme" in { 88 let SMETargetGuard = "sme" in { 102 let SMETargetGuard = "sme" in { 123 let SMETargetGuard = "sme" in { 143 let SMETargetGuard = "sme" in { 174 let SMETargetGuard = "sme" in { 190 let SMETargetGuard = "sme" in { 196 let SMETargetGuard = "sme-i16i64" in { [all …]
|
H A D | arm_sve.td | 30 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 255 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 263 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 269 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 296 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 306 } // let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" 361 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 439 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 459 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { 561 let SVETargetGuard = "sve,bf16", SMETargetGuard = "sme,bf16" in { [all …]
|
H A D | arm_sve_sme_incl.td | 278 string SMETargetGuard = "sme";
|
H A D | DiagnosticGroups.td | 1443 def AArch64SMEAttributes : DiagGroup<"aarch64-sme-attributes">;
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 333 typedef int (*zdb_log_sm_cb_t)(spa_t *spa, space_map_entry_t *sme, uint64_t txg, 344 iterate_through_spacemap_logs_cb(space_map_entry_t *sme, void *arg) in iterate_through_spacemap_logs_cb() argument 347 return (uic->uic_cb(uic->uic_spa, sme, uic->uic_txg, uic->uic_arg)); in iterate_through_spacemap_logs_cb() 412 metaslab_spacemap_validation_cb(space_map_entry_t *sme, void *arg) in metaslab_spacemap_validation_cb() argument 415 uint64_t offset = sme->sme_offset; in metaslab_spacemap_validation_cb() 416 uint64_t size = sme->sme_run; in metaslab_spacemap_validation_cb() 417 uint64_t txg = sme->sme_txg; in metaslab_spacemap_validation_cb() 419 if (sme->sme_type == SM_ALLOC) { in metaslab_spacemap_validation_cb() 447 if (sme->sme_type != SM_ALLOC) { in metaslab_spacemap_validation_cb() 458 spacemap_check_sm_log_cb(spa_t *spa, space_map_entry_t *sme, in spacemap_check_sm_log_cb() argument [all …]
|
/freebsd/lib/clang/headers/ |
H A D | Makefile | 251 sme/sme-header sve/sve-header
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | space_map.h | 208 typedef int (*sm_cb_t)(space_map_entry_t *sme, void *arg);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | sme-abi.S | 26 .arch armv9-a+sme
|
/freebsd/share/misc/ |
H A D | iso639 | 428 se sme sme Northern Sami
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 1104 ${CLANG_TBLGEN} -gen-arm-sme-builtin-codegen \ 1111 ${CLANG_TBLGEN} -gen-arm-sme-builtins \ 1118 ${CLANG_TBLGEN} -gen-arm-sme-builtin-za-state \ 1125 ${CLANG_TBLGEN} -gen-arm-sme-sema-rangechecks \ 1132 ${CLANG_TBLGEN} -gen-arm-sme-streaming-attrs \
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 828 integra-sme 484/tcp #Integra Software Management Environment 829 integra-sme 484/udp #Integra Software Management Environment
|