OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips_REG_A3
(Results
1 - 5
of
5
) sorted by null
/external/strace/linux/mips/
get_scno.c
8
if (
mips_REG_A3
== 0 ||
mips_REG_A3
== (uint64_t) -1) {
set_error.c
5
mips_REG_A3
= -1;
13
mips_REG_A3
= 0;
get_error.c
4
if (
mips_REG_A3
) {
get_syscall_args.c
9
tcp->u_arg[3] =
mips_REG_A3
;
16
tcp->u_arg[3] =
mips_REG_A3
;
arch_regs.h
14
#define
mips_REG_A3
mips_regs.uregs[REG_A0 + 3]
Completed in 207 milliseconds