HomeSort by: relevance | last modified time | path
    Searched defs:_SYSCALL_NOERROR (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/arch/or1k/
SYS.h 40 #define _SYSCALL_NOERROR(x,y) ENTRY(x) ;\
49 #define _SYSCALL(x,y) _SYSCALL_NOERROR(x,y) ;\
53 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
57 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
62 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
  /src/lib/libc/arch/i386/
SYS.h 100 #define _SYSCALL_NOERROR(x,y) \
118 _SYSCALL_NOERROR(x,y); \
122 _SYSCALL_NOERROR(x,x)
128 _SYSCALL_NOERROR(x,y); \
133 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/m68k/
SYS.h 50 #define _SYSCALL_NOERROR(x,y) \
55 _SYSCALL_NOERROR(x,y); \
59 _SYSCALL_NOERROR(x,x)
65 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/powerpc/
SYS.h 11 #define _SYSCALL_NOERROR(x,y) .text ;\
19 _SYSCALL_NOERROR(x,y) ;\
22 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
26 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
30 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
  /src/lib/libc/arch/powerpc64/
SYS.h 41 #define _SYSCALL_NOERROR(x,y) .text ;\
49 _SYSCALL_NOERROR(x,y) ;\
52 #define SYSCALL_NOERROR(x) _SYSCALL_NOERROR(x,x)
56 #define PSEUDO_NOERROR(x,y) _SYSCALL_NOERROR(x,y) ;\
60 #define PSEUDO(x,y) _SYSCALL_NOERROR(x,y) ;\
  /src/lib/libc/arch/sh3/
SYS.h 60 #define _SYSCALL_NOERROR(x,y) \
93 _SYSCALL_NOERROR(x,y); \
97 _SYSCALL_NOERROR(x,x)
103 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/vax/
SYS.h 45 #define _SYSCALL_NOERROR(x,y) \
52 _SYSCALL_NOERROR(x,y); \
56 _SYSCALL_NOERROR(x,x)
62 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/x86_64/
SYS.h 48 #define _SYSCALL_NOERROR(x,y) \
58 _SYSCALL_NOERROR(x,y); \
62 _SYSCALL_NOERROR(x,x)
68 _SYSCALL_NOERROR(x,y); \
73 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/aarch64/
SYS.h 41 #define _SYSCALL_NOERROR(x,y) \
51 _SYSCALL_NOERROR(x,y); \
55 _SYSCALL_NOERROR(x,x)
61 _SYSCALL_NOERROR(x,y); \
  /src/lib/libc/arch/arm/
SYS.h 81 #define _SYSCALL_NOERROR(x,y) \
92 _SYSCALL_NOERROR(x,y); \
96 _SYSCALL_NOERROR(x,x)
103 _SYSCALL_NOERROR(x,y); \

Completed in 19 milliseconds