Searched refs:arg3 (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dtest2.s1 .macro m arg1 arg2 arg3
3 .ifc ,\arg2\arg3
5 m \arg2,\arg3
/netbsd-current/sys/arch/hppa/hppa/
H A Dsupport.S78 ldw R%dcache_stride(%t1), %arg3
85 zdep %arg3, 27, 28, %t1 /* get size of a 16X loop in t1 */
92 fdc,m %arg3(%sr1, %arg1) /* Start flushing first cache line. */
94 fdc,m %arg3(%sr1, %arg1)
95 fdc,m %arg3(%sr1, %arg1)
96 fdc,m %arg3(%sr1, %arg1)
97 fdc,m %arg3(%sr1, %arg1)
98 fdc,m %arg3(%sr1, %arg1)
99 fdc,m %arg3(%sr1, %arg1)
100 fdc,m %arg3(
[all...]
H A Dsigcode.S75 * in %arg3. It may actually be a PLABEL.
77 bb,>=,n %arg3, 30, L$sigcode_bounce ; branch if not a PLABEL
78 depi 0, 31, 2, %arg3 ; zero L bit in PLABEL pointer
79 ldw 4(%arg3), %r19 ; load shared library linkage
80 ldw 0(%arg3), %arg3 ; load real catcher address
91 * This bv schedules the instruction pointed to by arg3
92 * for execution. So, arg3 is the address of the signal
95 bv,n %r0(%arg3)
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Derror.h28 const errarg &arg3 = empty_errarg);
34 const errarg &arg3 = empty_errarg);
40 const errarg &arg3 = empty_errarg);
45 const errarg &arg3 = empty_errarg);
50 const errarg &arg3 = empty_errarg);
55 const errarg &arg3 = empty_errarg);
/netbsd-current/lib/libc/compat/arch/hppa/sys/
H A Dcompat___sigtramp1.S70 * in %arg3. It may actually be a PLABEL.
72 bb,>=,n %arg3, 30, L$sigcode_bounce ; branch if not a PLABEL
73 depi 0, 31, 2, %arg3 ; zero L bit in PLABEL pointer
74 ldw 4(%arg3), %r19 ; load shared library linkage
75 ldw 0(%arg3), %arg3 ; load real catcher address
86 * This bv schedules the instruction pointed to by arg3
87 * for execution. So, arg3 is the address of the signal
90 bv,n %r0(%arg3)
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Derror.cpp40 const errarg &arg3)
70 errprint(format, arg1, arg2, arg3);
82 const errarg &arg3)
85 current_lineno, type, format, arg1, arg2, arg3);
92 const errarg &arg3)
94 do_error(ERROR, format, arg1, arg2, arg3);
100 const errarg &arg3)
102 do_error(WARNING, format, arg1, arg2, arg3);
108 const errarg &arg3)
110 do_error(FATAL, format, arg1, arg2, arg3);
33 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
78 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
89 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
97 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
105 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
113 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
124 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
135 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-syscall.h31 long sim_syscall (SIM_CPU *, int func, long arg1, long arg2, long arg3,
35 void sim_syscall_multi (SIM_CPU *, int func, long arg1, long arg2, long arg3,
H A Dsim-syscall.c59 sim_syscall_multi (SIM_CPU *cpu, int func, long arg1, long arg2, long arg3,
73 sc.arg3 = arg3;
94 syscall, func, arg1, arg2, arg3, sc.result,
98 syscall, func, arg1, arg2, arg3, sc.result);
109 sim_syscall (SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4)
114 sim_syscall_multi (cpu, func, arg1, arg2, arg3, arg4, &result, &result2,
57 sim_syscall_multi(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4, long *result, long *result2, int *errcode) argument
107 sim_syscall(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4) argument
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-syscall.h33 long sim_syscall (SIM_CPU *, int func, long arg1, long arg2, long arg3,
37 void sim_syscall_multi (SIM_CPU *, int func, long arg1, long arg2, long arg3,
H A Dsim-syscall.c62 sim_syscall_multi (SIM_CPU *cpu, int func, long arg1, long arg2, long arg3,
76 sc.arg3 = arg3;
97 syscall, func, arg1, arg2, arg3, sc.result,
101 syscall, func, arg1, arg2, arg3, sc.result);
124 sim_syscall (SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4)
129 sim_syscall_multi (cpu, func, arg1, arg2, arg3, arg4, &result, &result2,
60 sim_syscall_multi(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4, long *result, long *result2, int *errcode) argument
122 sim_syscall(SIM_CPU *cpu, int func, long arg1, long arg2, long arg3, long arg4) argument
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dtrace.h291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg
[all...]
/netbsd-current/lib/libc/arch/hppa/sys/
H A D__sigtramp2.S146 * Our sendsig() places the address of the signal handler in %arg3.
149 bb,>=,n %arg3, 30, L$sigcode_bounce ; branch if not a PLABEL
150 depi 0, 31, 2, %arg3 ; zero L bit in PLABEL pointer
151 ldw 4(%arg3), %r19 ; load shared library linkage
152 ldw 0(%arg3), %arg3 ; load real catcher address
166 * This bv schedules the instruction pointed to by arg3
167 * for execution. So, arg3 is the address of the signal
170 bv,n %r0(%arg3)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc40 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
43 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
48 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
52 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
64 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
78 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc38 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
41 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
46 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
50 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
56 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
62 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
69 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
76 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
42 "S"((u64)arg2), "d"((u64)arg3) : "rcx", "r11", "memory", "cc");
47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
51 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
57 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
63 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
70 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
77 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
/netbsd-current/tests/compat/linux/arch/x86_64/
H A Dh_syscall.c36 syscall6(long number, register_t arg1, register_t arg2, register_t arg3, argument
46 : "a"(number), "D"(arg1), "S"(arg2), "d"(arg3), "r"(r10), "r"(r8), "r"(r9)
/netbsd-current/sys/arch/ia64/include/
H A Dpal.h100 u_int64_t arg2, u_int64_t arg3);
103 u_int64_t arg2, u_int64_t arg3);
106 u_int64_t arg2, u_int64_t arg3);
109 u_int64_t arg2, u_int64_t arg3);
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Deqn.h47 const errarg &arg3 = empty_errarg);
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4) argument
31 rump_getvninfo(arg1, arg2, arg3, arg4);
165 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6) argument
170 rv = rump_namei(arg1, arg2, arg3, arg4, arg5, arg6);
177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6) argument
182 rv = rump_makecn(arg1, arg2, arg3, arg4, arg5, arg6);
201 rump_pub_vfs_root(struct mount *arg1, struct vnode **arg2, int arg3) argument
206 rv = rump_vfs_root(arg1, arg2, arg3);
225 rump_pub_vfs_sync(struct mount *arg1, int arg2, struct kauth_cred *arg3) argument
230 rv = rump_vfs_sync(arg1, arg2, arg3);
237 rump_pub_vfs_fhtovp(struct mount *arg1, struct fid *arg2, struct vnode **arg3) argument
249 rump_pub_vfs_vptofh(struct vnode *arg1, struct fid *arg2, size_t *arg3) argument
261 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg5) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/hppa/parse/
H A Dstdreg.s16 ldi 15,%arg3
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
79 case "$arg3" in
80 *.crt) args="$args chain:FILE:$nistdir/certs/$arg3" ;;
81 *.crl) args="$args crl:FILE:$nistdir/crls/$arg3" ;;
82 *) args="$args $arg3" ;;
/netbsd-current/sys/rump/librump/rumpkern/
H A Drumpkern_if_wrappers.c51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4) argument
56 rv = rump_kernelfsym_load(arg1, arg2, arg3, arg4);
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4) argument
68 rv = rump_uio_setup(arg1, arg2, arg3, arg4);
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4) argument
116 rv = rump_cred_create(arg1, arg2, arg3, arg4);
204 rump_pub_etfs_register(const char *arg1, const char *arg2, enum rump_etfs_type arg3) argument
209 rv = rump_etfs_register(arg1, arg2, arg3);
216 rump_pub_etfs_register_withsize(const char *arg1, const char *arg2, enum rump_etfs_type arg3, uint64_t arg4, uint64_t arg5) argument
221 rv = rump_etfs_register_withsize(arg1, arg2, arg3, arg
[all...]
/netbsd-current/sys/sys/
H A Dsdt.h60 #define DTRACE_PROBE3(prov, name, arg1, arg2, arg3) do { \
64 (unsigned long)(arg2), (unsigned long)(arg3)); \
67 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) do { \
71 (unsigned long)(arg2), (unsigned long)(arg3), \
75 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) do { \
79 (unsigned long)(arg2), (unsigned long)(arg3), \
99 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) do \
104 __MACROUSE((uintptr_t)(arg3)); \
113 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3)
114 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg
[all...]
/netbsd-current/sys/secmodel/overlay/
H A Dsecmodel_overlay.c236 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3)
251 arg0, arg1, arg2, arg3);
262 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3)
277 arg0, arg1, arg2, arg3);
288 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3)
303 arg0, arg1, arg2, arg3);
314 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3)
329 arg0, arg1, arg2, arg3);
340 void *cookie, void *arg0, void *arg1, void *arg2, void *arg3)
355 arg0, arg1, arg2, arg3);
235 secmodel_overlay_generic_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
261 secmodel_overlay_system_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
287 secmodel_overlay_process_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
313 secmodel_overlay_network_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
339 secmodel_overlay_machdep_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
365 secmodel_overlay_device_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
391 secmodel_overlay_vnode_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, void *arg0, void *arg1, void *arg2, void *arg3) argument
[all...]
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dxref.c121 char *arg3 = get_xref_token (0); local
142 if (*arg2 || *arg3)
147 execute_string ("%s", *arg3 ? arg3 : arg2);
160 add_word_args (_("See section ``%s'' in "), *arg3 ? arg3 : arg1);
185 if (*arg3)
188 execute_string ("%s", arg3);
219 arg3 - title or topic (and reference name if arg2 is NULL)
226 if (*arg3)
[all...]

Completed in 197 milliseconds

1234567891011>>