Home
last modified time | relevance | path

Searched refs:gPanicSize (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c62 unsigned int gPanicSize; variable
96 gPanicSize = PLATFORM_PANIC_LOG_SIZE; in check_for_panic_log()
139 gPanicSize = panic_region_length[0]; in check_for_panic_log()
176 bzero((void *)gPanicBase, gPanicSize); in check_for_panic_log()
626 assert((unsigned int)(location - gPanicBase) < gPanicSize); in PE_get_offset_into_panic_region()
732 CleanPoC_DcacheRegion_Force(gPanicBase, gPanicSize); in PE_sync_panic_buffers()
/xnu-8020.101.4/pexpert/pexpert/
H A Dpexpert.h62 extern unsigned int gPanicSize;
/xnu-8020.101.4/osfmk/arm/
H A Dmodel_dep.c799 …ed && (debug_buf_base >= (char*)gPanicBase) && (debug_buf_base < (char*)gPanicBase + gPanicSize)) { in SavePanicInfo()
/xnu-8020.101.4/osfmk/kern/
H A Ddebug.c444 debug_buf_size = gPanicSize - sizeof(struct embedded_panic_header); in debug_log_init()
H A Dkern_stackshot.c3527 …tackshot && ((vm_offset_t)dest >= gPanicBase) && ((vm_offset_t)dest < (gPanicBase + gPanicSize))) { in kdp_copyin()
3528 if (((vm_offset_t)dest + size) > (gPanicBase + gPanicSize)) { in kdp_copyin()