/openbmc/linux/rust/alloc/ |
H A D | lib.rs | 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)] 104 #![feature(array_chunks)] [all …]
|
H A D | boxed.rs | 149 #![stable(feature = "rust1", since = "1.0.0")] 184 #[unstable(feature = "thin_box", issue = "92791")] 195 #[stable(feature = "rust1", since = "1.0.0")] 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 216 #[stable(feature = "rust1", since = "1.0.0")] 243 #[unstable(feature = "new_uninit", issue = "63291")] 270 #[unstable(feature = "new_uninit", issue = "63291")] 284 #[stable(feature = "pin", since = "1.33.0")] 304 #[unstable(feature = "allocator_api", issue = "32838")] 330 #[unstable(feature = "allocator_api", issue = "32838")] [all …]
|
H A D | slice.rs | 12 #![stable(feature = "rust1", since = "1.0.0")] 38 #[unstable(feature = "slice_range", issue = "76393")] 40 #[unstable(feature = "array_chunks", issue = "74985")] 42 #[unstable(feature = "array_chunks", issue = "74985")] 44 #[unstable(feature = "array_windows", issue = "75027")] 46 #[stable(feature = "inherent_ascii_escape", since = "1.60.0")] 48 #[stable(feature = "slice_get_slice", since = "1.28.0")] 50 #[stable(feature = "from_ref", since = "1.28.0")] 52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")] 54 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
/openbmc/qemu/ |
H A D | meson_options.txt | 44 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/qemu-iotests/ |
H A D | 036.out | 3 === 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 …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-good.out | 15 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 …]
|
/openbmc/dbus-sensors/ |
H A D | meson.options | 1 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/linux/rust/alloc/collections/ |
H A D | mod.rs | 5 #![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/arch/powerpc/include/asm/ |
H A D | cpu_has_feature.h | 10 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 …]
|
H A D | mmu.h | 227 static __always_inline bool early_mmu_has_feature(unsigned long feature) in early_mmu_has_feature() argument 229 if (MMU_FTRS_ALWAYS & feature) in early_mmu_has_feature() 232 return !!(MMU_FTRS_POSSIBLE & cur_cpu_spec->mmu_features & feature); in early_mmu_has_feature() 244 static __always_inline bool mmu_has_feature(unsigned long feature) in mmu_has_feature() argument 249 BUILD_BUG_ON(!__builtin_constant_p(feature)); in mmu_has_feature() 256 return early_mmu_has_feature(feature); in mmu_has_feature() 260 if (MMU_FTRS_ALWAYS & feature) in mmu_has_feature() 263 if (!(MMU_FTRS_POSSIBLE & feature)) in mmu_has_feature() 266 i = __builtin_ctzl(feature); in mmu_has_feature() 270 static inline void mmu_clear_feature(unsigned long feature) in mmu_clear_feature() argument [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | cpuid-deps.c | 8 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/linux/rust/alloc/vec/ |
H A D | mod.rs | 56 #![stable(feature = "rust1", since = "1.0.0")] 77 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 83 #[stable(feature = "vec_splice", since = "1.21.0")] 89 #[stable(feature = "drain", since = "1.6.0")] 100 #[stable(feature = "rust1", since = "1.0.0")] 396 #[stable(feature = "rust1", since = "1.0.0")] 399 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { 420 #[rustc_const_stable(feature = "const_vec_new", since = "1.39.0")] 421 #[stable(feature = "rust1", since = "1.0.0")] 479 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
H A D | partial_eq.rs | 25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust… 26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] } 27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"… 28 __impl_slice_eq1! { [A: Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice… 29 __impl_slice_eq1! { [A: Allocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_s… 30 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", si… 31 __impl_slice_eq1! { [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", si… 33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust… 35 __impl_slice_eq1! { [] Cow<'_, [T]>, &[U] where T: Clone, #[stable(feature = "rust1", since = "1.0.… 37 __impl_slice_eq1! { [] Cow<'_, [T]>, &mut [U] where T: Clone, #[stable(feature = "rust1", since = "… [all …]
|
H A D | drain.rs | 23 #[stable(feature = "drain", since = "1.6.0")] 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global, 38 #[stable(feature = "collection_debug", since = "1.17.0")] 58 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")] 64 #[unstable(feature = "allocator_api", issue = "32838")] 90 #[unstable(feature = "drain_keep_rest", issue = "101122")] 141 #[stable(feature = "vec_drain_as_slice", since = "1.46.0")] 148 #[stable(feature = "drain", since = "1.6.0")] 150 #[stable(feature = "drain", since = "1.6.0")] 153 #[stable(feature = "drain", since = "1.6.0")] [all …]
|
H A D | into_iter.rs | 33 #[stable(feature = "rust1", since = "1.0.0")] 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 51 #[stable(feature = "vec_intoiter_debug", since = "1.13.0")] 70 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.0")] 88 #[stable(feature = "vec_into_iter_as_slice", since = "1.15.0")] 94 #[unstable(feature = "allocator_api", issue = "32838")] 173 #[stable(feature = "vec_intoiter_as_ref", since = "1.46.0")] 180 #[stable(feature = "rust1", since = "1.0.0")] 182 #[stable(feature = "rust1", since = "1.0.0")] 185 #[stable(feature = "rust1", since = "1.0.0")] [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagegroup.py | 9 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/fpga/ |
H A D | dfl-fme-main.c | 163 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 …]
|
H A D | dfl.c | 355 struct dfl_feature *feature) in dfl_dev_add() argument 384 ddev->feature_id = feature->id; in dfl_dev_add() 385 ddev->revision = feature->revision; in dfl_dev_add() 386 ddev->dfh_version = feature->dfh_version; in dfl_dev_add() 388 if (feature->param_size) { in dfl_dev_add() 389 ddev->params = kmemdup(feature->params, feature->param_size, GFP_KERNEL); in dfl_dev_add() 394 ddev->param_size = feature->param_size; in dfl_dev_add() 398 parent_res = &pdev->resource[feature->resource_index]; in dfl_dev_add() 411 if (feature->nr_irqs) { in dfl_dev_add() 412 ddev->irqs = kcalloc(feature->nr_irqs, in dfl_dev_add() [all …]
|
/openbmc/phosphor-mrw-tools/ |
H A D | hwmon.pl | 215 for my $feature (sort keys %{$entry->{hwmon}}) { 216 print $f "LABEL_$feature = \"$entry->{hwmon}{$feature}{label}\"\n"; 219 if (exists $entry->{hwmon}{$feature}{warnhigh}) { 220 print $f "WARNHI_$feature = \"$entry->{hwmon}{$feature}{warnhigh}\"\n"; 222 if (exists $entry->{hwmon}{$feature}{warnlow}) { 223 print $f "WARNLO_$feature = \"$entry->{hwmon}{$feature}{warnlow}\"\n"; 225 if (exists $entry->{hwmon}{$feature}{crithigh}) { 226 print $f "CRITHI_$feature = \"$entry->{hwmon}{$feature}{crithigh}\"\n"; 228 if (exists $entry->{hwmon}{$feature}{critlow}) { 229 print $f "CRITLO_$feature = \"$entry->{hwmon}{$feature}{critlow}\"\n";
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_macronix.c | 52 u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; in macronix_nand_setup_read_retry() local 59 feature[0] = mode; in macronix_nand_setup_read_retry() 60 return nand_set_features(chip, ONFI_FEATURE_ADDR_READ_RETRY, feature); in macronix_nand_setup_read_retry() 65 u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; in macronix_nand_randomizer_check_enable() local 69 feature); in macronix_nand_randomizer_check_enable() 73 if (feature[0]) in macronix_nand_randomizer_check_enable() 74 return feature[0]; in macronix_nand_randomizer_check_enable() 76 feature[0] = MACRONIX_RANDOMIZER_MODE_ENTER; in macronix_nand_randomizer_check_enable() 78 feature); in macronix_nand_randomizer_check_enable() 83 feature[0] = 0x0; in macronix_nand_randomizer_check_enable() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | signing.py | 83 feature = 'INHERIT += "sign_rpm"\n' 84 feature += 'RPM_GPG_PASSPHRASE = "test123"\n' 85 feature += 'RPM_GPG_NAME = "testuser"\n' 86 feature += 'GPG_PATH = "%s"\n' % self.gpg_dir 88 self.write_config(feature) 145 feature = 'SSTATE_SIG_KEY ?= "testuser"\n' 146 feature += 'SSTATE_SIG_PASSPHRASE ?= "test123"\n' 147 feature += 'SSTATE_VERIFY_SIG ?= "1"\n' 148 feature += 'GPG_PATH = "%s"\n' % self.gpg_dir 149 feature += 'SSTATE_DIR = "%s"\n' % sstatedir [all …]
|
/openbmc/bmcweb/ |
H A D | meson.options | 4 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/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 84 .feature = _feature, \ 95 .feature = _feature, \ 114 #define X86_MATCH_VENDOR_FAM_MODEL_FEATURE(vendor, family, model, feature, data) \ argument 116 X86_STEPPING_ANY, feature, data) 131 #define X86_MATCH_VENDOR_FAM_FEATURE(vendor, family, feature, data) \ argument 133 X86_MODEL_ANY, feature, data) 147 #define X86_MATCH_VENDOR_FEATURE(vendor, feature, data) \ argument 148 X86_MATCH_VENDOR_FAM_FEATURE(vendor, X86_FAMILY_ANY, feature, data) 160 #define X86_MATCH_FEATURE(feature, data) \ argument 161 X86_MATCH_VENDOR_FEATURE(ANY, feature, data) [all …]
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | cap_audit.h | 67 #define DO_CHECK_FEATURE_MISMATCH(a, b, cap, feature, MASK) \ argument 69 if (cap##_##feature(a) != cap##_##feature(b)) { \ 71 pr_info("IOMMU feature %s inconsistent", #feature); \ 75 #define CHECK_FEATURE_MISMATCH(a, b, cap, feature, MASK) \ argument 76 DO_CHECK_FEATURE_MISMATCH((a)->cap, (b)->cap, cap, feature, MASK) 78 #define CHECK_FEATURE_MISMATCH_HOTPLUG(b, cap, feature, MASK) \ argument 80 if (cap##_##feature(intel_iommu_##cap##_sanity)) \ 82 (b)->cap, cap, feature, MASK); \ 93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument 96 (cap##_##feature((iommu)->cap))) \
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | cpuinfo.rst | 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? 37 These feature definitions are organized mirroring the layout of CPUID 40 If a feature is defined with a X86_FEATURE_<name> definition in [all …]
|