Searched refs:field_pos (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_synth.h | 17 unsigned int field_pos; member
|
| H A D | trace_events_hist.c | 3916 unsigned int field_pos) in check_synth_field() 3920 if (field_pos >= event->n_fields) in check_synth_field() 3923 field = event->fields[field_pos]; in check_synth_field() 4031 unsigned int field_pos = 0; in trace_action_create() 4094 if (check_synth_field(event, hist_field, field_pos) == 0) { in trace_action_create() 4112 field_pos++; in trace_action_create() 4123 if (field_pos != event->n_fields) { in trace_action_create() 3908 check_synth_field(struct synth_event * event,struct hist_field * hist_field,unsigned int field_pos) check_synth_field() argument 4023 unsigned int field_pos = 0; trace_action_create() local
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 166 .field_pos = reg##_##field##_SHIFT, \ 1618 val = cpuid_feature_extract_field_width(reg, entry->field_pos, in feature_matches() 1623 tmp <<= entry->field_pos; in feature_matches() 1625 min = cpuid_feature_extract_field_width(tmp, entry->field_pos, in feature_matches() 1630 tmp <<= entry->field_pos; in read_scoped_sysreg() 1632 max = cpuid_feature_extract_field_width(tmp, entry->field_pos, in read_scoped_sysreg() 1661 entry->field_pos, in has_cpuid_feature() 2231 entry->field_pos, entry->sign); in has_address_auth_metacap() 2236 entry->field_pos, entry->sign); in has_address_auth_metacap()
|