| /src/lib/libc/arch/alpha/gen/ |
| _resumecontext.S | 33 CALL(_resumecontext)
|
| swapcontext.S | 46 CALL(_getcontext) /* getcontext(oucp) */ 56 CALL(setcontext) /* setcontext(ucp) */
|
| /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ |
| call.s | 1 # check the CALL insn. 7 CALL 3
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/ |
| call.s | 1 # check the CALL insn. 7 CALL 3
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| MIGChecker.cpp | 48 #define CALL(required_args, deallocated_arg, ...) \ 54 CALL(3, 1, "vm_deallocate"), 55 CALL(3, 1, "mach_vm_deallocate"), 56 CALL(2, 0, "mig_deallocate"), 57 CALL(2, 1, "mach_port_deallocate"), 58 CALL(1, 0, "device_deallocate"), 59 CALL(1, 0, "iokit_remove_connect_reference"), 60 CALL(1, 0, "iokit_remove_reference"), 61 CALL(1, 0, "iokit_release_port"), 62 CALL(1, 0, "ipc_port_release") [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| a4.s | 10 CALL red; 16 CALL red; 22 CALL red;
|
| zcall.s | 7 CALL _foo; 29 CALL _m1; 36 CALL ___main; 41 CALL _m2;
|
| stk5.s | 8 CALL _foo; 30 CALL _printf;
|
| c_calla_subr.s | 11 CALL SUBR;
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| a4.s | 10 CALL red; 16 CALL red; 22 CALL red;
|
| zcall.s | 7 CALL _foo; 29 CALL _m1; 36 CALL ___main; 41 CALL _m2;
|
| stk5.s | 8 CALL _foo; 30 CALL _printf;
|
| c_calla_subr.s | 11 CALL SUBR;
|
| /src/lib/csu/arch/alpha/ |
| crt0.S | 52 CALL(___start)
|
| /src/sys/arch/playstation2/playstation2/ |
| sifbios.c | 56 #define CALL(t, n, a) ((t)(*__sifbios_call)((n), (void *)(a))) 87 /* call SIF BIOS */ 89 while (CALL(int, callno, &sifbios_arg) != 0 && --retry > 0) 93 printf("SIF BIOS call %d failed\n", callno); 132 return CALL(int, 0, 0); 140 CALL(void, 1, &sifbios_arg); 148 CALL(void, 2, &sifbios_arg); 156 CALL(void, 3, &sifbios_arg); 163 return CALL(int, 4, 0); 173 return CALL(int, 16, 0) [all...] |
| /src/lib/libc/arch/alpha/sys/ |
| __clone.S | 63 * The system call expects (flags, stack). 78 /* Call the clone's entry point. */ 79 CALL((pv)) 83 CALL(_exit)
|
| /src/lib/csu/arch/powerpc/ |
| crt0.S | 55 CALL(___start)
|
| /src/external/gpl3/binutils/dist/gprof/ |
| sparc.c | 40 #define CALL (0xc0000000) 61 if (insn & CALL)
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| sparc.c | 40 #define CALL (0xc0000000) 61 if (insn & CALL)
|
| /src/sys/arch/alpha/stand/common/ |
| start.S | 108 CALL(init_prom_calls) 127 CALL(memset) 134 CALL(main) /* transfer to C */
|
| /src/lib/libc/compat/arch/alpha/gen/ |
| compat_setjmp.S | 37 * the last call to 65 CALL(sigblock) /* see what's blocked */ 71 CALL(__sigaltstack14) 120 CALL(sigreturn) /* use sigreturn to return */ 123 CALL(longjmperror) 124 CALL(abort)
|
| /src/sys/arch/ia64/ia64/ |
| exception.S | 801 * Call exception_save_regs to preserve the interrupted state in a 802 * trapframe. Note that we don't use a call instruction because we 803 * must be careful not to lose track of the RSE state. We then call 809 #define CALL(_func_, _n_, _ifa_) \ 823 br.call.sptk rp=_func_ ;; \ 864 CALL(trap, 0, cr.ifa) 950 CALL(trap, 20, cr.ifa) // Page Not Present trap 1036 CALL(trap, 20, cr.ifa) // Page Not Present trap 1079 CALL(trap, 3, cr.ifa) 1122 CALL(trap, 4, cr.ifa [all...] |
| /src/lib/libc/arch/sparc/ |
| SYS.h | 61 #define CALL(name) \ 68 #define CALL(name) \ 73 #define ERROR() CALL(CERROR) 93 * RSYSCALL is used when the system call should just return. Here we
|
| /src/sys/arch/alpha/alpha/ |
| debug.s | 96 CALL(cpu_pause_resume_all) 116 CALL(kgdb_trap) 120 mov s0, a1 /* same arguments as the call */ 125 CALL(ddb_trap) 136 CALL(cpu_pause_resume_all)
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| scjdefs.h | 21 #define P2CALL CALL
|