/kernel/linux/linux-6.6/rust/kernel/init/ |
H A D | macros.rs | 72 //! This macro is used to specify which fields are structurally pinned and which fields are not. It 73 //! is placed on the struct definition and allows `#[pin]` to be placed on the fields. 155 //! // fields (those marked with `#[pin]`). These fields will be listed in this struct, in our 156 //! // case no such fields exist, hence this is almost empty. The two phantomdata fields exist 225 //! // Get the data about fields from the supplied type. 527 /// fields. Afterwards it declares the struct and implement the `PinData` trait safely. 541 @body({ $($fields [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | ioapic.c | 118 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 119 kvm_lapic_irq_dest_mode(!!e->fields.dest_mode))) in __rtc_irq_eoi_tracking_restore_one() 122 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one() 130 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 192 entry->fields.dest_id, in ioapic_lazy_update_eoi() 193 entry->fields.dest_mode) || in ioapic_lazy_update_eoi() 194 kvm_apic_pending_eoi(vcpu, entry->fields.vector)) in ioapic_lazy_update_eoi() 201 rtc_irq_eoi(ioapic, vcpu, entry->fields.vector); in ioapic_lazy_update_eoi() 215 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq() 294 if (e->fields in kvm_ioapic_scan_entry() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | ioapic.c | 119 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one() 120 kvm_lapic_irq_dest_mode(!!e->fields.dest_mode))) in __rtc_irq_eoi_tracking_restore_one() 123 new_val = kvm_apic_pending_eoi(vcpu, e->fields.vector); in __rtc_irq_eoi_tracking_restore_one() 131 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 193 entry->fields.dest_id, in ioapic_lazy_update_eoi() 194 entry->fields.dest_mode) || in ioapic_lazy_update_eoi() 195 kvm_apic_pending_eoi(vcpu, entry->fields.vector)) in ioapic_lazy_update_eoi() 202 rtc_irq_eoi(ioapic, vcpu, entry->fields.vector); in ioapic_lazy_update_eoi() 216 edge = (entry.fields.trig_mode == IOAPIC_EDGE_TRIG); in ioapic_set_irq() 295 if (e->fields in kvm_ioapic_scan_entry() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_synth.c | 31 C(TOO_MANY_FIELDS, "Too many fields"), \ 130 union trace_synth_field fields[]; member 136 int offset = offsetof(typeof(trace), fields); in synth_event_define_fields() 144 size = event->fields[i]->size; in synth_event_define_fields() 145 is_signed = event->fields[i]->is_signed; in synth_event_define_fields() 146 type = event->fields[i]->type; in synth_event_define_fields() 147 name = event->fields[i]->name; in synth_event_define_fields() 153 event->fields[i]->offset = n_u64; in synth_event_define_fields() 155 if (event->fields[i]->is_string && !event->fields[ in synth_event_define_fields() 943 alloc_synth_event(const char *name, int n_fields, struct synth_field **fields) alloc_synth_event() argument 1114 synth_event_add_fields(struct dynevent_cmd *cmd, struct synth_field_desc *fields, unsigned int n_fields) synth_event_add_fields() argument 1234 synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, struct module *mod, struct synth_field_desc *fields, unsigned int n_fields) synth_event_gen_cmd_array_start() argument 1274 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; __create_synth_event() local 1434 synth_event_create(const char *name, struct synth_field_desc *fields, unsigned int n_fields, struct module *mod) synth_event_create() argument 1554 char *name = NULL, *fields, *p; create_or_delete_synth_event() local 2137 char *fields, *p; create_synth_event() local [all...] |
H A D | tracing_map.c | 41 atomic64_add(n, &elt->fields[i].sum); in tracing_map_update_sum() 58 return (u64)atomic64_read(&elt->fields[i].sum); in tracing_map_read_sum() 209 map->fields[map->n_fields++].cmp_fn = cmp_fn; in tracing_map_add_field() 280 map->fields[idx].offset = offset; in tracing_map_add_key_field() 363 if (elt->fields[i].cmp_fn == tracing_map_cmp_atomic64) in tracing_map_elt_clear() 364 atomic64_set(&elt->fields[i].sum, 0); in tracing_map_elt_clear() 382 elt->fields[i].cmp_fn = elt->map->fields[i].cmp_fn; in tracing_map_elt_init_fields() 384 if (elt->fields[i].cmp_fn != tracing_map_cmp_atomic64) in tracing_map_elt_init_fields() 385 elt->fields[ in tracing_map_elt_init_fields() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_synth.c | 28 C(TOO_MANY_FIELDS, "Too many fields"), \ 108 u64 fields[]; member 114 int offset = offsetof(typeof(trace), fields); in synth_event_define_fields() 122 size = event->fields[i]->size; in synth_event_define_fields() 123 is_signed = event->fields[i]->is_signed; in synth_event_define_fields() 124 type = event->fields[i]->type; in synth_event_define_fields() 125 name = event->fields[i]->name; in synth_event_define_fields() 131 event->fields[i]->offset = n_u64; in synth_event_define_fields() 133 if (event->fields[i]->is_string && !event->fields[ in synth_event_define_fields() 833 alloc_synth_event(const char *name, int n_fields, struct synth_field **fields) alloc_synth_event() argument 1006 synth_event_add_fields(struct dynevent_cmd *cmd, struct synth_field_desc *fields, unsigned int n_fields) synth_event_add_fields() argument 1125 synth_event_gen_cmd_array_start(struct dynevent_cmd *cmd, const char *name, struct module *mod, struct synth_field_desc *fields, unsigned int n_fields) synth_event_gen_cmd_array_start() argument 1195 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; __create_synth_event() local 1300 synth_event_create(const char *name, struct synth_field_desc *fields, unsigned int n_fields, struct module *mod) synth_event_create() argument [all...] |
H A D | tracing_map.c | 41 atomic64_add(n, &elt->fields[i].sum); in tracing_map_update_sum() 58 return (u64)atomic64_read(&elt->fields[i].sum); in tracing_map_read_sum() 209 map->fields[map->n_fields++].cmp_fn = cmp_fn; in tracing_map_add_field() 280 map->fields[idx].offset = offset; in tracing_map_add_key_field() 363 if (elt->fields[i].cmp_fn == tracing_map_cmp_atomic64) in tracing_map_elt_clear() 364 atomic64_set(&elt->fields[i].sum, 0); in tracing_map_elt_clear() 382 elt->fields[i].cmp_fn = elt->map->fields[i].cmp_fn; in tracing_map_elt_init_fields() 384 if (elt->fields[i].cmp_fn != tracing_map_cmp_atomic64) in tracing_map_elt_init_fields() 385 elt->fields[ in tracing_map_elt_init_fields() [all...] |
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-am654-serdes.c | 235 struct regmap_field *fields[MAX_FIELDS]; member 251 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_ENABLE_STATE); in serdes_am654_enable_pll() 255 return regmap_field_read_poll_timeout(phy->fields[PLL_OK], val, val, in serdes_am654_enable_pll() 264 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_DISABLE_STATE); in serdes_am654_disable_pll() 274 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_ENABLE_STATE); in serdes_am654_enable_txrx() 277 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_ENABLE_STATE); in serdes_am654_enable_txrx() 290 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_DISABLE_STATE); in serdes_am654_disable_txrx() 293 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_DISABLE_STATE); in serdes_am654_disable_txrx() 320 return regmap_field_read_poll_timeout(phy->fields[CMU_OK_I_0], val, in serdes_am654_power_on() 421 ret |= regmap_field_write(phy->fields[CMU_PLL_CTR in serdes_am654_pcie_init() [all...] |
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-am654-serdes.c | 235 struct regmap_field *fields[MAX_FIELDS]; member 251 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_ENABLE_STATE); in serdes_am654_enable_pll() 255 return regmap_field_read_poll_timeout(phy->fields[PLL_OK], val, val, in serdes_am654_enable_pll() 264 ret = regmap_field_write(phy->fields[PLL_ENABLE], PLL_DISABLE_STATE); in serdes_am654_disable_pll() 274 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_ENABLE_STATE); in serdes_am654_enable_txrx() 277 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_ENABLE_STATE); in serdes_am654_enable_txrx() 290 ret |= regmap_field_write(phy->fields[TX0_ENABLE], TX0_DISABLE_STATE); in serdes_am654_disable_txrx() 293 ret |= regmap_field_write(phy->fields[RX0_ENABLE], RX0_DISABLE_STATE); in serdes_am654_disable_txrx() 320 return regmap_field_read_poll_timeout(phy->fields[CMU_OK_I_0], val, in serdes_am654_power_on() 421 ret |= regmap_field_write(phy->fields[CMU_PLL_CTR in serdes_am654_pcie_init() [all...] |
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-core.h | 59 static inline u32 isp1760_field_read(struct regmap_field **fields, u32 field) in isp1760_field_read() argument 63 regmap_field_read(fields[field], &val); in isp1760_field_read() 68 static inline void isp1760_field_write(struct regmap_field **fields, u32 field, in isp1760_field_write() argument 71 regmap_field_write(fields[field], val); in isp1760_field_write() 74 static inline void isp1760_field_set(struct regmap_field **fields, u32 field) in isp1760_field_set() argument 76 isp1760_field_write(fields, field, 0xFFFFFFFF); in isp1760_field_set() 79 static inline void isp1760_field_clear(struct regmap_field **fields, u32 field) in isp1760_field_clear() argument 81 isp1760_field_write(fields, field, 0); in isp1760_field_clear()
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | init.rs | 33 //! [structurally pinned fields]. After doing this, you can then create an in-place constructor via 35 //! that you need to write `<-` instead of `:` for fields that you want to initialize in-place. 79 //! above method only works for types where you can access the fields. 174 //! // All fields of `RawFoo` have been initialized, since `_p` is a ZST. 200 //! [structurally pinned fields]: 398 /// The fields are initialized in the order that they appear in the initializer. So it is possible 399 /// to read already initialized fields using raw pointers. 401 /// IMPORTANT: You are not allowed to create references to fields of the struct inside of the 407 /// giving access to all fields. This is where you would normally write a plain function `new` 558 $($fields [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 321 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_eth_rule() 329 *fields |= DPAA2_ETH_DIST_ETHTYPE; in dpaa2_eth_prep_eth_rule() 336 *fields |= DPAA2_ETH_DIST_ETHSRC; in dpaa2_eth_prep_eth_rule() 343 *fields |= DPAA2_ETH_DIST_ETHDST; in dpaa2_eth_prep_eth_rule() 351 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_uip_rule() 363 *fields |= DPAA2_ETH_DIST_IPSRC; in dpaa2_eth_prep_uip_rule() 370 *fields |= DPAA2_ETH_DIST_IPDST; in dpaa2_eth_prep_uip_rule() 377 *fields |= DPAA2_ETH_DIST_IPPROTO; in dpaa2_eth_prep_uip_rule() 387 *fields |= DPAA2_ETH_DIST_L4SRC; in dpaa2_eth_prep_uip_rule() 392 *fields | in dpaa2_eth_prep_uip_rule() 320 dpaa2_eth_prep_eth_rule(struct ethhdr *eth_value, struct ethhdr *eth_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_eth_rule() argument 349 dpaa2_eth_prep_uip_rule(struct ethtool_usrip4_spec *uip_value, struct ethtool_usrip4_spec *uip_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_uip_rule() argument 404 dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, struct ethtool_tcpip4_spec *l4_mask, void *key, void *mask, u8 l4_proto, u64 *fields) dpaa2_eth_prep_l4_rule() argument 455 dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_ext_rule() argument 474 dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_mac_ext_rule() argument 490 dpaa2_eth_prep_cls_rule(struct ethtool_rx_flow_spec *fs, void *key, void *mask, u64 *fields) dpaa2_eth_prep_cls_rule() argument 549 u64 fields = 0; dpaa2_eth_do_cls_rule() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 353 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_eth_rule() 361 *fields |= DPAA2_ETH_DIST_ETHTYPE; in dpaa2_eth_prep_eth_rule() 368 *fields |= DPAA2_ETH_DIST_ETHSRC; in dpaa2_eth_prep_eth_rule() 375 *fields |= DPAA2_ETH_DIST_ETHDST; in dpaa2_eth_prep_eth_rule() 383 void *key, void *mask, u64 *fields) in dpaa2_eth_prep_uip_rule() 395 *fields |= DPAA2_ETH_DIST_IPSRC; in dpaa2_eth_prep_uip_rule() 402 *fields |= DPAA2_ETH_DIST_IPDST; in dpaa2_eth_prep_uip_rule() 409 *fields |= DPAA2_ETH_DIST_IPPROTO; in dpaa2_eth_prep_uip_rule() 419 *fields |= DPAA2_ETH_DIST_L4SRC; in dpaa2_eth_prep_uip_rule() 424 *fields | in dpaa2_eth_prep_uip_rule() 352 dpaa2_eth_prep_eth_rule(struct ethhdr *eth_value, struct ethhdr *eth_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_eth_rule() argument 381 dpaa2_eth_prep_uip_rule(struct ethtool_usrip4_spec *uip_value, struct ethtool_usrip4_spec *uip_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_uip_rule() argument 436 dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, struct ethtool_tcpip4_spec *l4_mask, void *key, void *mask, u8 l4_proto, u64 *fields) dpaa2_eth_prep_l4_rule() argument 487 dpaa2_eth_prep_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_ext_rule() argument 506 dpaa2_eth_prep_mac_ext_rule(struct ethtool_flow_ext *ext_value, struct ethtool_flow_ext *ext_mask, void *key, void *mask, u64 *fields) dpaa2_eth_prep_mac_ext_rule() argument 522 dpaa2_eth_prep_cls_rule(struct ethtool_rx_flow_spec *fs, void *key, void *mask, u64 *fields) dpaa2_eth_prep_cls_rule() argument 581 u64 fields = 0; dpaa2_eth_do_cls_rule() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-acpi.c | 174 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local 175 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() 182 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record() 185 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record() 186 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record() 187 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record() 188 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record() 224 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local 225 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() 232 if (fields[ in decode_type1_hpx_record() 373 union acpi_object *fields = record->package.elements; decode_type2_hpx_record() local 589 union acpi_object *fields = record->package.elements; program_type3_hpx_record() local 628 union acpi_object *package, *record, *fields; acpi_run_hpx() local 703 union acpi_object *package, *fields; acpi_run_hpp() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-acpi.c | 176 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() local 177 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() 184 if (fields[i].type != ACPI_TYPE_INTEGER) in decode_type0_hpx_record() 187 hpx0->cache_line_size = fields[2].integer.value; in decode_type0_hpx_record() 188 hpx0->latency_timer = fields[3].integer.value; in decode_type0_hpx_record() 189 hpx0->enable_serr = fields[4].integer.value; in decode_type0_hpx_record() 190 hpx0->enable_perr = fields[5].integer.value; in decode_type0_hpx_record() 226 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() local 227 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() 234 if (fields[ in decode_type1_hpx_record() 375 union acpi_object *fields = record->package.elements; decode_type2_hpx_record() local 591 union acpi_object *fields = record->package.elements; program_type3_hpx_record() local 630 union acpi_object *package, *record, *fields; acpi_run_hpx() local 705 union acpi_object *package, *fields; acpi_run_hpp() local [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sensor-custom.c | 41 struct hid_sensor_custom_field *fields; member 299 attribute = &sensor_inst->fields[field_index].attribute; in show_value() 352 value = sensor_inst->fields[field_index].attribute.units; in show_value() 354 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value() 356 value = sensor_inst->fields[field_index].attribute.size; in show_value() 358 value = sensor_inst->fields[field_index].attribute. in show_value() 361 value = sensor_inst->fields[field_index].attribute. in show_value() 402 report_id = sensor_inst->fields[field_index].attribute. in store_value() 419 /* If any error occurs in a sample, rest of the fields are ignored */ in hid_sensor_capture_sample() 476 void *fields; in hid_sensor_custom_add_field() local [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sensor-custom.c | 44 struct hid_sensor_custom_field *fields; member 303 attribute = &sensor_inst->fields[field_index].attribute; in show_value() 356 value = sensor_inst->fields[field_index].attribute.units; in show_value() 358 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value() 360 value = sensor_inst->fields[field_index].attribute.size; in show_value() 362 value = sensor_inst->fields[field_index].attribute. in show_value() 365 value = sensor_inst->fields[field_index].attribute. in show_value() 405 report_id = sensor_inst->fields[field_index].attribute. in store_value() 424 /* If any error occurs in a sample, rest of the fields are ignored */ in hid_sensor_capture_sample() 481 void *fields; in hid_sensor_custom_add_field() local [all...] |
/kernel/linux/linux-5.10/drivers/mux/ |
H A D | mmio.c | 20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local 22 return regmap_field_write(fields[mux_control_get_index(mux)], state); in mux_mmio_set() 40 struct regmap_field **fields; in mux_mmio_probe() local 68 sizeof(*fields)); in mux_mmio_probe() 72 fields = mux_chip_priv(mux_chip); in mux_mmio_probe() 102 fields[i] = devm_regmap_field_alloc(dev, regmap, field); in mux_mmio_probe() 103 if (IS_ERR(fields[i])) { in mux_mmio_probe() 104 ret = PTR_ERR(fields[i]); in mux_mmio_probe()
|
/kernel/linux/linux-6.6/drivers/mux/ |
H A D | mmio.c | 20 struct regmap_field **fields = mux_chip_priv(mux->chip); in mux_mmio_set() local 22 return regmap_field_write(fields[mux_control_get_index(mux)], state); in mux_mmio_set() 40 struct regmap_field **fields; in mux_mmio_probe() local 68 sizeof(*fields)); in mux_mmio_probe() 72 fields = mux_chip_priv(mux_chip); in mux_mmio_probe() 102 fields[i] = devm_regmap_field_alloc(dev, regmap, field); in mux_mmio_probe() 103 if (IS_ERR(fields[i])) { in mux_mmio_probe() 104 ret = PTR_ERR(fields[i]); in mux_mmio_probe()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | idreg-override.c | 32 } fields[]; member 52 .fields = { 76 .fields = { 100 .fields = { 111 .fields = { 123 .fields = { 134 .fields = { 155 .fields = { 204 reg->name, reg->fields[f].name); in find_field() 222 for (f = 0; strlen(regs[i]->fields[ in match_options() [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | nested.h | 92 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 94 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0() 95 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0() 97 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument 99 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4() 100 (fields->cr4_read_shadow & fields in nested_read_cr4() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | nested.h | 85 * the value+mask loaded into vmcs02 may not match the vmcs12 fields. 87 static inline unsigned long nested_read_cr0(struct vmcs12 *fields) in nested_read_cr0() argument 89 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0() 90 (fields->cr0_read_shadow & fields->cr0_guest_host_mask); in nested_read_cr0() 92 static inline unsigned long nested_read_cr4(struct vmcs12 *fields) in nested_read_cr4() argument 94 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) | in nested_read_cr4() 95 (fields in nested_read_cr4() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | faddr2line | 124 local fields=($line) 125 local sym_addr=0x${fields[1]} 126 local sym_elf_size=${fields[2]} 127 local sym_sec=${fields[6]} 163 local fields=($line) 164 cur_sym_addr=0x${fields[1]} 165 local cur_sym_elf_size=${fields[2]} 166 local cur_sym_name=${fields[7]:-}
|
/kernel/linux/linux-6.6/scripts/ |
H A D | faddr2line | 125 local fields=($line) 126 local sym_addr=0x${fields[1]} 127 local sym_elf_size=${fields[2]} 128 local sym_sec=${fields[6]} 164 local fields=($line) 165 cur_sym_addr=0x${fields[1]} 166 local cur_sym_elf_size=${fields[2]} 167 local cur_sym_name=${fields[7]:-}
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 78 u8 fields = V4L2_H264_FRAME_REF; in v4l2_h264_init_reflist_builder() local 81 b->unordered_reflist[b->num_valid].fields = fields; in v4l2_h264_init_reflist_builder() 86 if (dpb[i].fields & V4L2_H264_TOP_FIELD_REF) { in v4l2_h264_init_reflist_builder() 87 u8 fields = V4L2_H264_TOP_FIELD_REF; in v4l2_h264_init_reflist_builder() local 90 b->unordered_reflist[b->num_valid].fields = fields; in v4l2_h264_init_reflist_builder() 94 if (dpb[i].fields & V4L2_H264_BOTTOM_FIELD_REF) { in v4l2_h264_init_reflist_builder() 95 u8 fields = V4L2_H264_BOTTOM_FIELD_REF; in v4l2_h264_init_reflist_builder() local 98 b->unordered_reflist[b->num_valid].fields in v4l2_h264_init_reflist_builder() [all...] |