/src/lib/libc/arch/alpha/gen/ |
_resumecontext.S | 33 CALL(_resumecontext)
|
swapcontext.S | 46 CALL(_getcontext) /* getcontext(oucp) */ 56 CALL(setcontext) /* setcontext(ucp) */
|
__setjmp14.S | 38 * the last call to 69 CALL(__sigprocmask14) 74 CALL(__sigaltstack14) 119 CALL(abort)
|
/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)
|
cerror.S | 51 CALL(__errno)
|
/src/lib/csu/arch/powerpc/ |
crt0.S | 55 CALL(___start)
|
/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)
|
compat__setjmp.S | 37 * the last call to 124 CALL(longjmperror) 125 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)
|
multiproc.s | 46 * make the function call look right, and call cpu_hatch() to finish 81 /* Restore argument and call cpu_hatch() */ 83 CALL(cpu_hatch)
|
/src/libexec/ld.elf_so/arch/alpha/ |
rtld_start.S | 34 * Note: we can call ourselves LEAF even though we use callee-saved 35 * registers because we're the root of the call graph. 66 CALL(_rtld) /* v0 = _rtld(sp, relocbase); */ 80 CALL(exit) 193 CALL(_rtld_bind) 242 CALL(_rtld_bind) 284 CALL(_rtld_bind)
|
/src/lib/libc/arch/sparc/sys/ |
__clone.S | 69 * Args are now set up for system call as (flags, stack). 78 call %l0 ! Call the clone's entry point. 81 CALL(_C_LABEL(_exit))
|
/src/lib/libc/arch/sh3/gen/ |
swapcontext.S | 47 1: CALL r0 ! _getcontext(oucp) 61 2: CALL r2 ! setcontext(ucp)
|
setjmp.S | 48 * will generate a "return(v)" from the last call to 63 1: CALL r0 119 1: CALL r0
|
/src/libexec/ld.elf_so/arch/powerpc/ |
rtld_start64.S | 57 CALL(_rtld_relocate_nonplt_self) 61 CALL(_rtld) // _start = _rtld(sp, relocbase) 66 mtctr %r0 // so we can call it. 103 mr %r31, %r12 // save this across bind call 107 CALL(_rtld_bind) // _rtld_bind(obj, reloff)
|
/src/lib/csu/arch/sh3/ |
crtbegin.S | 134 CALL r0 142 CALL r0 163 CALL r2 178 CALL r2 184 !! call all constructors on __CTOR_LIST__ in reverse order 273 CALL r0 278 !! call all destructors on __DTOR_LIST__ 304 CALL r0 311 CALL r0 356 0: braf r1; /* NB: branch, not call ... */ [all...] |
/src/sys/fs/udf/ |
udf_rename.c | 86 DPRINTF(CALL, ("udf_sane_rename '%s' -> '%s'\n", 109 DPRINTF(CALL, ("udf_rename called\n")); 136 DPRINTF(CALL, ("udf_gro_directory_empty_p called\n")); 184 DPRINTF(CALL, ("udf_gro_rename_check_possible called\n")); 229 DPRINTF(CALL, ("udf_gro_rename_check_permitted called\n")); 271 DPRINTF(CALL, ("udf_gro_remove_check_possible called\n")); 304 DPRINTF(CALL, ("udf_gro_remove_check_permitted called\n")); 351 DPRINTF(CALL, ("udf_gro_rename called\n")); 429 DPRINTF(CALL, ("udf_gro_remove called\n")); 468 DPRINTF(CALL, ("udf_gro_lookup called\n")) [all...] |
/src/lib/libc/compat/arch/sh3/gen/ |
compat_setjmp.S | 48 * will generate a "return(v)" from the last call to 60 1: CALL r0 /* int mask = sigblock(0); */ 97 1: CALL r0 /* sigsetmask(saved mask) */
|
compat_sigsetjmp.S | 54 1: CALL r0 /* int mask = sigblock(0); */ 94 1: CALL r0 /* sigsetmask(saved mask) */
|
/src/sys/arch/sparc64/include/ |
elf_support.h | 50 const unsigned int CALL = 0x40000000U; /* call 0 */ 102 * +-2GB. This can use a direct call instruction: 104 * call (value - .) 107 where[1] = CALL | ((-(offset + 4)>> 2) & 0x3fffffffU);
|