Home
last modified time | relevance | path

Searched full:feature (Results 1 – 25 of 3608) sorted by relevance

12345678910>>...145

/openbmc/linux/rust/alloc/
H A Dlib.rs63 // rustc itself never sets the feature, so this line has no effect there.
64 #![cfg(any(not(feature = "miri-test-libstd"), test, doctest))]
67 #![stable(feature = "alloc", since = "1.36.0")]
76 any(not(feature = "miri-test-libstd"), test, doctest),
98 #![cfg_attr(not(no_global_oom_handling), feature(const_alloc_error))]
99 #![cfg_attr(not(no_global_oom_handling), feature(const_btree_len))]
100 #![cfg_attr(test, feature(is_sorted))]
101 #![cfg_attr(test, feature(new_uninit))]
102 #![feature(alloc_layout_extra)]
103 #![feature(allocator_api)]
[all …]
/openbmc/qemu/
H A Dmeson_options.txt44 option('docs', type : 'feature', value : 'auto',
48 option('gettext', type : 'feature', value : 'auto',
50 option('modules', type : 'feature', value : 'disabled',
56 option('sparse', type : 'feature', value : 'auto',
58 option('guest_agent', type : 'feature', value : 'auto',
60 option('guest_agent_msi', type : 'feature', value : 'auto',
62 option('tools', type : 'feature', value : 'auto',
64 option('qga_vss', type : 'feature', value: 'auto',
67 option('malloc_trim', type : 'feature', value : 'auto',
72 option('kvm', type: 'feature', value: 'auto',
[all …]
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.out15 feature enum-member-feat
18 feature enum-feat
25 feature member-feat
26 feature variant1-feat
34 feature union-feat1
40 feature alt-feat
47 feature cmd-feat1
48 feature cmd-feat2
51 feature cmd-feat1
52 feature cmd-feat2
[all …]
H A Dqapi-schema-test.out329 feature deprecated
330 feature feature1
333 feature unstable
334 feature feature1
337 feature feature1
338 feature feature2
341 feature namespace-test
342 feature int
343 feature name
344 feature if
[all …]
/openbmc/qemu/target/sparc/
H A Dcpu-feature.h.inc1 FEATURE(FLOAT128)
2 FEATURE(MUL)
3 FEATURE(DIV)
4 FEATURE(VIS1)
5 FEATURE(VIS2)
6 FEATURE(FSMULD)
7 FEATURE(HYPV)
8 FEATURE(CMT)
9 FEATURE(GL)
10 FEATURE(TA0_SHUTDOWN) /* Shutdown on "ta 0x0" */
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D036.out3 === Image with unknown incompatible feature bit ===
9 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: …
10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature
12 === Image with multiple incompatible feature bits ===
15 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: …
16 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe…
17 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe…
18 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown incompatible fe…
19 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3
20 …uld not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test2, Unknown incompatible featu…
[all …]
H A D0364 # Test qcow2 feature bits
47 # Only qcow2v3 and later supports feature bits;
49 # this test requires a cluster size large enough for the feature table
54 echo === Image with unknown incompatible feature bit ===
57 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
59 # Without feature table
65 # With feature table containing bit 63
66 printf "\x00\x3f%s" "Test feature" | $PYTHON qcow2.py "$TEST_IMG" add-header-ext-stdio 0x6803f857
70 echo === Image with multiple incompatible feature bits ===
73 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 61
[all …]
/openbmc/linux/drivers/fpga/
H A Ddfl.c3 * Driver for FPGA Device Feature List (DFL) Support
24 * when adding a new feature dev support in DFL framework, it's required to
30 * if the new feature dev needs chardev support, then it's required to add
49 * struct dfl_dev_info - dfl feature device information.
50 * @name: name string of the feature platform device.
51 * @dfh_id: id value in Device Feature Header (DFH) register by DFL spec.
52 * @id: idr id of the feature dev.
71 * struct dfl_chardev_info - chardev information of dfl feature device
146 * in such list, then other feature devices (e.g. FME), could use the port
355 struct dfl_feature *feature) in dfl_dev_add() argument
[all …]
H A Ddfl.h3 * Driver Header File for FPGA Device Feature List (DFL) Support
57 * Device Feature Header Register Set
70 /* Device Feature Header Register Bitfield */
71 #define DFH_ID GENMASK_ULL(11, 0) /* Feature ID */
74 #define DFH_REVISION GENMASK_ULL(15, 12) /* Feature revision */
78 #define DFH_TYPE GENMASK_ULL(63, 60) /* Feature type */
93 * CSR Rel Bit, 1'b0 = relative (offset from feature DFH start),
145 /* Offset to port device feature header */
233 * struct dfl_feature_id - dfl private feature id
235 * @id: unique dfl private feature id.
[all …]
H A Ddfl-fme-main.c163 struct dfl_feature *feature, in fme_hdr_ioctl() argument
217 const struct dfl_feature *feature = drvdata; in thermal_hwmon_attrs_visible() local
223 return fme_thermal_throttle_support(feature->ioaddr) ? 0444 : 0; in thermal_hwmon_attrs_visible()
229 struct dfl_feature *feature = dev_get_drvdata(dev); in thermal_hwmon_read() local
234 v = readq(feature->ioaddr + FME_THERM_RDSENSOR_FMT1); in thermal_hwmon_read()
238 v = readq(feature->ioaddr + FME_THERM_THRESHOLD); in thermal_hwmon_read()
242 v = readq(feature->ioaddr + FME_THERM_THRESHOLD); in thermal_hwmon_read()
246 v = readq(feature->ioaddr + FME_THERM_THRESHOLD); in thermal_hwmon_read()
250 v = readq(feature->ioaddr + FME_THERM_THRESHOLD); in thermal_hwmon_read()
254 v = readq(feature->ioaddr + FME_THERM_THRESHOLD); in thermal_hwmon_read()
[all …]
/openbmc/dbus-sensors/
H A Dmeson.options1 option('adc', type: 'feature', value: 'enabled', description: 'Enable ADC sensor.',)
2 option('intel-cpu', type: 'feature', value: 'enabled', description: 'Enable CPU sensor.',)
3 option('exit-air', type: 'feature', value: 'enabled', description: 'Enable exit air sensor.',)
4 option('fan', type: 'feature', value: 'enabled', description: 'Enable fan sensor.',)
5 option('hwmon-temp', type: 'feature', value: 'enabled', description: 'Enable HWMON temperature sens…
6 option('intrusion', type: 'feature', value: 'enabled', description: 'Enable intrusion sensor.',)
7 option('ipmb', type: 'feature', value: 'enabled', description: 'Enable IPMB sensor.',)
8 option('mctp', type: 'feature', value: 'enabled', description: 'Enable MCTP endpoint management')
9 option('mcu', type: 'feature', value: 'enabled', description: 'Enable MCU sensor.',)
10 option('nvme', type: 'feature', value: 'enabled', description: 'Enable NVMe sensor.',)
[all …]
/openbmc/bmcweb/
H A Dmeson.options4 type: 'feature',
13 type: 'feature',
21 type: 'feature',
30 type: 'feature',
48 # type: 'feature',
56 type: 'feature',
67 type: 'feature',
76 type: 'feature',
85 type: 'feature',
94 type: 'feature',
[all …]
/openbmc/linux/Documentation/arch/x86/
H A Dcpuinfo.rst4 x86 Feature Flags
11 in arch/x86/include/asm/cpufeatures.h. If the kernel cares about a feature
12 or KVM want to expose the feature to a KVM guest, it can and should have
16 If users want to know if a feature is available on a given system, they
19 If such flag represents a hardware feature, it also means that the
25 can explain missing flags: the expected feature failed to enable, the feature
26 is missing in hardware, platform firmware did not enable it, the feature is
28 not support the feature and thus has not enabled it. In general, /proc/cpuinfo
32 How are feature flags created?
35 a: Feature flags can be derived from the contents of CPUID leaves.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt24 Description: Container of CPU feature nodes.
51 compatibility, less the individual feature nodes. For example, an ISA v3.0
66 /cpus/ibm,powerpc-cpu-features/example-feature node bindings
69 Each child node of cpu-features represents a CPU feature / capability.
71 Node: A string describing an architected CPU feature, e.g., "floating-point".
73 Description: A feature or capability supported by the CPUs.
79 Presence of the node indicates the feature is available.
88 First level of the Power ISA that the feature appears in.
105 that can use the feature.
119 feature to lesser privilege levels. If the property does not exist then no
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-device34 - If the device does not support the unload heads feature,
41 ATA standard, but support the unload feature nonetheless.
44 does support the unload feature, then you can tell the kernel
59 command queueing) priority support. By default this feature is
61 priority feature, writing "1" to this file results in an error
72 (HBA) implementing support for the SATA NCQ priority feature.
74 support for the SATA NCQ priority feature, regardless of the
75 device support for this feature (see sas_ncq_prio_supported).
84 command queueing) priority feature.
94 (HBA) implementing support for the SATA NCQ priority feature.
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpu_has_feature.h10 static __always_inline bool early_cpu_has_feature(unsigned long feature) in early_cpu_has_feature() argument
12 return !!((CPU_FTRS_ALWAYS & feature) || in early_cpu_has_feature()
13 (CPU_FTRS_POSSIBLE & cur_cpu_spec->cpu_features & feature)); in early_cpu_has_feature()
23 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument
28 BUILD_BUG_ON(!__builtin_constant_p(feature)); in cpu_has_feature()
35 return early_cpu_has_feature(feature); in cpu_has_feature()
39 if (CPU_FTRS_ALWAYS & feature) in cpu_has_feature()
42 if (!(CPU_FTRS_POSSIBLE & feature)) in cpu_has_feature()
45 i = __builtin_ctzl(feature); in cpu_has_feature()
49 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() argument
[all …]
/openbmc/linux/Documentation/hid/
H A Dhid-sensor.rst70 functions, which get and set each input/feature/output report.
121 Set Feature report::
126 This interface is used to set a value for a field in feature report. For example
177 │   │   ├── feature-0-200316
178 │   │   │   ├── feature-0-200316-maximum
179 │   │   │   ├── feature-0-200316-minimum
180 │   │   │   ├── feature-0-200316-name
181 │   │   │   ├── feature-0-200316-size
182 │   │   │   ├── feature-0-200316-unit-expo
183 │   │   │   ├── feature-0-200316-units
[all …]
/openbmc/linux/tools/build/
H A DMakefile.feature2 feature_dir := $(srctree)/tools/build/feature
5 OUTPUT_FEATURES = $(OUTPUT)feature/
11feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CC="$(CC)" CXX="$(CXX)" CFLAGS="$(EXTRA_…
16 feature-$(1) := 1
20 # Build the feature check binaries in parallel, ignore errors, ignore return value and suppress out…
24 # Note that this is not a complete list of all feature tests, just
27 # [ Feature tests not mentioned here have to be built explicitly in
29 # feature check. ]
78 # of all feature tests
144 # Declare group members of a feature to display the logical OR of the detection
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagegroup.py9 def is_optional(feature, d): argument
10 return bool(d.getVarFlag("FEATURE_PACKAGES_%s" % feature, "optional"))
13 for feature in features:
14 packages = d.getVar("FEATURE_PACKAGES_%s" % feature)
19 req = [feature for feature in features if not is_optional(feature, d)]
23 opt = [feature for feature in features if is_optional(feature, d)]
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Dsmu_v13_0_0_pptable.h65 …URE_GFXCLK_LIMITS = 1 << SMU_13_0_0_ODCAP_GFXCLK_LIMITS, //GFXCLK Limit feature
66 …ATURE_UCLK_LIMITS = 1 << SMU_13_0_0_ODCAP_UCLK_LIMITS, //UCLK Limit feature
67 …TURE_POWER_LIMIT = 1 << SMU_13_0_0_ODCAP_POWER_LIMIT, //Power Limit feature
68 …FAN_ACOUSTIC_LIMIT = 1 << SMU_13_0_0_ODCAP_FAN_ACOUSTIC_LIMIT, //Fan Acoustic RPM feature
69 …AN_SPEED_MIN = 1 << SMU_13_0_0_ODCAP_FAN_SPEED_MIN, //Minimum Fan Speed feature
70 …FAN = 1 << SMU_13_0_0_ODCAP_TEMPERATURE_FAN, //Fan Target Temperature Limit feature
71 …_SYSTEM = 1 << SMU_13_0_0_ODCAP_TEMPERATURE_SYSTEM, //Operating Temperature Limit feature
72 …MEMORY_TIMING_TUNE = 1 << SMU_13_0_0_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature
73 …FEATURE_FAN_ZERO_RPM_CONTROL = 1 << SMU_13_0_0_ODCAP_FAN_ZERO_RPM_CONTROL, //Zero RPM feature
74 …V_ENGINE = 1 << SMU_13_0_0_ODCAP_AUTO_UV_ENGINE, //Auto Under Volt GFXCLK feature
[all …]
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs5 #![stable(feature = "rust1", since = "1.0.0")]
17 #[stable(feature = "rust1", since = "1.0.0")]
20 #[stable(feature = "rust1", since = "1.0.0")]
25 #[stable(feature = "rust1", since = "1.0.0")]
28 #[stable(feature = "rust1", since = "1.0.0")]
33 #[stable(feature = "rust1", since = "1.0.0")]
38 #[stable(feature = "rust1", since = "1.0.0")]
43 #[stable(feature = "rust1", since = "1.0.0")]
48 #[stable(feature = "rust1", since = "1.0.0")]
53 #[stable(feature = "rust1", since = "1.0.0")]
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0_7_pptable.h65 …URE_GFXCLK_LIMITS = 1 << SMU_13_0_7_ODCAP_GFXCLK_LIMITS, //GFXCLK Limit feature
66 …ATURE_UCLK_LIMITS = 1 << SMU_13_0_7_ODCAP_UCLK_LIMITS, //UCLK Limit feature
67 …TURE_POWER_LIMIT = 1 << SMU_13_0_7_ODCAP_POWER_LIMIT, //Power Limit feature
68 …FAN_ACOUSTIC_LIMIT = 1 << SMU_13_0_7_ODCAP_FAN_ACOUSTIC_LIMIT, //Fan Acoustic RPM feature
69 …AN_SPEED_MIN = 1 << SMU_13_0_7_ODCAP_FAN_SPEED_MIN, //Minimum Fan Speed feature
70 …FAN = 1 << SMU_13_0_7_ODCAP_TEMPERATURE_FAN, //Fan Target Temperature Limit feature
71 …_SYSTEM = 1 << SMU_13_0_7_ODCAP_TEMPERATURE_SYSTEM, //Operating Temperature Limit feature
72 …MEMORY_TIMING_TUNE = 1 << SMU_13_0_7_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature
73 …FEATURE_FAN_ZERO_RPM_CONTROL = 1 << SMU_13_0_7_ODCAP_FAN_ZERO_RPM_CONTROL, //Zero RPM feature
74 …V_ENGINE = 1 << SMU_13_0_7_ODCAP_AUTO_UV_ENGINE, //Auto Under Volt GFXCLK feature
[all …]
H A Dsmu_v11_0_7_pptable.h65 …TURE_GFXCLK_LIMITS = 1 << SMU_11_0_7_ODCAP_GFXCLK_LIMITS, //GFXCLK Limit feature
66 …TURE_GFXCLK_CURVE = 1 << SMU_11_0_7_ODCAP_GFXCLK_CURVE, //GFXCLK Curve feature
67 …EATURE_UCLK_LIMITS = 1 << SMU_11_0_7_ODCAP_UCLK_LIMITS, //UCLK Limit feature
68 …ATURE_POWER_LIMIT = 1 << SMU_11_0_7_ODCAP_POWER_LIMIT, //Power Limit feature
69 …_FAN_ACOUSTIC_LIMIT = 1 << SMU_11_0_7_ODCAP_FAN_ACOUSTIC_LIMIT, //Fan Acoustic RPM feature
70 …FAN_SPEED_MIN = 1 << SMU_11_0_7_ODCAP_FAN_SPEED_MIN, //Minimum Fan Speed feature
71 …_FAN = 1 << SMU_11_0_7_ODCAP_TEMPERATURE_FAN, //Fan Target Temperature Limit feature
72 …E_SYSTEM = 1 << SMU_11_0_7_ODCAP_TEMPERATURE_SYSTEM, //Operating Temperature Limit feature
73 …_MEMORY_TIMING_TUNE = 1 << SMU_11_0_7_ODCAP_MEMORY_TIMING_TUNE, //AC Timing Tuning feature
74 …DFEATURE_FAN_ZERO_RPM_CONTROL = 1 << SMU_11_0_7_ODCAP_FAN_ZERO_RPM_CONTROL, //Zero RPM feature
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c8 unsigned int feature; member
88 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() argument
96 clear_cpu_cap(&boot_cpu_data, feature); in clear_feature()
97 set_bit(feature, (unsigned long *)cpu_caps_cleared); in clear_feature()
99 clear_bit(feature, (unsigned long *)c->x86_capability); in clear_feature()
106 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() argument
112 if (WARN_ON(feature >= MAX_FEATURE_BITS)) in do_clear_cpu_cap()
115 clear_feature(c, feature); in do_clear_cpu_cap()
119 __set_bit(feature, disable); in do_clear_cpu_cap()
124 for (d = cpuid_deps; d->feature; d++) { in do_clear_cpu_cap()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.options2 option('tests', type: 'feature', description: 'Build tests')
3 option('boot-flag-safe-mode-support', type: 'feature', description: 'Add option to enable/disable s…
4 option('i2c-whitelist-check', type: 'feature', description: 'Add option to enable/disable i2c maste…
7 option('softoff', type: 'feature', description: 'Builds soft power off')
34 option('update-functional-on-fail', type: 'feature', value: 'disabled', description: 'Check functio…
39 option('libuserlayer', type: 'feature', description: 'Option to exclue exclude libuserlayer')
46 option('transport-oem', type: 'feature', value: 'disabled', description: 'Enable transporthandler_o…
49 option('ipmi-whitelist', type: 'feature', description: 'Enable/disable IPMI whitelist filtering')
53 option('entity-manager-decorators', type: 'feature', value: 'enabled', description: 'The Entity Man…
56 option('dynamic-sensors', type: 'feature', value: 'disabled', description: 'Dynamic sensors stack i…
[all …]

12345678910>>...145