Home
last modified time | relevance | path

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

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