Home
last modified time | relevance | path

Searched refs:PE_i_can_has_debugger (Results 1 – 19 of 19) sorted by relevance

/xnu-8020.101.4/tests/
H A Drump.h13 #define PE_i_can_has_debugger(...) true macro
/xnu-8020.101.4/pexpert/gen/
H A Dpe_gen.c77 if (!PE_i_can_has_debugger(NULL)) { in pe_init_debug()
/xnu-8020.101.4/osfmk/arm64/
H A Dperfmon_arm64.c291 if (!PE_i_can_has_debugger(NULL)) { in perfmon_cpmu_configure_xcall()
327 if (!PE_i_can_has_debugger(NULL)) { in perfmon_upmu_apply_attrs()
/xnu-8020.101.4/bsd/dev/
H A Dmem.c271 if (PE_i_can_has_debugger(NULL) && in dev_kmem_init()
/xnu-8020.101.4/osfmk/kern/
H A Dkern_perfmon.c215 if (!PE_i_can_has_debugger(NULL)) { in perfmon_config_set_attr()
H A Ddebug.c393 if (PE_i_can_has_debugger(NULL) && !(debug_boot_arg & DB_KERN_DUMP_ON_NMI)) { in panic_init()
470 if (!PE_i_can_has_debugger(NULL)) { in phys_carveout_init()
1305 if (PE_i_can_has_debugger(NULL) && panicDebugging) {
H A Dstartup.c467 if (PE_i_can_has_debugger(NULL)) { in kernel_bootstrap()
H A Dhost.c319 can_has_debugger_info->can_has_debugger = PE_i_can_has_debugger(NULL); in host_info()
H A Dzalloc.c8189 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_zone()
8236 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_largest_zone()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c570 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
710 if (PE_i_can_has_debugger(&debug_flags) in PE_reboot_on_panic()
/xnu-8020.101.4/pexpert/pexpert/
H A Dpexpert.h95 uint32_t PE_i_can_has_debugger(
/xnu-8020.101.4/pexpert/i386/
H A Dpe_init.c378 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
/xnu-8020.101.4/bsd/kern/
H A Dmach_process.c135 if (PE_i_can_has_debugger(NULL)) { in ptrace()
H A Dkern_cs.c167 if (disable_cs_enforcement && PE_i_can_has_debugger(NULL) != 0) { in cs_init()
H A Dkern_guarded.c1616 if (0 == PE_i_can_has_debugger(NULL)) { in vnguard_policy_init()
/xnu-8020.101.4/osfmk/kdp/output_stages/
H A Dout_shmem.c485 if (!PE_i_can_has_debugger(NULL)) { in panic_spin_shmcon()
/xnu-8020.101.4/osfmk/arm/commpage/
H A Dcommpage.c168 *((uint32_t*)(_COMM_PAGE_DEV_FIRM + _COMM_PAGE_RW_OFFSET)) = (uint32_t)PE_i_can_has_debugger(NULL); in commpage_populate()
/xnu-8020.101.4/osfmk/kdp/
H A Dkdp_core.c1185 if (PE_consistent_debug_enabled() && PE_i_can_has_debugger(NULL)) { in kdp_core_init_output_stages()
/xnu-8020.101.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1460 if (*panicWatchdogEnabled || (PE_i_can_has_debugger(&debug_flags) && in registerNVRAMController()