Home
last modified time | relevance | path

Searched refs:type_offset (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dannotate-data.c1155 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type()
1164 (unsigned)dloc->type_offset >= size) in check_matching_type()
1184 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type()
1188 (unsigned)dloc->type_offset >= size) in check_matching_type()
1203 dloc->type_offset = dloc->op->offset; in check_matching_type()
1207 (unsigned)dloc->type_offset >= size) in check_matching_type()
1245 dloc->type_offset = var_offset; in check_matching_type()
1263 stack = find_stack_state(state, dloc->type_offset); in check_matching_type()
1286 dloc->type_offset -= stack->offset; in check_matching_type()
1304 stack = find_stack_state(state, dloc->type_offset in check_matching_type()
1600 int type_offset = offset; find_data_type_die() local
[all...]
H A Dannotate-data.h116 * @type_offset: Final offset in the type
134 int type_offset; member
180 * type_offset = op->offset + reg->offset
H A Dannotate.c768 int *type_offset);
2796 int *type_offset) in __hist_entry__get_data_type() argument
2819 *type_offset = 0; in __hist_entry__get_data_type()
2860 *type_offset = 0; in __hist_entry__get_data_type()
2873 dloc.type_offset, in __hist_entry__get_data_type()
2877 *type_offset = dloc.type_offset; in __hist_entry__get_data_type()
/linux/drivers/power/reset/
H A Dat91-sama5d2_shdwc.c82 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/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h41 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument
42 ((offset) + (type_offset) + (num) * 4)
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.h701 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument
702 (pwrb->dw[0] |= (wrb_type << type_offset))
/linux/kernel/trace/
H A Dtrace_probe.c1356 int type_offset, in finalize_fetch_insn() argument
1369 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn()
1377 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn()
1436 trace_probe_log_err(ctx->offset + type_offset, BAD_BITFIELD); in finalize_fetch_insn()
1452 trace_probe_log_err(ctx->offset + type_offset, BAD_STRING); in finalize_fetch_insn()