Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/tests/testkext/ !
H A Dtestthreadcall.cpp45 (kernel_configuration & kPEICanHasDiagnosticAPI) ? "enabled" : "disabled"); in start()
/xnu-11215.1.10/pexpert/gen/ !
H A Dpe_gen.c87 gPEKernelConfigurationBitmask |= (boot_arg_value ? kPEICanHasDiagnosticAPI : 0); in pe_init_debug()
/xnu-11215.1.10/pexpert/pexpert/ !
H A Dpexpert.h144 #define kPEICanHasDiagnosticAPI 0x00000004 /* Vend API to userspace or kexts that introspect k… macro