Home
last modified time | relevance | path

Searched refs:STATIC_IF_KEY_DECLARE_TRUE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_hygiene.h55 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_pmc);
56 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_preemption_disable);
58 STATIC_IF_KEY_DECLARE_TRUE(sched_debug_interrupt_disable);
H A Dassert.h133 STATIC_IF_KEY_DECLARE_TRUE(mach_assert);
H A Dlock_rw.h198 STATIC_IF_KEY_DECLARE_TRUE(lck_rw_assert);
H A Dkalloc.h206 STATIC_IF_KEY_DECLARE_TRUE(kexts_enroll_data_shared);
/xnu-12377.81.4/osfmk/arm64/
H A Dmte_xnu.h61 STATIC_IF_KEY_DECLARE_TRUE(mte_config_kern_enabled);
63 STATIC_IF_KEY_DECLARE_TRUE(mte_config_user_enabled);
/xnu-12377.81.4/osfmk/machine/
H A Dstatic_if.h75 #define STATIC_IF_KEY_DECLARE_TRUE(name) \ macro