OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CALL
(Results
1 - 14
of
14
) sorted by relevancy
/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/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/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);
/src/sys/arch/hppa/include/
asm.h
126
#define
CALL
(func,tmp) !\
129
.
call
!\
138
.
call
!\
144
CALL
(func,%r1)
/src/sys/arch/sh3/include/
asm.h
120
* 1:
CALL
r0 ! each
call
site needs a label
124
* 2:
CALL
r0
128
* lds.l @sp+, pr ! so
call
in right order
135
* .L_function_1: ! if you
call
the same function twice
136
* CALL_DATUM(function, 1b) ! provide
call
datum for each
call
169
#define
CALL
bsrf
191
#define
CALL
jsr @
/src/libexec/ld.elf_so/arch/sparc/
mdreloc.c
171
* The first entry holds the
call
the dynamic linker.
172
* We construct a `
call
' sequence that transfers
178
#define
CALL
0x40000000
181
obj->pltgot[1] =
CALL
|
/src/include/rpc/
rpc_msg.h
50
* NOTE:
call
and reply use the same overall struct but
55
CALL
=0,
135
* Body of an rpc request
call
.
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc
198
CALL
,
286
case Event::
CALL
:
412
void ScopedThread::
Call
(void(*pc)()) {
413
Event event(Event::
CALL
, (void*)((uintptr_t)pc));
/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/usr.sbin/gspa/gspa/
gsp_inst.c
79
#define
CALL
6 /* reg or address */
137
{"
CALL
",0x0920,
CALL
, {EXREG, 0, 0, 0}},
138
{"CALLA",0x0D5F,
CALL
, {EXPR, 0, 0, 0}},
139
{"CALLR",0x0D3F,
CALL
, {EXPR, 0, 0, 0}},
561
case
CALL
: /* reg or address */
567
if( opc == 0x0920 ){ /*
CALL
*/
/src/usr.bin/xlint/lint1/
op.h
117
CALL
,
/src/sys/arch/powerpc/include/
asm.h
131
# define
CALL
(y) \
146
# define
CALL
(y) \
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeSPARC_common.c
128
#define
CALL
(OPC1(0x1))
224
/*
Call
is always patchable on sparc 32. */
228
inst[-1] =
CALL
;
232
inst[0] =
CALL
;
366
buf_ptr[0] =
CALL
| (addr & 0x3fffffff);
/src/sys/arch/alpha/include/
asm.h
55
* S Saved by callee (
call
-Safe registers)
68
#define s0 $9 /* (S)
call
-safe registers */
96
#define fs0 $f2 /* (S)
call
-safe registers */
162
* NESTED functions (functions that
call
other functions) should define
266
bsr ra,exception_save_regs /* jmp/
CALL
trashes pv/t12 */
272
* A leaf function does not
call
other functions AND does not
411
*
CALL
414
#define
CALL
(_name_) \
499
CALL
(printf)
507
CALL
(panic
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025