• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/

Lines Matching defs:per_proc

127     struct per_proc_info *per_proc;
142 per_proc = PerProcTable[cpu].ppe_vaddr;
143 available = per_proc->pf.Available;
144 target_cpu_subtype = per_proc->cpu_subtype;
154 // per_proc->pf.l2cr = val;
156 // per_proc->pf.l2cr = 0;
158 per_proc->pf.l2cr = val;
160 // mtspr(l2cr, per_proc->pf.l2cr); // XXXXXXX why is this necessary? XXXXXXX
177 per_proc->pf.l3cr = val;
179 per_proc->pf.l3cr = 0;
198 per_proc->pf.pfHID0 = val;
205 per_proc->pf.pfHID0 = val;
219 per_proc->pf.pfHID1 = val;
229 per_proc->pf.pfHID2 = val;
234 per_proc->pf.pfMSSCR0 = val;
239 per_proc->pf.pfMSSCR1 = val;
244 per_proc->pf.pfLDSTCR = val;
249 per_proc->pf.pfICTRL = val;
267 struct per_proc_info *per_proc;
282 per_proc = PerProcTable[cpu].ppe_vaddr;
283 target_cpu_subtype = per_proc->cpu_subtype;
289 per_proc->pf.pfHID0 = val;
301 per_proc->pf.pfHID1 = val;
313 per_proc->pf.pfHID4 = val;
325 per_proc->pf.pfHID5 = val;
1105 struct per_proc_info *per_proc;
1107 per_proc = PerProcTable[cpu].ppe_vaddr;
1108 rupts->hwResets = per_proc->hwCtr.hwResets;
1109 rupts->hwMachineChecks = per_proc->hwCtr.hwMachineChecks;
1110 rupts->hwDSIs = per_proc->hwCtr.hwDSIs;
1111 rupts->hwISIs = per_proc->hwCtr.hwISIs;
1112 rupts->hwExternals = per_proc->hwCtr.hwExternals;
1113 rupts->hwAlignments = per_proc->hwCtr.hwAlignments;
1114 rupts->hwPrograms = per_proc->hwCtr.hwPrograms;
1115 rupts->hwFloatPointUnavailable = per_proc->hwCtr.hwFloatPointUnavailable;
1116 rupts->hwDecrementers = per_proc->hwCtr.hwDecrementers;
1117 rupts->hwIOErrors = per_proc->hwCtr.hwIOErrors;
1118 rupts->hwSystemCalls = per_proc->hwCtr.hwSystemCalls;
1119 rupts->hwTraces = per_proc->hwCtr.hwTraces;
1120 rupts->hwFloatingPointAssists = per_proc->hwCtr.hwFloatingPointAssists;
1121 rupts->hwPerformanceMonitors = per_proc->hwCtr.hwPerformanceMonitors;
1122 rupts->hwAltivecs = per_proc->hwCtr.hwAltivecs;
1123 rupts->hwInstBreakpoints = per_proc->hwCtr.hwInstBreakpoints;
1124 rupts->hwSystemManagements = per_proc->hwCtr.hwSystemManagements;
1125 rupts->hwAltivecAssists = per_proc->hwCtr.hwAltivecAssists;
1126 rupts->hwThermal = per_proc->hwCtr.hwThermal;
1127 rupts->hwSoftPatches = per_proc->hwCtr.hwSoftPatches;
1128 rupts->hwMaintenances = per_proc->hwCtr.hwMaintenances;
1129 rupts->hwInstrumentations = per_proc->hwCtr.hwInstrumentations;