Searched refs:HOPS (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/perf/ |
H A D | isa207-common.c | 240 ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2); in isa207_find_source() 244 ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3); in isa207_find_source() 257 ret = REM | P(HOPS, 0); in isa207_find_source() 269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source() 271 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source() 273 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source() 275 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0); 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() [all …]
|