Home
last modified time | relevance | path

Searched refs:SNOOP (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.c223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source()
226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source()
229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source()
233 ret = P(SNOOP, HIT); in isa207_find_source()
252 ret |= P(SNOOP, HIT); in isa207_find_source()
282 P(SNOOP, HIT) | P(HOPS, 2); in isa207_find_source()
285 P(SNOOP, HITM) | P(HOPS, 2); in isa207_find_source()
288 P(SNOOP, HIT) | P(HOPS, 3); in isa207_find_source()
291 P(SNOOP, HITM) | P(HOPS, 3); in isa207_find_source()
295 ret |= P(SNOOP, HIT); in isa207_find_source()
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Dds.c76 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
94 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
110 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
111 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
112 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl()
124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
152 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_cmt()
154 data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_cmt()
[all …]
/openbmc/linux/tools/perf/util/
H A Dmem-events.c595 if (snoop & P(SNOOP, HITM)) in c2c_decode_stats()
606 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
616 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
626 if (snoop & P(SNOOP, HIT)) { in c2c_decode_stats()
628 } else if (snoop & P(SNOOP, HITM)) { in c2c_decode_stats()
H A Devent.h90 PERF_MEM_S(SNOOP, NA) |\
/openbmc/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c60 FIELD(MODE_SELECT_REGISTER, SNOOP, 2, 1)
79 FIELD(STATUS_REGISTER, SNOOP, 12, 1)
357 ARRAY_FIELD_DP32(s->regs, STATUS_REGISTER, SNOOP, 0); in update_status_register_mode_bits()
367 } else if (ARRAY_FIELD_EX32(s->regs, MODE_SELECT_REGISTER, SNOOP)) { in update_status_register_mode_bits()
368 ARRAY_FIELD_DP32(s->regs, STATUS_REGISTER, SNOOP, 1); in update_status_register_mode_bits()
425 if (ARRAY_FIELD_EX32(s->regs, STATUS_REGISTER, SNOOP)) { in tx_ready_check()
591 FIELD_EX32(val, MODE_SELECT_REGISTER, SNOOP); in can_msr_pre_write()
616 } else if (FIELD_EX32(val, MODE_SELECT_REGISTER, SNOOP)) { in can_msr_pre_write()
1067 if (ARRAY_FIELD_EX32(s->regs, STATUS_REGISTER, SNOOP)) { in xlnx_zynqmp_can_receive()
H A Dxlnx-versal-canfd.c58 FIELD(MODE_SELECT_REGISTER, SNOOP, 2, 1)
82 FIELD(STATUS_REGISTER, SNOOP, 12, 1)
790 ARRAY_FIELD_DP32(s->regs, STATUS_REGISTER, SNOOP, 0); in update_status_register_mode_bits()
800 } else if (ARRAY_FIELD_EX32(s->regs, MODE_SELECT_REGISTER, SNOOP)) { in update_status_register_mode_bits()
801 ARRAY_FIELD_DP32(s->regs, STATUS_REGISTER, SNOOP, 1); in update_status_register_mode_bits()
828 FIELD_EX32(val, MODE_SELECT_REGISTER, SNOOP); in canfd_msr_pre_write()
847 } else if (FIELD_EX32(val, MODE_SELECT_REGISTER, SNOOP)) { in canfd_msr_pre_write()
1225 if (ARRAY_FIELD_EX32(s->regs, MODE_SELECT_REGISTER, SNOOP)) { in tx_ready_check()
1574 if (ARRAY_FIELD_EX32(s->regs, MODE_SELECT_REGISTER, SNOOP)) { in canfd_trr_reg_prew()
1854 if (ARRAY_FIELD_EX32(s->regs, STATUS_REGISTER, SNOOP)) { in canfd_xilinx_receive()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_dbg.h84 __hfi1_trace_def(SNOOP);
H A Dtrace.c524 __hfi1_trace_fn(SNOOP);
/openbmc/qemu/include/hw/cxl/
H A Dcxl_component.h56 CXLx_CAPABILITY_HEADER(SNOOP, 0x14)
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c337 init_cap_reg(SNOOP, 8, 1); in cxl_component_register_init_common()
/openbmc/linux/drivers/ata/
H A Dpata_legacy.c129 SNOOP = 1, enumerator
957 return SNOOP; in probe_chip_type()
/openbmc/qemu/hw/pci-host/
H A Dbonito.c124 FIELD(BONGENCFG, SNOOP, 1, 1)
/openbmc/linux/include/linux/
H A Dperf_event.h1200 PERF_MEM_S(SNOOP, NA) |\