Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/tests/ktrace/
H A Dkperf_helpers.h12 #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)
H A Dkperf_tests.c41 #define PERF_STK_KHDR UINT32_C(0x25020014)
42 #define PERF_STK_UHDR UINT32_C(0x25020018)
60 #define MP_CPUS_CALL UINT32_C(0x1900004)
62 #define DISPATCH_AFTER_EVENT UINT32_C(0xfefffffc)
701 #define NON_TRIGGER_CLASS UINT32_C(0xfd)
702 #define NON_TRIGGER_SUBCLASS UINT32_C(0xff)
703 #define NON_TRIGGER_CODE UINT32_C(0xff)
789 #define TRIGGER_CLASS UINT32_C(0xfe)
790 #define TRIGGER_CLASS_END UINT32_C(0xfd)
791 #define TRIGGER_SUBCLASS UINT32_C(0xff)
[all …]
/xnu-8019.80.24/EXTERNAL_HEADERS/
H A Dstdint.h90 #define UINT32_C(v) (v ## U) macro
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h48 #define CC_UNIT_C(x) UINT32_C(x)
145 #define ccn64_v(a0) ccn32_v((uint64_t)a0 & UINT32_C(0xffffffff)),ccn32_v((uint64_t)a0 >> 32)
/xnu-8019.80.24/osfmk/arm64/
H A Dmonotonic_arm64.c861 uint32_t valid_ctrs = (UINT32_C(1) << UNCORE_NCTRS) - 1; in uncore_add()