Searched refs:LVL (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/arch/arc/include/asm/ |
| D | entry-compact.h | 230 .macro INTERRUPT_PROLOGUE LVL 233 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg 236 lr r9, [status32_l\LVL\()] 248 PUSH 0x003\LVL\()abcd /* Dummy ECR */ 253 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg 259 PUSH ilink\LVL\() 260 PUSHAX status32_l\LVL\() 264 PUSHAX bta_l\LVL\() 277 .macro INTERRUPT_EPILOGUE LVL 279 POPAX bta_l\LVL\() [all …]
|
| /Linux-v5.10/tools/perf/util/ |
| D | mem-events.c | 363 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 364 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 365 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats() 366 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats() 367 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats() 368 if (lvl & P(LVL, L2 )) stats->ld_l2hit++; in c2c_decode_stats() 369 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 376 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 384 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 385 (lvl & P(LVL, REM_RAM2)) || in c2c_decode_stats() [all …]
|
| D | event.h | 157 PERF_MEM_S(LVL, NA) |\
|
| /Linux-v5.10/arch/powerpc/perf/ |
| D | isa207-common.c | 178 ret = PH(LVL, L1); in isa207_find_source() 181 ret = PH(LVL, L2); in isa207_find_source() 184 ret = PH(LVL, L3); in isa207_find_source() 188 ret = PH(LVL, LOC_RAM); in isa207_find_source() 190 ret = PH(LVL, REM_RAM1); in isa207_find_source() 192 ret = PH(LVL, REM_RAM2); in isa207_find_source() 196 ret = PH(LVL, REM_CCE1); in isa207_find_source() 203 ret = PH(LVL, REM_CCE2); in isa207_find_source() 210 ret = PM(LVL, L1); in isa207_find_source()
|
| D | isa207-common.h | 248 #define PH(a, b) (P(LVL, HIT) | P(a, b)) 249 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
| /Linux-v5.10/arch/x86/events/intel/ |
| D | ds.c | 56 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 63 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 64 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 65 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 66 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 67 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 68 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 69 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 70 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 71 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
| /Linux-v5.10/drivers/media/dvb-frontends/ |
| D | bcm3510_priv.h | 277 u8 LVL :1; member
|
| /Linux-v5.10/include/linux/ |
| D | perf_event.h | 1035 PERF_MEM_S(LVL, NA) |\
|
| /Linux-v5.10/drivers/iommu/amd/ |
| D | iommu.c | 1411 #define DEFINE_FREE_PT_FN(LVL, FN) \ argument 1412 static struct page *free_pt_##LVL (unsigned long __pt, struct page *freelist) \
|