Home
last modified time | relevance | path

Searched refs:PLATFORM_PANIC_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/pexpert/pexpert/arm64/
H A DBCM2837.h64 #define PLATFORM_PANIC_LOG_SIZE 16384 // 16kb macro
/xnu-10002.61.3/pexpert/arm/
H A Dpe_init.c103 gPanicBase = ml_io_map_wcomb(PLATFORM_PANIC_LOG_PADDR, PLATFORM_PANIC_LOG_SIZE); in check_for_panic_log()
104 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()
105 gPanicSize = PLATFORM_PANIC_LOG_SIZE; in check_for_panic_log()