Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c95 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/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dfuchsia.inc1 #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 Dapple.inc33 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 Dandroid.inc3 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 Dsysauxv.inc3 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))
H A Dfreebsd.inc3 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/usr.bin/elfctl/
H A Delfctl.c95 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/contrib/dma/
H A Dnet.c100 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 Dconf.c220 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/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm320 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{^OPENSSL_USE_}) { $features{$'} = $op; }
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_seq.h905 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 Daic7xxx_pci.c863 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 in ahc_ext_scbram_present()
[all...]
H A Daic7xxx.seq76 if ((ahc->features & AHC_ULTRA2) != 0) {
80 if ((ahc->features & AHC_TWIN) != 0) {
88 if ((ahc->features & AHC_TWIN) != 0) {
95 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
138 if ((ahc->features & AHC_QUEUE_REGS) != 0) {
167 if ((ahc->features & AHC_DT) == 0) {
199 if ((ahc->features & AHC_CMD_CHAN) != 0) {
212 if ((ahc->features & AHC_MULTI_TID) != 0) {
214 } else if ((ahc->features & AHC_ULTRA2) != 0) {
220 if ((ahc->features & AHC_TWIN) != 0) {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt3 (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/sys/dev/virtio/
H A Dvirtio.c80 /* Device independent features. */
127 virtio_describe_sbuf(struct sbuf *sb, uint64_t features, in virtio_describe_sbuf()
134 sbuf_printf(sb, "%#jx", (uintmax_t) features); in virtio_describe_sbuf()
141 if (((features & val) == 0) || val == VIRTIO_F_BAD_FEATURE) in virtio_describe_sbuf()
163 virtio_describe(device_t dev, const char *msg, uint64_t features, in virtio_describe()
176 sbuf_printf(&sb, "%s features: ", msg); in virtio_describe()
178 error = virtio_describe_sbuf(&sb, features, desc); in virtio_describe()
187 device_printf(dev, "%s features: %#jx\n", msg, in virtio_describe()
188 (uintmax_t) features); in virtio_describe()
193 virtio_filter_transport_features(uint64_t features) in virtio_filter_transport_features()
126 virtio_describe_sbuf(struct sbuf * sb,uint64_t features,struct virtio_feature_desc * desc) virtio_describe_sbuf() argument
162 virtio_describe(device_t dev,const char * msg,uint64_t features,struct virtio_feature_desc * desc) virtio_describe() argument
192 virtio_filter_transport_features(uint64_t features) virtio_filter_transport_features() argument
297 virtio_reinit(device_t dev,uint64_t features) virtio_reinit() argument
[all...]
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c164 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[ in hci_read_neighbor_cache()
[all...]
H A Dinfo.c95 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/sys/contrib/device-tree/Bindings/arm/mrvl/
H A Dtauros2.txt5 - marvell,tauros2-cache-features : Specify the features supported for the
7 The features including
16 marvell,tauros2-cache-features = <0x3>;
/freebsd/sys/contrib/device-tree/Bindings/cache/
H A Dmarvell,tauros2-cache.txt5 - marvell,tauros2-cache-features : Specify the features supported for the
7 The features including
16 marvell,tauros2-cache-features = <0x3>;
/freebsd/sys/dev/liquidio/
H A Dlio_ioctl.c148 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/sys/cam/ata/
H A Data_all.c78 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 …]
/freebsd/sys/arm64/iommu/
H A Dsmmu.c356 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 …]
/freebsd/sbin/camcontrol/
H A Dzone.c465 uint16_t features = 0, sector_count = 0; in zone()
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()
569 features = action & 0xf; in zone()
571 features |= (ZBC_OUT_ALL << 8); in zone()
579 features in zone()
466 uint16_t features = 0, sector_count = 0; zone() local
558 uint16_t features = 0, sector_count = 0; zone() local
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_001_pos.ksh43 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/contrib/less/
H A DREADME76 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.
140 4. If you wish, you may edit DEFINES.DS to remove some optional features.
141 If you choose not to include some features in your version, you may
143 to remove the descriptions of the features which you are removing.
170 4. If you wish, you may edit defines.wn to remove some optional features.
171 If you choose not to include some features in your version, you may
173 to remove the descriptions of the features which you are removing.
[all …]

12345678910>>...28