Home
last modified time | relevance | path

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

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