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

Lines Matching refs:save_r3

106 	switch(save->save_r3) {							/* Select the routine */
142 save->save_r3 = pmap_find_phys(current_thread()->map->pmap, save->save_r4); /* Get read address */
155 save->save_r3 = copypv(src, snk, save->save_r8, save->save_r9); /* Copy the physical page */
169 save->save_r3 = (uint64_t)ml_phys_read_byte((unsigned int)src);
173 save->save_r3 = (uint64_t)ml_phys_read_byte_64(src);
177 save->save_r3 = (uint64_t)ml_phys_read((unsigned int)src);
181 save->save_r3 = (uint64_t)ml_phys_read_64(src);
212 save->save_r3 = KERN_FAILURE; /* Set failure */
223 save->save_r3 = KERN_SUCCESS; /* Set scuuess */
285 save->save_r3 = (temp >> (31 - enaNotifyEMb)) & 1; /* Return the original */
328 save->save_r3 = srrwrk; /* Return the old value */
342 save->save_r3 = ml_probe_read_64(src, &temp); /* Try the address */
407 save->save_r3 = KERN_SUCCESS; /* Set success */
415 save->save_r3 = ret; /* Pass back return */
423 save->save_r3 = KERN_INVALID_ARGUMENT; /* This port is not a processor */
436 save->save_r3 = KERN_INVALID_ARGUMENT; /* This processor is offline */
443 save->save_r3 = KERN_SUCCESS; /* Set success */
456 save->save_r3 = 0; /* Pass back return */
464 save->save_r3 = 0; /* This port is not a processor */
471 save->save_r3 = (uint64_t)(uint32_t)PerProcTable[prssr->cpu_num].ppe_vaddr; /* Pass back ther per proc */
491 save->save_r3 = (uint64_t)addrs; /* Pass back whatever */
500 save->save_r3 = pmap_find_phys(kernel_pmap, save->save_r4); /* Get read address */
514 save->save_r3 = (uint32_t)warFlags; /* Get the old flags */
549 save->save_r3 = oldwar; /* Pass back original */