Searched refs:csb_cpu_type (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h101 cpu_type_t csb_cpu_type; member in struct:cs_blob
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c2477 blob->csb_cpu_type = cputype;
2572 (blob->csb_cpu_type == CPU_TYPE_ANY ||
2573 oblob->csb_cpu_type == CPU_TYPE_ANY ||
2574 blob->csb_cpu_type == oblob->csb_cpu_type) &&
2583 if (oblob->csb_cpu_type == CPU_TYPE_ANY) {
2590 oblob->csb_cpu_type = cputype;
2644 blob->csb_cpu_type == -1 ? "detached" : "embedded",
2706 if (cputype != -1 && blob->csb_cpu_type == cputype) {
H A Dmach_loader.c1489 if (blob->csb_cpu_type == cputype &&

Completed in 84 milliseconds