Home
last modified time | relevance | path

Searched refs:min_value (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
A Dprom.c272 u32 min_value; member
322 if (prop && be32_to_cpup(prop) >= fp->min_value) { in check_cpu_feature_properties()
/arch/arm64/kernel/
A Dcpufeature.c160 #define __ARM64_CPUID_FIELDS(reg, field, min_value, max_value) \ argument
165 .min_field_value = min_value, \
175 #define ARM64_CPUID_FIELDS(reg, field, min_value) \ argument
177 SYS_FIELD_VALUE(reg, field, min_value), \
3137 #define HWCAP_CPUID_MATCH(reg, field, min_value) \ argument
3139 ARM64_CPUID_FIELDS(reg, field, min_value)
3147 #define HWCAP_CAP(reg, field, min_value, cap_type, cap) \ argument
3150 HWCAP_CPUID_MATCH(reg, field, min_value) \
3166 #define HWCAP_CAP_MATCH_ID(match, reg, field, min_value, cap_type, cap) \ argument
3169 HWCAP_CPUID_MATCH(reg, field, min_value) \

Completed in 14 milliseconds