Home
last modified time | relevance | path

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

/xnu-8796.121.2/pexpert/arm/
H A Dpe_init.c55 uint32_t gPlatformMemoryID; variable
495 if (size > sizeof(gPlatformMemoryID)) { in PE_init_platform()
496 size = sizeof(gPlatformMemoryID); in PE_init_platform()
498 bcopy(prop, &gPlatformMemoryID, size); in PE_init_platform()
/xnu-8796.121.2/pexpert/pexpert/
H A Dpexpert.h143 extern uint32_t gPlatformMemoryID;
/xnu-8796.121.2/osfmk/arm/
H A Dmodel_dep.c142 extern uint32_t gPlatformMemoryID;
435 paniclog_append_noflush("Memory ID: 0x%x\n", gPlatformMemoryID); in do_print_all_backtraces()