/[qemu]/qemu/linux-user/arm/syscall.h
ViewVC logotype

Diff of /qemu/linux-user/arm/syscall.h

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

revision 1.4 by bellard, Mon Jan 31 20:45:13 2005 UTC revision 1.5 by bellard, Sat Apr 23 18:25:41 2005 UTC
# Line 29  struct target_pt_regs { Line 29  struct target_pt_regs {
29    
30  #define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)  #define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)
31    
32    #define ARM_NR_semihosting        0x123456
33    #define ARM_NR_thumb_semihosting  0xAB
34    
35  #if defined(TARGET_WORDS_BIGENDIAN)  #if defined(TARGET_WORDS_BIGENDIAN)
36  #define UNAME_MACHINE "armv5teb"  #define UNAME_MACHINE "armv5teb"
37  #else  #else
38  #define UNAME_MACHINE "armv5tel"  #define UNAME_MACHINE "armv5tel"
39  #endif  #endif
40    
41    uint32_t do_arm_semihosting(CPUState *);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26