Searched refs:LVL (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-compact.h | 229 .macro INTERRUPT_PROLOGUE LVL 232 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg 235 lr r9, [status32_l\LVL\()] 247 PUSH 0x003\LVL\()abcd /* Dummy ECR */ 252 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg 258 PUSH ilink\LVL\() 259 PUSHAX status32_l\LVL\() 263 PUSHAX bta_l\LVL\() 275 .macro INTERRUPT_EPILOGUE LVL 276 POPAX bta_l\LVL\() [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 51 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 56 P(OP, LOAD) | P(LVL, MISS) | P(LVL, L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 57 OP_LH | P(LVL, L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 58 OP_LH | P(LVL, LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 59 OP_LH | P(LVL, L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 60 OP_LH | P(LVL, L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 61 OP_LH | P(LVL, L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 62 OP_LH | P(LVL, L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 63 OP_LH | P(LVL, L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 64 OP_LH | P(LVL, REM_CCE1) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 290 u8 LVL :1; member
|
/linux-4.4.14/tools/perf/util/ |
D | event.h | 206 PERF_MEM_S(LVL, NA) |\
|
/linux-4.4.14/include/linux/ |
D | perf_event.h | 802 PERF_MEM_S(LVL, NA) |\
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 1709 #define DEFINE_FREE_PT_FN(LVL, FN) \ argument 1710 static void free_pt_##LVL (unsigned long __pt) \
|