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.c1162 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type()
1171 (unsigned)dloc->type_offset >= size) in check_matching_type()
1191 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type()
1195 (unsigned)dloc->type_offset >= size) in check_matching_type()
1210 dloc->type_offset = dloc->op->offset; in check_matching_type()
1214 (unsigned)dloc->type_offset >= size) in check_matching_type()
1252 dloc->type_offset = var_offset; in check_matching_type()
1270 stack = find_stack_state(state, dloc->type_offset); in check_matching_type()
1293 dloc->type_offset -= stack->offset; in check_matching_type()
1311 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.c1465 int type_offset, in finalize_fetch_insn()
1478 trace_probe_log_err(ctx->offset + type_offset, in traceprobe_parse_probe_arg_body()
1486 trace_probe_log_err(ctx->offset + type_offset, in traceprobe_parse_probe_arg_body()
1545 trace_probe_log_err(ctx->offset + type_offset, BAD_BITFIELD); in traceprobe_parse_probe_arg_body()
1561 trace_probe_log_err(ctx->offset + type_offset, BAD_STRING); in traceprobe_parse_probe_arg_body()
1354 finalize_fetch_insn(struct fetch_insn * code,struct probe_arg * parg,char * type,int type_offset,struct traceprobe_parse_context * ctx) finalize_fetch_insn() argument