syscall-arm32-netbsd-1.3.S
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:5k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* ==== syscall.S ============================================================
  2.  * Copyright (c) 1990 The Regents of the University of California.
  3.  * Copyright (c) 1993 Chris Provenzano, proven@mit.edu
  4.  * All rights reserved.
  5.  *
  6.  * This code is derived from software contributed to Berkeley by
  7.  * William Jolitz.
  8.  *
  9.  * Redistribution and use in source and binary forms, with or without
  10.  * modification, are permitted provided that the following conditions
  11.  * are met:
  12.  * 1. Redistributions of source code must retain the above copyright
  13.  *    notice, this list of conditions and the following disclaimer.
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in the
  16.  *    documentation and/or other materials provided with the distribution.
  17.  * 3. All advertising materials mentioning features or use of this software
  18.  *    must display the following acknowledgement:
  19.  * This product includes software developed by the University of
  20.  * California, Berkeley and its contributors.
  21.  * 4. Neither the name of the University nor the names of its contributors
  22.  *    may be used to endorse or promote products derived from this software
  23.  *    without specific prior written permission.
  24.  *
  25.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  26.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  27.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  28.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  29.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  30.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  31.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  32.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  33.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  34.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  35.  * SUCH DAMAGE.
  36.  *
  37.  * Description : Machine dependent syscalls for i386/i486/i586
  38.  *
  39.  *  1.00 93/08/26 proven
  40.  *      -Started coding this file.
  41.  *
  42.  * 1.01 93/11/13 proven
  43.  * -The functions readv() and writev() added.
  44.  */
  45. #ifndef lint
  46. .text
  47. .asciz "$Id$";
  48. #endif
  49.  
  50. #if defined(SYSLIBC_SCCS) && !defined(lint)
  51.         .asciz "@(#)syscall.s   5.1 (Berkeley) 4/23/90"
  52. #endif /* SYSLIBC_SCCS and not lint */
  53. #include <machine/asm.h>
  54. #include <sys/syscall.h>
  55. /*
  56.  * Initial asm stuff for all functions.
  57.  */
  58. .text
  59. .align 0
  60. /* ==========================================================================
  61.  * machdep_sys_fork()
  62.  */
  63. .globl _C_LABEL(machdep_sys_fork);
  64. _C_LABEL(machdep_sys_fork):;
  65. swi SYS_fork
  66. bcs 1f
  67.         sub     r1, r1, #0x00000001
  68. and     r0, r0, r1
  69. mov     r15, r14
  70. /* ==========================================================================
  71.  * machdep_sys_fstat()
  72.  */
  73. .globl _C_LABEL(machdep_sys_fstat);
  74. _C_LABEL(machdep_sys_fstat):;
  75. swi     SYS___fstat13
  76. bcs     1f
  77. mov     r15, r14
  78. /* ==========================================================================
  79.  * machdep_sys___syscall()
  80.  */
  81. _machdep_sys___syscall:;
  82. swi     SYS___syscall
  83. bcs     1f
  84. mov     r15, r14
  85. #ifndef SYS___sigsuspend14
  86. /* ==========================================================================
  87.  * machdep_sys_sigsuspend()
  88.  */
  89. .globl _C_LABEL(machdep_sys_sigsuspend);
  90. _C_LABEL(machdep_sys_sigsuspend):;
  91. ldr     r0, [r0]
  92. swi     SYS_sigsuspend
  93. bcs     1f
  94. mov     r0, #0x00000000
  95. mov     r15, r14
  96. #endif
  97. #ifndef SYS___sigprocmask14
  98. /* ==========================================================================
  99.  * machdep_sys_sigprocmask()
  100.  */
  101. .globl _C_LABEL(machdep_sys_sigprocmask);
  102. _C_LABEL(machdep_sys_sigprocmask):;
  103. teq     r1, #0x00000000
  104. moveq   r0, #0x00000001
  105. moveq   r1, #0x00000000
  106. ldrne   r1, [r1]
  107. swi     SYS_sigprocmask
  108. bcs     1f
  109. teq     r2, #0x00000000
  110. strne   r0, [r2]
  111. mov     r0, #0x00000000
  112. mov     r15, r14
  113. #endif
  114. /* ==========================================================================
  115.  * machdep_sys_ftruncate()
  116.  */
  117. .global _C_LABEL(machdep_sys_ftruncate)
  118. _C_LABEL(machdep_sys_ftruncate):
  119. mov r12, r13
  120. stmfd r13!, {r11, r12, r14, r15}
  121. sub r13, r13, #8
  122. stmia r13, {r1-r2}
  123. mov r3, #0
  124. sub r11, r12, #4
  125. mov r2, r0
  126. mov r1, #0
  127. mov r0, #201
  128. bl _machdep_sys___syscall
  129. ldmea r11, {r11, r13, r15}
  130. /* ==========================================================================
  131.  * machdep_sys_lseek()
  132.  */
  133. .global _C_LABEL(machdep_sys_lseek)
  134. _C_LABEL(machdep_sys_lseek):
  135. mov r12, r13
  136. stmfd r13!, {r11, r12, r14, r15}
  137. str r3, [r13, #-4]!
  138. sub r13, r13, #8
  139. stmia r13, {r1-r2}
  140. sub r11, r12, #4
  141. mov r3, #0
  142. mov r2, r0
  143. mov r1, #0
  144. mov r0, #SYS_lseek
  145. bl _machdep_sys___syscall
  146. ldmea r11, {r11, r13, r15}
  147. /* ==========================================================================
  148.  * machdep_sys_pipe()
  149.  */
  150. .globl _C_LABEL(machdep_sys_pipe);
  151. _C_LABEL(machdep_sys_pipe):;
  152.         mov     r2, r0
  153. swi     SYS_pipe
  154. bcs     1f
  155. str     r0, [r2, #0x0000]
  156. str     r1, [r2, #0x0004]
  157. mov     r0, #0x00000000
  158. mov     r15, r14
  159. 1:
  160. rsb r0, r0, #0x00000000
  161. mvn r1, #0x00000000
  162. mov r15, r14