Searched refs:cpu_subtype (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dslot_name.c50 * Convert the specified cpu_type/cpu_subtype pair to their
53 void slot_name(cpu_type, cpu_subtype, cpu_name, cpu_subname)
55 cpu_subtype_t cpu_subtype;
60 const NXArchInfo *ai = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu.c102 cdp->cpu_subtype = cpuid_cpusubtype();
234 return (cpu_datap(slot_num)->cpu_subtype);
251 cpu_subtype(void) function
253 return (current_cpu_datap()->cpu_subtype);
H A Dcpu_data.h131 int cpu_subtype; member in struct:cpu_data
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dhost_info.h108 cpu_subtype_t cpu_subtype; /* cpu subtype */ member in struct:host_basic_info_old
124 cpu_subtype_t cpu_subtype; /* cpu subtype */ member in struct:host_basic_info
H A Dprocessor_info.h100 cpu_subtype_t cpu_subtype; /* subtype of cpu */ member in struct:processor_basic_info
H A Dmachine.h85 cpu_subtype_t cpu_subtype(void);
166 * Capability bits used in the definition of cpu_subtype.
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkern_machdep.c63 int cpusubtype = cpu_subtype();
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_perfmon.c163 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
297 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
321 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
378 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
419 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
573 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
614 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
712 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
929 switch(PerProcTable[0].ppe_vaddr->cpu_subtype) {
H A Dcpu.c136 proc_info->cpu_subtype = (cpu_subtype_t)proc_info->pf.rptdProc;
813 tcpu_subtype = proc_info->cpu_subtype;
943 tcpu_subtype = PerProcTable[master_cpu].ppe_vaddr->cpu_subtype;
990 tcpu_subtype = PerProcTable[slot_num].ppe_vaddr->cpu_subtype;
1082 return (PerProcTable[slot_num].ppe_vaddr->cpu_subtype);
1110 * Routine: cpu_subtype
1114 cpu_subtype(void) function
1116 return (getPerProc()->cpu_subtype);
H A Dexception.h299 int cpu_subtype; member in struct:per_proc_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_ppc.c144 target_cpu_subtype = per_proc->cpu_subtype;
283 target_cpu_subtype = per_proc->cpu_subtype;
447 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_750) {
486 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_7400) {
512 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_7450) {
567 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_970) {
640 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_970) {
767 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_750) {
815 if(cpu_subtype()==CPU_SUBTYPE_POWERPC_7400) {
857 if(cpu_subtype()
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_protocol.h173 int cpu_subtype; member in struct:__anon793
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c309 mh64->cpusubtype = cpu_subtype();
318 mh->cpusubtype = cpu_subtype();
H A Dkern_mib.c481 cpusubtype = cpu_subtype();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c352 mh->cpusubtype = cpu_subtype();
H A Dkdp_machdep.c277 hostinfo->cpu_subtype = cpuid_cpusubtype();
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c375 mh->cpusubtype = cpu_subtype(); /* XXX incorrect; should match kernel */
H A Dkdp_machdep.c425 hostinfo->cpu_subtype = slot_subtype(i);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhost.c171 basic_info->cpu_subtype = slot_subtype(master_num);
H A Dprocessor.c274 basic_info->cpu_subtype = slot_subtype(cpu_num);

Completed in 68 milliseconds