Searched refs:type_offset (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
H A D | annotate-data.c | 1056 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 …]
|
H A D | annotate.c | 2782 dloc.type_offset, in hist_entry__get_data_type() 2786 he->mem_type_off = dloc.type_offset; in hist_entry__get_data_type()
|
/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 | 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()
|