Symbol: RAM
arch/powerpc/perf/isa207-common.c
236
ret |= PH(LVL, LOC_RAM) | LEVEL(RAM);
arch/powerpc/perf/isa207-common.c
240
ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2);
arch/powerpc/perf/isa207-common.c
244
ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3);
arch/powerpc/xmon/ppc-opc.c
530
#define RAS RAM + 1
arch/powerpc/xmon/ppc-opc.c
6315
{"lmw", OP(46), OP_MASK, PPCCOM, PPCVLE, {RT, D, RAM}},
arch/x86/events/amd/ibs.c
868
[IBS_DATA_SRC_DRAM] = L(LOC_RAM) | LN(RAM),
arch/x86/events/amd/ibs.c
879
[IBS_DATA_SRC_EXT_DRAM] = L(LOC_RAM) | LN(RAM),
arch/x86/events/amd/ibs.c
936
val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1);
arch/x86/events/amd/ibs.c
951
val = L(REM_RAM1) | LN(RAM) | REM | HOPS(1);
arch/x86/events/intel/ds.c
136
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* 0x0a: L3 miss, shared */
arch/x86/events/intel/ds.c
138
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | SNOOP_NONE_MISS, /* 0x0c: L3 miss, excl */
arch/x86/events/intel/ds.c
139
OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* 0x0d: L3 miss, excl */
arch/x86/events/intel/ds.c
158
data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
197
data_source[0x0a] = OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
198
data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE);
arch/x86/events/intel/ds.c
199
data_source[0x0c] = OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD);
arch/x86/events/intel/ds.c
200
data_source[0x0d] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM);
arch/x86/events/intel/ds.c
251
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE), /* 0x11: Local Memory Hit */
arch/x86/events/intel/ds.c
322
OP_LH | LEVEL(RAM) | P(REGION, MMIO), /* 0x07: MMIO */
arch/x86/events/intel/ds.c
323
OP_LH | LEVEL(RAM) | P(REGION, MEM0), /* 0x08: Memory region 0 */
arch/x86/events/intel/ds.c
324
OP_LH | LEVEL(RAM) | P(REGION, MEM1), /* 0x09: Memory region 1 */
arch/x86/events/intel/ds.c
325
OP_LH | LEVEL(RAM) | P(REGION, MEM2), /* 0x0a: Memory region 2 */
arch/x86/events/intel/ds.c
326
OP_LH | LEVEL(RAM) | P(REGION, MEM3), /* 0x0b: Memory region 3 */
arch/x86/events/intel/ds.c
327
OP_LH | LEVEL(RAM) | P(REGION, MEM4), /* 0x0c: Memory region 4 */
arch/x86/events/intel/ds.c
328
OP_LH | LEVEL(RAM) | P(REGION, MEM5), /* 0x0d: Memory region 5 */
arch/x86/events/intel/ds.c
329
OP_LH | LEVEL(RAM) | P(REGION, MEM6), /* 0x0e: Memory region 6 */
arch/x86/events/intel/ds.c
330
OP_LH | LEVEL(RAM) | P(REGION, MEM7), /* 0x0f: Memory region 7 */
drivers/iommu/omap-iommu-debug.c
58
pr_reg(RAM);
tools/perf/util/intel-pt.c
2298
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, HIT), /* RAM hit|SNP Hit */
tools/perf/util/intel-pt.c
2300
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | SNOOP_NONE_MISS, /* RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2301
OP_LH | P(LVL, REM_RAM1) | LEVEL(RAM) | REM | SNOOP_NONE_MISS, /* Remote RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2318
OP_LH | P(LVL, LOC_RAM) | LEVEL(RAM) | P(SNOOP, NONE), /* RAM hit|SNP Hit */
tools/perf/util/intel-pt.c
2319
OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE), /* Remote L3 hit|SNP Hit */
tools/perf/util/intel-pt.c
2320
OP_LH | LEVEL(RAM) | REM | P(SNOOPX, FWD), /* RAM hit|SNP None or Miss */
tools/perf/util/intel-pt.c
2321
OP_LH | LEVEL(RAM) | REM | P(SNOOP, HITM), /* Remote RAM hit|SNP None or Miss */