Searched refs:LVL (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | entry-compact.h | 312 .macro INTERRUPT_PROLOGUE LVL 315 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg 318 lr r9, [status32_l\LVL\()] 323 st.a 0x003\LVL\()abcd, [sp, -4] /* Dummy ECR */ 328 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg 334 PUSH ilink\LVL\() 335 PUSHAX status32_l\LVL\() 339 PUSHAX bta_l\LVL\() 356 .macro INTERRUPT_EPILOGUE LVL 358 POPAX bta_l\LVL\() [all …]
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 677 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 678 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 679 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats() 680 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats() 681 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats() 682 if (lvl & P(LVL, L2)) { in c2c_decode_stats() 691 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 701 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 709 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 710 (lvl & P(LVL, REM_RAM2)) || in c2c_decode_stats() [all …]
|
| H A D | intel-pt.c | 2298 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 2308 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */ 2309 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* L1 hit|SNP None */ 2310 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* LFB/MAB hit|SNP None */ 2311 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* L2 hit|SNP None */ 2312 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* L3 hit|SNP None */ 2313 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP Hit */ 2314 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2315 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2316 OP_LH | P(LVL, L [all...] |
| H A D | event.h | 100 PERF_MEM_S(LVL, NA) |\
|
| /linux/arch/powerpc/perf/ |
| H A D | isa207-common.h | 275 #define PH(a, b) (P(LVL, HIT) | P(a, b)) 276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 164 100000 629080842 |OP LOAD|LVL L3 hit|... 20 7e69b93ca524 strcmp 165 100000 1a29081042 |OP LOAD|LVL RAM hit|... 180 ffffffff82429168 memcpy
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | bcm3510_priv.h | 277 u8 LVL :1; member
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1354 PERF_MEM_S(LVL, NA) |\
|