| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| HD | 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 …]
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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,
|
| HD | 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))
|
| HD | freebsd.inc | 3 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED)) 12 // CPU features already initialized. 13 if (__atomic_load_n(&__aarch64_cpu_features.features, __ATOMIC_RELAXED))
|
| /freebsd-13-stable/usr.bin/elfctl/ |
| HD | 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() 297 uint32_t features, prev_features; in edit_file_features() local 300 if (!get_file_features(elf, phcount, fd, &features, &off, in edit_file_features() 306 prev_features = features; in edit_file_features() 307 if (!convert_to_feature_val(val, &features)) in edit_file_features() 310 if (features == prev_features) in edit_file_features() [all …]
|
| /freebsd-13-stable/contrib/dma/ |
| HD | 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 …]
|
| HD | 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-13-stable/sys/dev/aic7xxx/ |
| HD | 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 …]
|
| HD | aic7xxx_pci.c | 870 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config() 886 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config() 903 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config() 939 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config() 945 ahc->features &= ~AHC_ULTRA; in ahc_pci_config() 957 if ((ahc->features & AHC_ULTRA2) != 0) { in ahc_pci_config() 1015 if ((ahc->features & AHC_DT) != 0) { in ahc_pci_config() 1026 if ((ahc->features & AHC_MULTI_FUNC) != 0) in ahc_pci_config() 1029 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_pci_config() 1070 if ((ahc->features & AHC_ULTRA2) != 0) in ahc_ext_scbram_present() [all …]
|
| /freebsd-13-stable/sys/dev/virtio/ |
| HD | 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-13-stable/sys/contrib/device-tree/Bindings/powerpc/ |
| 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 …]
|
| /freebsd-13-stable/contrib/xz/src/liblzma/common/ |
| HD | 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()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/ |
| HD | 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-13-stable/sys/contrib/device-tree/Bindings/arm/mrvl/ |
| HD | tauros2.txt | 5 - marvell,tauros2-cache-features : Specify the features supported for the 7 The features including 16 marvell,tauros2-cache-features = <0x3>;
|
| /freebsd-13-stable/usr.sbin/bluetooth/hccontrol/ |
| HD | 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()
|
| HD | 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-13-stable/sys/dev/liquidio/ |
| HD | 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 …]
|
| /freebsd-13-stable/sys/cam/ata/ |
| HD | 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() 143 switch (cmd->features & 0xf) { in ata_op_string() 174 if (cmd->features == 0xec) 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() [all …]
|
| /freebsd-13-stable/sys/arm64/iommu/ |
| HD | smmu.c | 351 if (!(sc->features & SMMU_FEATURE_PRI)) in smmu_init_queues() 376 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_dump_ste() 741 if (sc->features & SMMU_FEATURE_STALL && in smmu_init_ste_s1() 742 ((sc->features & SMMU_FEATURE_STALL_FORCE) == 0)) in smmu_init_ste_s1() 774 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_init_ste() 955 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) in smmu_init_strtab() 1021 if (sc->features & SMMU_FEATURE_2_LVL_STREAM_TABLE) { in smmu_deinit_l1_entry() 1098 if (sc->features & CR0_PRIQEN) { in smmu_enable_interrupts() 1113 if (sc->features & SMMU_FEATURE_PRI) in smmu_enable_interrupts() 1233 if (sc->features & SMMU_FEATURE_HYP) { in smmu_reset() [all …]
|
| /freebsd-13-stable/sys/dev/psci/ |
| HD | 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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| HD | 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
|
| /freebsd-13-stable/sbin/camcontrol/ |
| HD | zone.c | 470 uint16_t features = 0, sector_count = 0; in zone() local 478 features = action; in zone() 480 features |= (rep_option << 8); in zone() 490 features = ZAC_ATA_SECTOR_COUNT(alloc_len); in zone() 506 /*features*/ features, in zone() 562 uint16_t features = 0, sector_count = 0; in zone() local 574 features = action & 0xf; in zone() 576 features |= (ZBC_OUT_ALL << 8); in zone() 584 features = ATA_NCQ_ZAC_MGMT_OUT; in zone() 598 /*features*/ features, in zone()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | LangStandards.cpp | 51 #define LANGSTANDARD(id, name, lang, desc, features) \ argument 52 static const LangStandard Lang_##id = {name, desc, features, Language::lang}; 59 #define LANGSTANDARD(id, name, lang, desc, features) \ in getLangStandardForKind() argument 68 #define LANGSTANDARD(id, name, lang, desc, features) .Case(name, lang_##id) in getLangKind() argument
|