Home
last modified time | relevance | path

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

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