| /src/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_dispatch.c | 95 enum cpu_feature features = 0; in get_cpu_features() local 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() 114 features |= AVX; in get_cpu_features() 118 features |= AVX2; in get_cpu_features() 121 features |= AVX512VL; in get_cpu_features() 123 features |= AVX512F; in get_cpu_features() 128 g_cpu_features = features; in get_cpu_features() [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| H A D | fuchsia.inc | 1 #include <zircon/features.h> 5 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 11 uint32_t features; 12 zx_status_t status = _zx_system_get_features(ZX_FEATURE_KIND_CPU, &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) 25 if (features & ZX_ARM64_FEATURE_ISA_PMULL) 27 if (features & ZX_ARM64_FEATURE_ISA_SHA1) 29 if (features & ZX_ARM64_FEATURE_ISA_SHA256) [all …]
|
| H A D | apple.inc | 33 static uint64_t deriveImplicitFeatures(uint64_t features) { 35 if ((1ULL << FEAT_SSBS2) & features) 36 features |= (1ULL << FEAT_SSBS); 39 features |= (1ULL << FEAT_FP); 41 features |= (1ULL << FEAT_INIT); 43 return features; 52 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 55 uint64_t features = 0; 68 features |= (1ULL << TO); \ 105 features = deriveImplicitFeatures(features); [all …]
|
| H A D | android.inc | 3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 7 // than 30. If so, set feature detection done and keep all CPU features 19 // CPU features already initialized. 20 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 23 // Don't set any CPU features,
|
| H A D | sysauxv.inc | 3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 9 // CPU features already initialized. 10 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
|
| /src/usr.bin/elfctl/ |
| H A D | elfctl.c | 98 char *features; in main() local 104 features = NULL; in main() 119 if (features != NULL) in main() 121 features = optarg; in main() 188 features, endian_swap)) { in main() 300 uint32_t features, prev_features; in edit_file_features() local 303 if (!get_file_features(elf, phcount, fd, &features, &off, in edit_file_features() 309 prev_features = features; in edit_file_features() 310 if (!convert_to_feature_val(val, &features)) in edit_file_features() 313 if (features == prev_features) in edit_file_features() [all …]
|
| /src/contrib/dma/ |
| H A D | net.c | 100 if (((config.features & SECURETRANSFER) != 0) && in send_remote_command() 101 ((config.features & NOSSL) == 0)) { in send_remote_command() 155 if (((config.features & SECURETRANSFER) != 0) && in read_remote() 156 (config.features & NOSSL) == 0) { in read_remote() 265 smtp_login(int fd, char *login, char* password, const struct smtp_features* features) in smtp_login() argument 271 if (features->auth.cram_md5) { in smtp_login() 285 if (features->auth.login) { in smtp_login() 286 if ((config.features & INSECURE) != 0 || in smtp_login() 287 (config.features & SECURETRANSFER) != 0) { in smtp_login() 363 if (((config.features & SECURETRANSFER) != 0) && in close_connection() [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()
|
| /src/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 320 my %features = (); 324 foreach ($_->features()) { 325 $features{$_}++; 340 foreach (keys %features) { 341 delete $features{$_} if $features{$_} == 2; 345 join(", ", sort keys %features), "\n" 346 if %features; 410 my %features = (); 416 if ($def =~ m{^ZLIB$}) { $features{$&} = $op; } 417 if ($def =~ m{^BROTLI$}) { $features{$&} = $op; } [all …]
|
| /src/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() 1057 return ((ahc->features & AHC_QUEUE_REGS) != 0); in ahc_patch3_func() [all …]
|
| H A D | aic7xxx_pci.c | 863 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config() 879 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config() 896 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config() 932 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config() 938 ahc->features &= ~AHC_ULTRA; in ahc_pci_config() 950 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config() 1008 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config() 1019 if ((ahc->features & AHC_MULTI_FUNC) != 0) in ahc_pci_config() 1022 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config() 1063 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present() [all …]
|
| /src/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 12 This device tree binding describes CPU features available to software, with 16 found in design.txt, which also points to documentation of specific features. 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" 66 /cpus/ibm,powerpc-cpu-features/example-feature node bindings [all …]
|
| /src/sys/dev/virtio/ |
| H A D | virtio.c | 131 virtio_describe_sbuf(struct sbuf *sb, uint64_t features, in virtio_describe_sbuf() argument 138 sbuf_printf(sb, "%#jx", (uintmax_t) features); in virtio_describe_sbuf() 145 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe_sbuf() 167 virtio_describe(device_t dev, const char *msg, uint64_t features, in virtio_describe() argument 182 error = virtio_describe_sbuf(&sb, features, desc); in virtio_describe() 192 (uintmax_t) features); in virtio_describe() 197 virtio_filter_transport_features(uint64_t features) in virtio_filter_transport_features() argument 210 return (features & mask); in virtio_filter_transport_features() 302 virtio_reinit(device_t dev, uint64_t features) in virtio_reinit() argument 305 return (VIRTIO_BUS_REINIT(device_get_parent(dev), features)); in virtio_reinit()
|
| /src/contrib/xz/src/liblzma/common/ |
| H A D | filter_common.c | 35 } features[] = { variable 183 for (j = 0; src[i].id != features[j].id; ++j) { in lzma_filters_copy() 184 if (features[j].id == LZMA_VLI_UNKNOWN) { in lzma_filters_copy() 191 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy() 199 features[j].options_size); in lzma_filters_copy() 271 for (j = 0; filters[i].id != features[j].id; ++j) in lzma_validate_chain() 272 if (features[j].id == LZMA_VLI_UNKNOWN) in lzma_validate_chain() 280 non_last_ok = features[j].non_last_ok; in lzma_validate_chain() 281 last_ok = features[j].last_ok; in lzma_validate_chain() 282 changes_size_count += features[j].changes_size; in lzma_validate_chain()
|
| /src/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;
|
| /src/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>;
|
| /src/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>;
|
| /src/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() 177 if (features & (IFCAP_RXCSUM | IFCAP_RXCSUM_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() [all …]
|
| /src/sys/cam/ata/ |
| H A D | ata_all.c | 78 switch (cmd->features) { in ata_op_string() 85 switch (cmd->features) { in ata_op_string() 90 switch (cmd->features) { in ata_op_string() 120 switch (cmd->features) { in ata_op_string() 125 switch (cmd->features) { in ata_op_string() 142 switch (cmd->features & 0xf) { in ata_op_string() 173 if (cmd->features == 0xec) in ata_op_string() 185 switch (cmd->features) { in ata_op_string() 201 switch(cmd->features) { in ata_op_string() 216 switch(cmd->features) { in ata_op_string() [all …]
|
| /src/usr.sbin/bluetooth/hccontrol/ |
| H A D | node.c | 164 for (n = 0; n < nitems(r.features); n++) in hci_read_node_features() 165 fprintf(stdout, "%#02x ", r.features[n]); in hci_read_node_features() 166 fprintf(stdout, "\n%s\n", hci_features2str(r.features, in hci_read_node_features() 257 r.entries[n].features[0], r.entries[n].features[1], in hci_read_neighbor_cache() 258 r.entries[n].features[2], r.entries[n].features[3], in hci_read_neighbor_cache() 259 r.entries[n].features[4], r.entries[n].features[5], in hci_read_neighbor_cache() 260 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()
|
| /src/sys/arm64/iommu/ |
| H A D | smmu.c | 356 if (!(sc->features & SMMU_FEATURE_PRI)) in smmu_init_queues() 381 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_dump_ste() 746 if (sc->features & SMMU_FEATURE_STALL && in smmu_init_ste_s1() 747 ((sc->features & SMMU_FEATURE_STALL_FORCE) == 0)) in smmu_init_ste_s1() 779 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_get_ste_addr() 984 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) in smmu_init_strtab() 1128 if (sc->features & CR0_PRIQEN) { in smmu_enable_interrupts() 1143 if (sc->features & SMMU_FEATURE_PRI) in smmu_enable_interrupts() 1264 if (sc->features & SMMU_FEATURE_HYP) { in smmu_reset() 1284 if (sc->features & SMMU_FEATURE_PRI) { in smmu_reset() [all …]
|
| /src/contrib/less/ |
| H A D | README | 76 Builds a "secure" version of less, with some features disabled 89 If you wish, you may edit defines.h to remove some optional features. 90 If you choose not to include some features in your version, you may 92 to remove the descriptions of the features which you are removing. 126 2. If you wish, you may edit defines.wn to remove some optional features. 127 If you choose not to include some features in your version, you may 129 to remove the descriptions of the features which you are removing. 136 a "secure" version of less is built, with some features disabled. 163 4. If you wish, you may edit DEFINES.DS to remove some optional features. 164 If you choose not to include some features in your version, you may [all …]
|
| /src/sbin/camcontrol/ |
| H A D | zone.c | 465 uint16_t features = 0, sector_count = 0; in zone() local 473 features = action; in zone() 475 features |= (rep_option << 8); in zone() 485 features = ZAC_ATA_SECTOR_COUNT(alloc_len); in zone() 501 /*features*/ features, in zone() 557 uint16_t features = 0, sector_count = 0; in zone() local 569 features = action & 0xf; in zone() 571 features |= (ZBC_OUT_ALL << 8); in zone() 579 features = ATA_NCQ_ZAC_MGMT_OUT; in zone() 593 /*features*/ features, in zone()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_features_001_pos.ksh | 44 features="com.test:xxx_unsup0 com.test:xxx_unsup1 com.test:xxx_unsup2" 60 for feature in $features; do 65 for feature in $features; do
|