Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dannotate-data.c1056 dloc->type_offset = dloc->op->offset; in check_matching_type()
1065 (unsigned)dloc->type_offset >= size) in check_matching_type()
1080 dloc->type_offset = dloc->op->offset; in check_matching_type()
1084 (unsigned)dloc->type_offset >= size) in check_matching_type()
1122 dloc->type_offset = var_offset; in check_matching_type()
1135 stack = find_stack_state(state, dloc->type_offset); in check_matching_type()
1158 dloc->type_offset -= stack->offset; in check_matching_type()
1176 stack = find_stack_state(state, dloc->type_offset - fboff); in check_matching_type()
1199 dloc->type_offset -= fboff + stack->offset; in check_matching_type()
1217 dloc->type_offset = offset; in check_matching_type()
[all …]
Dannotate-data.h133 int type_offset; member
Dannotate.c2712 dloc.type_offset, in hist_entry__get_data_type()
2716 he->mem_type_off = dloc.type_offset; in hist_entry__get_data_type()
/linux-6.12.1/drivers/power/reset/
Dat91-sama5d2_shdwc.c82 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-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dpci_hw.h41 #define MLXSW_PCI_DOORBELL(offset, type_offset, num) \ argument
42 ((offset) + (type_offset) + (num) * 4)
/linux-6.12.1/drivers/scsi/be2iscsi/
Dbe_main.h701 #define ADAPTER_SET_WRB_TYPE(pwrb, wrb_type, type_offset) \ argument
702 (pwrb->dw[0] |= (wrb_type << type_offset))
/linux-6.12.1/kernel/trace/
Dtrace_probe.c1291 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()