Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_fat.c294 uint32_t j_cpusubtype = OSSwapBigToHostInt32(arches[j].cpusubtype); in fatfile_validate_fatarches() local
296 if ((i_cputype == j_cputype) && (i_cpusubtype == j_cpusubtype)) { in fatfile_validate_fatarches()