Searched refs:type_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| A D | annotate-data.c | 1056 dloc->type_offset = dloc->op->offset; in check_matching_type() 1122 dloc->type_offset = var_offset; in check_matching_type() 1158 dloc->type_offset -= stack->offset; in check_matching_type() 1217 dloc->type_offset = offset; in check_matching_type() 1231 dloc->type_offset = offset; in check_matching_type() 1449 dloc->type_offset = offset; in find_data_type_die() 1496 int type_offset = offset; in find_data_type_die() local 1500 &var_die, &type_offset)) in find_data_type_die() 1521 fb_offset, type_offset); in find_data_type_die() 1528 dloc->type_offset = type_offset; in find_data_type_die() [all …]
|
| A D | annotate-data.h | 133 int type_offset; member
|
| A D | annotate.c | 2712 dloc.type_offset, in hist_entry__get_data_type() 2716 he->mem_type_off = dloc.type_offset; in hist_entry__get_data_type()
|
| /linux/drivers/power/reset/ |
| A D | at91-sama5d2_shdwc.c | 82 u32 type_offset; member 272 .type_offset = AT91_DDRSDRC_MDR, 289 .type_offset = AT91_DDRSDRC_MDR, 403 at91_shdwc->rcfg->ddrc.type_offset) & in at91_shdwc_probe()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | pci_hw.h | 41 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument 42 ((offset) + (type_offset) + (num) * 4)
|
| /linux/drivers/scsi/be2iscsi/ |
| 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/kernel/trace/ |
| A D | trace_probe.c | 1291 int type_offset, in finalize_fetch_insn() argument 1304 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1312 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1371 trace_probe_log_err(ctx->offset + type_offset, BAD_BITFIELD); in finalize_fetch_insn() 1387 trace_probe_log_err(ctx->offset + type_offset, BAD_STRING); in finalize_fetch_insn()
|
Completed in 39 milliseconds