Searched refs:field_pos (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_synth.h | 17 unsigned int field_pos; member
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 166 .field_pos = reg##_##field##_SHIFT, \ 1606 val = cpuid_feature_extract_field_width(reg, entry->field_pos, in feature_matches() 1611 tmp <<= entry->field_pos; in feature_matches() 1613 min = cpuid_feature_extract_field_width(tmp, entry->field_pos, in feature_matches() 1618 tmp <<= entry->field_pos; in feature_matches() 1620 max = cpuid_feature_extract_field_width(tmp, entry->field_pos, in feature_matches() 1649 entry->field_pos, in has_user_cpuid_feature() 2219 entry->field_pos, entry->sign); in has_address_auth_cpucap() 2224 entry->field_pos, entry->sign); in has_address_auth_cpucap()
|