HomeSort by: relevance | last modified time | path
    Searched refs:swi (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/arm/arm/
linux_sigcode.S 57 swi LINUX_SYS_sigreturn
61 swi LINUX_SYS_exit
sigcode.S 55 swi SYS_compat_16___sigreturn14
59 swi SYS_exit
syscall.c 90 #include <arm/swi.h>
155 * the swi vector.
157 * If the instruction that caused the exception is not a SWI
201 const uint32_t swi = __SHIFTOUT(insn, __BITS(23,0)); local in function:syscall
202 if (swi == SWI_IMB || swi == SWI_IMBrange) {
261 * Reconstruct the pc to point at the swi.
linux_syscall.c 85 #include <arm/swi.h>
144 /* Reconstruct the pc to point at the swi. */
198 /* Reconstruct the pc to point at the swi. */
  /src/sys/arch/acorn32/stand/lib/
srt0.S 61 swi Wimp_SlotSize
68 swi Wimp_SlotSize
70 swi OS_GetEnv
riscoscalls.S 38 swi OS_WriteC
45 swi OS_NewLine
52 swi OS_ReadC
59 swi OS_CLI
66 swi XOS_CLI
74 swi OS_Byte
88 swi OS_Byte
96 swi OS_Word
104 swi XOS_Args
115 swi XOS_Arg
    [all...]
  /src/sys/arch/zaurus/stand/zboot/
unixsys.S 28 swi __CONCAT(__NR_,x); \
55 swi __NR_syscall
61 swi __NR_select
  /src/games/hack/
makedefs.c 222 swi:
247 goto swi;
277 goto swi;
  /src/sys/arch/acorn32/stand/boot32/
rmheader.S 44 .word 0 /* SWI chunk base number */
45 .word 0 /* SWI handler code offset */
46 .word 0 /* SWI decoding table offset */
47 .word 0 /* SWI decoding code offset */
110 swi XOS_Module
start.S 232 swi OS_EnterOS
  /src/sys/arch/arm/include/
Makefile 20 setjmp.h signal.h sljit_machdep.h swi.h sysarch.h \
  /src/lib/libc/arch/arm/
SYS.h 41 #include <arm/swi.h>
  /src/sys/arch/acorn32/stand/nbfs/
rmheader.S 49 .word 0 /* SWI chunk base number */
50 .word 0 /* SWI handler code offset */
51 .word 0 /* SWI decoding table offset */
52 .word 0 /* SWI decoding code offset */
104 swi XOS_FSControl
111 swi XOS_FSControl
210 swi XOS_FSControl
  /src/sys/arch/evbarm/stand/board/
s3c2410_vector.S 47 swi: label
s3c2800_vector.S 79 swi: label
  /src/sys/arch/sparc/dev/
cgfourteen.c 1512 int dreg = 8, swi = wi, dd; local in function:cg14_bitblt_gc
1519 swi += saddr & 3;
1523 swi = (swi + 3) >> 2; /* round up, number of quads to read */
1535 sxm(SX_LDUQ0, saddr, 8, swi - 1);

Completed in 28 milliseconds