Home
last modified time | relevance | path

Searched refs:gPlatformMemoryID (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/pexpert/arm/
H A Dpe_init.c64 uint32_t gPlatformMemoryID; variable
509 if (size > sizeof(gPlatformMemoryID)) { in PE_init_platform()
510 size = sizeof(gPlatformMemoryID); in PE_init_platform()
512 bcopy(prop, &gPlatformMemoryID, size); in PE_init_platform()
/xnu-10063.141.1/pexpert/pexpert/
H A Dpexpert.h153 extern uint32_t gPlatformMemoryID;
/xnu-10063.141.1/osfmk/arm/
H A Dmodel_dep.c151 extern uint32_t gPlatformMemoryID;
472 paniclog_append_noflush("Memory ID: 0x%x\n", gPlatformMemoryID); in do_print_all_backtraces()