OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparc_regs
(Results
1 - 13
of
13
) sorted by null
/external/strace/linux/sparc/
arch_regs.c
1
struct pt_regs
sparc_regs
; /* not static */
variable in typeref:struct:pt_regs
2
#define ARCH_REGS_FOR_GETREGS
sparc_regs
3
#define ARCH_PC_REG
sparc_regs
.pc
arch_getrval2.c
4
return
sparc_regs
.u_regs[U_REG_O1];
get_error.c
4
if (
sparc_regs
.psr & PSR_C) {
6
tcp->u_error =
sparc_regs
.u_regs[U_REG_O0];
8
tcp->u_rval =
sparc_regs
.u_regs[U_REG_O0];
get_syscall_args.c
5
tcp->u_arg[0] =
sparc_regs
.u_regs[U_REG_O0 + 0];
6
tcp->u_arg[1] =
sparc_regs
.u_regs[U_REG_O0 + 1];
7
tcp->u_arg[2] =
sparc_regs
.u_regs[U_REG_O0 + 2];
8
tcp->u_arg[3] =
sparc_regs
.u_regs[U_REG_O0 + 3];
9
tcp->u_arg[4] =
sparc_regs
.u_regs[U_REG_O0 + 4];
10
tcp->u_arg[5] =
sparc_regs
.u_regs[U_REG_O0 + 5];
get_scno.c
5
tcp->scno =
sparc_regs
.u_regs[U_REG_G1];
arch_regs.h
1
extern struct pt_regs
sparc_regs
;
arch_sigreturn.c
4
long fp =
sparc_regs
.u_regs[U_REG_FP] + sizeof(struct sparc_stackf);
/external/strace/linux/sparc64/
arch_regs.c
2
#define ARCH_PC_REG
sparc_regs
.tpc
get_error.c
4
if (
sparc_regs
.tstate & 0x1100000000UL) {
6
tcp->u_error =
sparc_regs
.u_regs[U_REG_O0];
8
tcp->u_rval =
sparc_regs
.u_regs[U_REG_O0];
get_scno.c
8
trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)
sparc_regs
.tpc, 0);
23
tcp->scno =
sparc_regs
.u_regs[U_REG_G1];
/external/elfutils/backends/
Makefile.am
86
sparc_SRCS = sparc_init.c sparc_symbol.c
sparc_regs
.c sparc_retval.c \
ChangeLog
75
*
sparc_regs
.c (sparc_register_info): Use ebl->class not ebl->machine.
805
*
sparc_regs
.c (sparc_register_name): Likewise.
822
*
sparc_regs
.c (sparc_register_name): List 32 FPU regs only for
898
*
sparc_regs
.c: New file.
/external/autotest/client/deps/systemtap/
elfutils-0.140.tar.bz2
Completed in 429 milliseconds