Searched refs:type_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 1136 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type() 1145 (unsigned)dloc->type_offset >= size) in check_matching_type() 1165 dloc->type_offset = dloc->op->offset + state->regs[reg].offset; in check_matching_type() 1169 (unsigned)dloc->type_offset >= size) in check_matching_type() 1184 dloc->type_offset = dloc->op->offset; in check_matching_type() 1188 (unsigned)dloc->type_offset >= size) in check_matching_type() 1226 dloc->type_offset = var_offset; in check_matching_type() 1239 stack = find_stack_state(state, dloc->type_offset); in check_matching_type() 1262 dloc->type_offset -= stack->offset; in check_matching_type() 1280 stack = find_stack_state(state, dloc->type_offset - fboff); in check_matching_type() [all …]
|
| H A D | annotate-data.h | 134 int type_offset; member
|
| H A D | annotate.c | 766 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 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/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/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/kernel/trace/ |
| H A D | trace_probe.c | 1357 int type_offset, in finalize_fetch_insn() argument 1370 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1378 trace_probe_log_err(ctx->offset + type_offset, in finalize_fetch_insn() 1437 trace_probe_log_err(ctx->offset + type_offset, BAD_BITFIELD); in finalize_fetch_insn() 1453 trace_probe_log_err(ctx->offset + type_offset, BAD_STRING); in finalize_fetch_insn()
|