/[gxemul]/trunk/src/include/cpu_arm.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/cpu_arm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_arm.h,v 1.65 2006/02/17 18:38:30 debug Exp $   *  $Id: cpu_arm.h,v 1.66 2006/06/24 21:47:23 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 329  void arm_coproc_xscale_14(struct cpu *cp Line 329  void arm_coproc_xscale_14(struct cpu *cp
329          int crn, int crm, int rd);          int crn, int crm, int rd);
330    
331  /*  memory_arm.c:  */  /*  memory_arm.c:  */
332  int arm_translate_address(struct cpu *cpu, uint64_t vaddr,  int arm_translate_v2p(struct cpu *cpu, uint64_t vaddr,
333          uint64_t *return_addr, int flags);          uint64_t *return_addr, int flags);
334  int arm_translate_address_mmu(struct cpu *cpu, uint64_t vaddr,  int arm_translate_v2p_mmu(struct cpu *cpu, uint64_t vaddr,
335          uint64_t *return_addr, int flags);          uint64_t *return_addr, int flags);
336    
337  #endif  /*  CPU_ARM_H  */  #endif  /*  CPU_ARM_H  */

Legend:
Removed from v.22  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26