Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_debug.h44 extern unsigned int exclaves_debug;
46 #define exclaves_debug 0 macro
114 ((bool)(exclaves_debug & exclaves_debug_##flag##_flag))
H A Dexclaves.c173 TUNABLE_WRITEABLE(unsigned int, exclaves_debug, "exclaves_debug",
/xnu-12377.41.6/bsd/kern/
H A Dkern_sysctl.c6720 extern unsigned int exclaves_debug;
6721 SYSCTL_UINT(_kern, OID_AUTO, exclaves_debug, CTLFLAG_RW | CTLFLAG_LOCKED,
6722 &exclaves_debug, 0, "Exclaves debug flags");