Home
last modified time | relevance | path

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

/xnu-12377.41.6/pexpert/arm/
H A Dpe_init.c66 uint32_t gPlatformChipRole = UINT32_MAX; variable
524 if (size > sizeof(gPlatformChipRole)) { in PE_init_platform()
525 size = sizeof(gPlatformChipRole); in PE_init_platform()
527 bcopy(prop, &gPlatformChipRole, size); in PE_init_platform()
/xnu-12377.41.6/pexpert/pexpert/
H A Dpexpert.h156 extern uint32_t gPlatformChipRole;
/xnu-12377.41.6/bsd/kern/
H A Dkern_mib.c988 … chiprole, CTLFLAG_RD | CTLFLAG_NOAUTO | CTLFLAG_KERN | CTLFLAG_LOCKED, &gPlatformChipRole, 1, "");
1368 if (gPlatformChipRole != UINT32_MAX) { in sysctl_mib_startup()