Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_debug.h37 extern unsigned int exclaves_debug;
39 #define exclaves_debug 0 macro
107 ((bool)(exclaves_debug & exclaves_debug_##flag##_flag))
H A Dexclaves.c192 TUNABLE_WRITEABLE(unsigned int, exclaves_debug, "exclaves_debug", 0);
/xnu-10063.101.15/bsd/kern/
H A Dkern_sysctl.c6143 extern unsigned int exclaves_debug;
6144 SYSCTL_UINT(_kern, OID_AUTO, exclaves_debug, CTLFLAG_RW | CTLFLAG_LOCKED,
6145 &exclaves_debug, 0, "Exclaves debug flags");