Home
last modified time | relevance | path

Searched refs:CTSID_MASK (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.h323 #define CTSID_MASK ((1u << CTSID_BITS) - 1) macro
324 #define CTSID_MAX (CTSID_MASK - 1)
H A Dturnstile.c790 ctsid_nonce = (uint32_t)early_random() & CTSID_MASK; in turnstiles_init()
937 return (cid == ctsid_nonce ? CTSID_MASK : cid) ^ ctsid_nonce; in ctsid_mangle()
944 return ctsid == CTSID_MASK ? ctsid_nonce : ctsid; in ctsid_unmangle()
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py2838 CTSID_MASK = (1 << 20) - 1
2846 if ctid == CTSID_MASK: