Searched refs:UINT32_C (Results 1 – 5 of 5) sorted by relevance
12 #define PERF_STK_KHDR UINT32_C(0x25020014)13 #define PERF_STK_UHDR UINT32_C(0x25020018)14 #define PERF_STK_KDATA UINT32_C(0x2502000c)15 #define PERF_STK_UDATA UINT32_C(0x25020010)17 #define PERF_STK_EXHdr UINT32_C(0x25020028)18 #define PERF_STK_EXSample UINT32_C(0x2502002c)19 #define PERF_STK_EXStackHdr UINT32_C(0x25020030)20 #define PERF_STK_EXStack UINT32_C(0x25020034)21 #define PERF_STK_KEXOffset UINT32_C(0x25020038)
43 #define PERF_STK_KHDR UINT32_C(0x25020014)44 #define PERF_STK_UHDR UINT32_C(0x25020018)62 #define MP_CPUS_CALL UINT32_C(0x1900004)64 #define DISPATCH_AFTER_EVENT UINT32_C(0xfefffffc)716 #define NON_TRIGGER_CLASS UINT32_C(0xfd)717 #define NON_TRIGGER_SUBCLASS UINT32_C(0xff)718 #define NON_TRIGGER_CODE UINT32_C(0xff)804 #define TRIGGER_CLASS UINT32_C(0xfe)805 #define TRIGGER_CLASS_END UINT32_C(0xfd)806 #define TRIGGER_SUBCLASS UINT32_C(0xff)[all …]
99 #define UINT32_C(v) (v ## U) macro
30 #define CC_UNIT_C(x) UINT32_C(x)95 #define ccn64_v(a0) ccn32_v((uint64_t)a0 & UINT32_C(0xffffffff)),ccn32_v((uint64_t)a0 >> 32)
934 uint32_t valid_ctrs = (UINT32_C(1) << UNCORE_NCTRS) - 1; in uncore_add()