Searched refs:type_offset (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | annotate-data.c | 1095 dloc->type_offset = dloc->op->offset; in check_matching_type() 1161 dloc->type_offset = var_offset; in check_matching_type() 1197 dloc->type_offset -= stack->offset; in check_matching_type() 1256 dloc->type_offset = offset; in check_matching_type() 1270 dloc->type_offset = offset; in check_matching_type() 1488 dloc->type_offset = offset; in find_data_type_die() 1535 int type_offset = offset; in find_data_type_die() local 1539 &var_die, &type_offset)) in find_data_type_die() 1560 fb_offset, type_offset); in find_data_type_die() 1567 dloc->type_offset = type_offset; in find_data_type_die() [all …]
|
| H A D | annotate-data.h | 133 int type_offset; member
|
| H A D | annotate.c | 766 int *type_offset); 2702 int *type_offset) in __hist_entry__get_data_type() argument 2725 *type_offset = 0; in __hist_entry__get_data_type() 2760 *type_offset = 0; in __hist_entry__get_data_type() 2773 dloc.type_offset, in __hist_entry__get_data_type() 2777 *type_offset = dloc.type_offset; in __hist_entry__get_data_type()
|
| /linux-6.15/drivers/power/reset/ |
| H A D | at91-sama5d2_shdwc.c | 82 u32 type_offset; member 272 .type_offset = AT91_DDRSDRC_MDR, 289 .type_offset = AT91_DDRSDRC_MDR, 405 at91_shdwc->rcfg->ddrc.type_offset) & in at91_shdwc_probe()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci_hw.h | 41 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument 42 ((offset) + (type_offset) + (num) * 4)
|
| /linux-6.15/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 701 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument 702 (pwrb->dw[0] |= (wrb_type << type_offset))
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_probe.c | 1328 int type_offset, in finalize_fetch_insn() argument 1341 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1349 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1408 trace_probe_log_err(ctx->offset + type_offset, BAD_BITFIELD); in finalize_fetch_insn() 1424 trace_probe_log_err(ctx->offset + type_offset, BAD_STRING); in finalize_fetch_insn()
|