Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp87 uint32_t gEnforcePlatformActionSafety = 0; variable
191 PE_parse_boot_argn("enforce_platform_action_safety", &gEnforcePlatformActionSafety, in start()
192 sizeof(gEnforcePlatformActionSafety)); in start()
1514 if (gEnforcePlatformActionSafety) { in callPlatformFunction()
H A DIOService.cpp1498 if (gEnforcePlatformActionSafety) { in callPlatformFunction()
/xnu-8792.41.9/iokit/IOKit/
H A DIOPlatformExpert.h104 extern uint32_t gEnforcePlatformActionSafety;
/xnu-8792.41.9/osfmk/arm/
H A Darm_init.c673 unsigned int expected_preemption_count = (gEnforcePlatformActionSafety ? 2 : 1); in arm_init_cpu()
/xnu-8792.41.9/osfmk/kern/
H A Dmachine.c490 bool enforce_quiesce_safety = gEnforcePlatformActionSafety; in processor_offline()