OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_A_BASE
(Results
1 - 6
of
6
) sorted by null
/external/strace/linux/xtensa/
get_syscall_args.c
7
REG_A_BASE
+ 6,
8
REG_A_BASE
+ 3,
9
REG_A_BASE
+ 4,
10
REG_A_BASE
+ 5,
11
REG_A_BASE
+ 8,
12
REG_A_BASE
+ 9
userent.h
0
{
REG_A_BASE
, "a0" },
2
{
REG_A_BASE
+1, "a1" },
3
{
REG_A_BASE
+2, "a2" },
4
{
REG_A_BASE
+3, "a3" },
5
{
REG_A_BASE
+4, "a4" },
6
{
REG_A_BASE
+5, "a5" },
7
{
REG_A_BASE
+6, "a6" },
8
{
REG_A_BASE
+7, "a7" },
9
{
REG_A_BASE
+8, "a8" },
10
{
REG_A_BASE
+9, "a9" }
[
all
...]
arch_rt_sigframe.c
32
return upeek(tcp,
REG_A_BASE
+ 3, &addr) ? 0 : addr;
get_syscall_result.c
4
return upeek(tcp,
REG_A_BASE
+ 2, &xtensa_a2) < 0 ? -1 : 0;
set_error.c
5
return upoke(tcp,
REG_A_BASE
+ 2, xtensa_a2);
12
return upoke(tcp,
REG_A_BASE
+ 2, xtensa_a2);
/external/u-boot/arch/xtensa/include/asm/
ptrace.h
53
#define
REG_A_BASE
0xfc000000
Completed in 59 milliseconds