| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| H A D | fuchsia.inc | 1 #include <zircon/features.h> 5 if (__aarch64_cpu_features.features) 11 uint32_t features; 19 if (features & ZX_ARM64_FEATURE_ISA_FP) 21 if (features & ZX_ARM64_FEATURE_ISA_ASIMD) 23 if (features & ZX_ARM64_FEATURE_ISA_AES) 27 if (features & ZX_ARM64_FEATURE_ISA_SHA1) 33 if (features & ZX_ARM64_FEATURE_ISA_RDM) 37 if (features & ZX_ARM64_FEATURE_ISA_SM4) 39 if (features & ZX_ARM64_FEATURE_ISA_DP) [all …]
|
| H A D | android.inc | 3 if (__aarch64_cpu_features.features) 7 // than 30. If so, set feature detection done and keep all CPU features 19 // CPU features already initialized. 20 if (__aarch64_cpu_features.features) 23 // Don't set any CPU features,
|
| H A D | apple.inc | 20 if (!__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) { 21 uint64_t features = 0; 62 features |= (1ULL << feature_checks[I].feature); 64 features |= (1ULL << FEAT_INIT); 66 __atomic_store(&__aarch64_cpu_features.features, &features,
|
| H A D | sysauxv.inc | 3 if (__aarch64_cpu_features.features) 9 // CPU features already initialized. 10 if (__aarch64_cpu_features.features)
|
| H A D | freebsd.inc | 3 if (__aarch64_cpu_features.features) 12 // CPU features already initialized. 13 if (__aarch64_cpu_features.features)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_dispatch.c | 100 features |= SSE2; in get_cpu_features() 103 features |= SSE2; in get_cpu_features() 106 features |= SSSE3; in get_cpu_features() 108 features |= SSE41; in get_cpu_features() 129 return features; in get_cpu_features() 143 MAYBE_UNUSED(features); in blake3_compress_in_place() 151 if (features & SSE41) { in blake3_compress_in_place() 157 if (features & SSE2) { in blake3_compress_in_place() 186 if (features & SSE2) { in blake3_compress_xof() 211 if (features & AVX2) { in blake3_hash_many() [all …]
|
| /freebsd-14.2/usr.bin/elfctl/ |
| H A D | elfctl.c | 95 char *features; in main() local 101 features = NULL; in main() 116 if (features != NULL) in main() 118 features = optarg; in main() 185 features, endian_swap)) { in main() 306 prev_features = features; in edit_file_features() 310 if (features == prev_features) in edit_file_features() 314 features = bswap32(features); in edit_file_features() 317 write(fd, &features, sizeof(features)) < in edit_file_features() 340 uint32_t features; in print_file_features() local [all …]
|
| /freebsd-14.2/contrib/dma/ |
| H A D | net.c | 271 if (features->auth.cram_md5) { in smtp_login() 285 if (features->auth.login) { in smtp_login() 405 memset(features, 0, sizeof(*features)); in perform_server_greeting() 450 features->starttls = 1; in perform_server_greeting() 460 if (features->starttls) in perform_server_greeting() 466 if (features->auth.cram_md5) { in perform_server_greeting() 469 if (features->auth.login) { in perform_server_greeting() 480 struct smtp_features features; in deliver_to_host() local 515 config.features |= NOSSL; in deliver_to_host() 518 config.features &= ~NOSSL; in deliver_to_host() [all …]
|
| H A D | conf.c | 220 config.features |= STARTTLS; in parse_conf() 238 config.features |= TLS_OPP; in parse_conf() 240 config.features |= SECURETRANSFER; in parse_conf() 242 config.features |= DEFER; in parse_conf() 244 config.features |= INSECURE; in parse_conf() 246 config.features |= FULLBOUNCE; in parse_conf() 248 config.features |= NULLCLIENT; in parse_conf() 255 if ((config.features & NULLCLIENT) && config.smarthost == NULL) { in parse_conf()
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 320 my %features = (); 341 delete $features{$_} if $features{$_} == 2; 346 if %features; 410 my %features = (); 421 return %features; 486 grep { $features{$_} } keys %features 534 if %features; 578 features => [ $items[0]->features() ] 837 features => [ sort @{$opts{features} // []} ] }; 947 my @features = $self->features(); [all …]
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx_seq.h | 905 return ((ahc->features & AHC_CMD_CHAN) == 0); in ahc_patch22_func() 913 return ((ahc->features & AHC_QUEUE_REGS) == 0); in ahc_patch21_func() 921 return ((ahc->features & AHC_WIDE) != 0); in ahc_patch20_func() 961 return ((ahc->features & AHC_ULTRA2) == 0); in ahc_patch15_func() 985 return ((ahc->features & AHC_HS_MAILBOX) != 0); in ahc_patch12_func() 993 return ((ahc->features & AHC_ULTRA) != 0); in ahc_patch11_func() 1001 return ((ahc->features & AHC_MULTI_TID) != 0); in ahc_patch10_func() 1009 return ((ahc->features & AHC_CMD_CHAN) != 0); in ahc_patch9_func() 1033 return ((ahc->features & AHC_DT) == 0); in ahc_patch6_func() 1065 return ((ahc->features & AHC_TWIN) != 0); in ahc_patch2_func() [all …]
|
| H A D | aic7xxx_pci.c | 945 ahc->features &= ~AHC_ULTRA; in ahc_pci_config() 1578 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom() 2158 ahc->features = AHC_AIC7850_FE; in ahc_aic785X_setup() 2176 ahc->features = AHC_AIC7860_FE; in ahc_aic7860_setup() 2193 ahc->features |= AHC_REMOVABLE; in ahc_apa1480_setup() 2203 ahc->features = AHC_AIC7870_FE; in ahc_aic7870_setup() 2251 ahc->features = AHC_AIC7880_FE; in ahc_aic7880_setup() 2302 ahc->features = AHC_AIC7890_FE; in ahc_aic7890_setup() 2317 ahc->features = AHC_AIC7892_FE; in ahc_aic7892_setup() 2388 ahc->features = AHC_AIC7896_FE; in ahc_aic7896_setup() [all …]
|
| /freebsd-14.2/sys/dev/virtio/ |
| H A D | virtio.c | 121 virtio_describe_sbuf(struct sbuf *sb, uint64_t features, in virtio_describe_sbuf() argument 128 sbuf_printf(sb, "%#jx", (uintmax_t) features); in virtio_describe_sbuf() 135 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe_sbuf() 157 virtio_describe(device_t dev, const char *msg, uint64_t features, in virtio_describe() argument 172 error = virtio_describe_sbuf(&sb, features, desc); in virtio_describe() 182 (uintmax_t) features); in virtio_describe() 187 virtio_filter_transport_features(uint64_t features) in virtio_filter_transport_features() argument 200 return (features & mask); in virtio_filter_transport_features() 293 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument 296 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 3 (skiboot/doc/device-tree/ibm,powerpc-cpu-features/binding.txt) 5 There is more complete overview and documentation of features in that 9 ibm,powerpc-cpu-features binding 19 /cpus/ibm,powerpc-cpu-features node binding 22 Node: ibm,powerpc-cpu-features 26 The node name must be "ibm,powerpc-cpu-features". 38 Definition: "ibm,powerpc-cpu-features" 92 Value is defined similarly to /cpus/features/isa 186 features to be advertised. 206 /cpus/ibm,powerpc-cpu-features { [all …]
|
| /freebsd-14.2/contrib/xz/src/liblzma/common/ |
| H A D | filter_common.c | 36 } features[] = { variable 175 for (j = 0; src[i].id != features[j].id; ++j) { in lzma_filters_copy() 176 if (features[j].id == LZMA_VLI_UNKNOWN) { in lzma_filters_copy() 183 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy() 191 features[j].options_size); in lzma_filters_copy() 263 for (j = 0; filters[i].id != features[j].id; ++j) in lzma_validate_chain() 264 if (features[j].id == LZMA_VLI_UNKNOWN) in lzma_validate_chain() 272 non_last_ok = features[j].non_last_ok; in lzma_validate_chain() 273 last_ok = features[j].last_ok; in lzma_validate_chain() 274 changes_size_count += features[j].changes_size; in lzma_validate_chain()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/ |
| H A D | fuchsia.inc | 1 #include <zircon/features.h> 8 uint32_t features; 9 zx_status_t status = _zx_system_get_features(ZX_FEATURE_KIND_CPU, &features); 11 status == ZX_OK && (features & ZX_ARM64_FEATURE_ISA_ATOMICS) != 0;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/cache/ |
| H A D | marvell,tauros2-cache.txt | 5 - marvell,tauros2-cache-features : Specify the features supported for the 7 The features including 16 marvell,tauros2-cache-features = <0x3>;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/mrvl/ |
| H A D | tauros2.txt | 5 - marvell,tauros2-cache-features : Specify the features supported for the 7 The features including 16 marvell,tauros2-cache-features = <0x3>;
|
| /freebsd-14.2/usr.sbin/bluetooth/hccontrol/ |
| H A D | node.c | 163 for (n = 0; n < sizeof(r.features)/sizeof(r.features[0]); n++) in hci_read_node_features() 164 fprintf(stdout, "%#02x ", r.features[n]); in hci_read_node_features() 165 fprintf(stdout, "\n%s\n", hci_features2str(r.features, in hci_read_node_features() 256 r.entries[n].features[0], r.entries[n].features[1], in hci_read_neighbor_cache() 257 r.entries[n].features[2], r.entries[n].features[3], in hci_read_neighbor_cache() 258 r.entries[n].features[4], r.entries[n].features[5], in hci_read_neighbor_cache() 259 r.entries[n].features[6], r.entries[n].features[7], in hci_read_neighbor_cache()
|
| H A D | info.c | 95 for (n = 0; n < sizeof(rp.features); n++) { in hci_read_local_supported_commands() 98 fprintf(stdout, "%#02x ", rp.features[n]); in hci_read_local_supported_commands() 100 fprintf(stdout, "\n%s\n", hci_commands2str(rp.features, in hci_read_local_supported_commands() 127 for (n = 0; n < sizeof(rp.features); n++) in hci_read_local_supported_features() 128 fprintf(stdout, "%#02x ", rp.features[n]); in hci_read_local_supported_features() 129 fprintf(stdout, "\n%s\n", hci_features2str(rp.features, in hci_read_local_supported_features()
|
| /freebsd-14.2/sys/dev/liquidio/ |
| H A D | lio_ioctl.c | 148 int features = ifrequest->ifr_reqcap ^ in lio_ioctl() local 153 if (!features) in lio_ioctl() 156 if (features & IFCAP_TXCSUM) { in lio_ioctl() 167 if (features & IFCAP_TXCSUM_IPV6) { in lio_ioctl() 178 error |= lio_set_rx_csum(ifp, (features & in lio_ioctl() 182 if (features & IFCAP_TSO4) in lio_ioctl() 185 if (features & IFCAP_TSO6) in lio_ioctl() 188 if (features & IFCAP_LRO) in lio_ioctl() 191 if (features & IFCAP_VLAN_HWTAGGING) in lio_ioctl() 194 if (features & IFCAP_VLAN_HWFILTER) in lio_ioctl() [all …]
|
| /freebsd-14.2/sys/cam/ata/ |
| H A D | ata_all.c | 79 switch (cmd->features) { in ata_op_string() 86 switch (cmd->features) { in ata_op_string() 91 switch (cmd->features) { in ata_op_string() 121 switch (cmd->features) { in ata_op_string() 126 switch (cmd->features) { in ata_op_string() 186 switch (cmd->features) { in ata_op_string() 202 switch(cmd->features) { in ata_op_string() 217 switch(cmd->features) { in ata_op_string() 259 switch (cmd->features) { in ata_op_string() 635 ataio->cmd.features = features; in ata_28bit_cmd() [all …]
|
| /freebsd-14.2/sys/arm64/iommu/ |
| H A D | smmu.c | 1140 if (sc->features & CR0_PRIQEN) { in smmu_enable_interrupts() 1155 if (sc->features & SMMU_FEATURE_PRI) in smmu_enable_interrupts() 1335 sc->features = 0; in smmu_check_features() 1377 sc->features |= SMMU_FEATURE_SEV; in smmu_check_features() 1382 sc->features |= SMMU_FEATURE_MSI; in smmu_check_features() 1388 sc->features |= SMMU_FEATURE_HYP; in smmu_check_features() 1392 sc->features |= SMMU_FEATURE_ATS; in smmu_check_features() 1395 sc->features |= SMMU_FEATURE_PRI; in smmu_check_features() 1412 sc->features |= SMMU_FEATURE_S1P; in smmu_check_features() 1418 sc->features |= SMMU_FEATURE_S2P; in smmu_check_features() [all …]
|
| /freebsd-14.2/sys/dev/psci/ |
| H A D | smccc.c | 51 int32_t features; in smccc_init() local 54 features = psci_features(SMCCC_VERSION); in smccc_init() 55 if (features != PSCI_RETVAL_NOT_SUPPORTED) { in smccc_init()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_features_001_pos.ksh | 43 features="com.test:xxx_unsup0 com.test:xxx_unsup1 com.test:xxx_unsup2" 59 for feature in $features; do 64 for feature in $features; do
|