Home
last modified time | relevance | path

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

/xnu-10002.81.5/pexpert/pexpert/arm64/
H A Dboot.h77 #define CDBG_MEM ((sizeof(dbg_registry_t) + PAGE_SIZE - 1) & ~PAGE_MASK) macro
79 #define PE_EARLY_BOOT_VA (CDBG_MEM)
/xnu-10002.81.5/pexpert/pexpert/arm/
H A Dboot.h66 #define CDBG_MEM ((sizeof(dbg_registry_t) + PAGE_SIZE - 1) & ~PAGE_MASK) macro