Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Drump.h13 #define PE_i_can_has_debugger(...) true macro
/xnu-11215.61.5/pexpert/gen/
H A Dpe_gen.c81 if (!PE_i_can_has_debugger(NULL)) { in pe_init_debug()
/xnu-11215.61.5/bsd/dev/
H A Dmem.c271 if (PE_i_can_has_debugger(NULL) && in dev_kmem_init()
/xnu-11215.61.5/osfmk/arm/commpage/
H A Dcommpage.c186 …32_t*)(_COMM_PAGE_DEV_FIRM_LEGACY + _COMM_PAGE_RW_OFFSET)) = (uint32_t)PE_i_can_has_debugger(NULL); in commpage_populate()
187 *((uint32_t*)(_COMM_PAGE_DEV_FIRM + _COMM_PAGE_RO_OFFSET)) = (uint32_t)PE_i_can_has_debugger(NULL); in commpage_populate()
/xnu-11215.61.5/pexpert/arm/
H A Dpe_init.c615 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
770 if (PE_i_can_has_debugger(&debug_flags) in PE_reboot_on_panic()
/xnu-11215.61.5/pexpert/pexpert/
H A Dpexpert.h95 uint32_t PE_i_can_has_debugger(
/xnu-11215.61.5/pexpert/i386/
H A Dpe_init.c380 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
/xnu-11215.61.5/bsd/kern/
H A Dmach_process.c135 if (PE_i_can_has_debugger(NULL)) { in ptrace()
H A Dbsd_init.c1263 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args()
H A Dkern_cs.c169 if (disable_cs_enforcement && PE_i_can_has_debugger(NULL) != 0) { in cs_init()
H A Dkern_guarded.c1594 if (0 == PE_i_can_has_debugger(NULL)) { in vnguard_policy_init()
/xnu-11215.61.5/osfmk/kern/
H A Ddebug.c465 if (PE_i_can_has_debugger(NULL) && !(debug_boot_arg & DB_KERN_DUMP_ON_NMI)) { in panic_init()
547 if (!PE_i_can_has_debugger(NULL)) { in phys_carveout_init()
1577 if (PE_i_can_has_debugger(NULL) && panicDebugging) {
H A Dstartup.c475 if (PE_i_can_has_debugger(NULL)) { in kernel_bootstrap()
H A Dhost.c321 can_has_debugger_info->can_has_debugger = PE_i_can_has_debugger(NULL); in host_info()
H A Dzalloc.c8956 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_zone()
9003 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_largest_zone()
H A Dtask.c6690 if (PE_i_can_has_debugger(NULL)) { in task_power_info_locked()
/xnu-11215.61.5/osfmk/kdp/output_stages/
H A Dout_shmem.c496 if (!PE_i_can_has_debugger(NULL)) { in panic_spin_shmcon()
/xnu-11215.61.5/osfmk/arm64/
H A Dkpc.c531 kpc_allows_counting_system = PE_i_can_has_debugger(NULL); in kpc_arch_init()
/xnu-11215.61.5/osfmk/kdp/
H A Dkdp_core.c1408 if (PE_consistent_debug_enabled() && PE_i_can_has_debugger(NULL)) { in kdp_core_init_output_stages()
/xnu-11215.61.5/iokit/Kernel/
H A DIOPlatformExpert.cpp1497 if (*panicWatchdogEnabled || (PE_i_can_has_debugger(&debug_flags) && in registerNVRAMController()