Searched refs:LVL (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arc/include/asm/ |
| 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\()] 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\() 365 POPAX status32_l\LVL\() [all …]
|
| /linux/arch/powerpc/perf/ |
| A D | isa207-common.c | 223 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() 236 ret |= PH(LVL, LOC_RAM) | LEVEL(RAM); in isa207_find_source() 238 ret |= P(LVL, HIT) | LEVEL(PMEM); in isa207_find_source() 242 ret |= P(LVL, HIT) | LEVEL(PMEM) | REM; in isa207_find_source() 247 ret = PH(LVL, LOC_RAM); in isa207_find_source() 249 ret = PH(LVL, REM_RAM1); in isa207_find_source() 251 ret = PH(LVL, REM_RAM2); in isa207_find_source() 293 ret = PH(LVL, REM_CCE2); in isa207_find_source() [all …]
|
| 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/util/ |
| A D | mem-events.c | 652 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 657 if (lvl & P(LVL, L2)) { in c2c_decode_stats() 663 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 673 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 681 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 692 if ((lvl & P(LVL, REM_CCE1)) || in c2c_decode_stats() 693 (lvl & P(LVL, REM_CCE2)) || in c2c_decode_stats() 705 if ((lvl & P(LVL, MISS))) in c2c_decode_stats() 717 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 721 if (lvl & P(LVL, MISS)) in c2c_decode_stats() [all …]
|
| A D | event.h | 89 PERF_MEM_S(LVL, NA) |\
|
| /linux/arch/x86/events/intel/ |
| A D | ds.c | 83 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 93 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 94 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 104 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */ 134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 135 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt() 136 data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_grt() 202 …P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x0f: L3 Miss Snoop HitM… 222 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data() 244 val |= P(LVL, HIT); in precise_store_data() [all …]
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | renesas,rz-dmac.yaml | 71 bit[11] - Specifies DMA request detection type (LVL)
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | renesas,rz-ssi.yaml | 75 bit[11] - LVL = 0, Detects based on the edge
|
| /linux/arch/x86/events/amd/ |
| A D | ibs.c | 734 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT)) 844 return PERF_MEM_S(LVL, NA) | LN(NA); in perf_ibs_get_mem_lvl()
|
| /linux/drivers/media/dvb-frontends/ |
| A D | bcm3510_priv.h | 277 u8 LVL :1; member
|
| /linux/include/linux/ |
| A D | perf_event.h | 1235 PERF_MEM_S(LVL, NA) |\
|
Completed in 28 milliseconds