Home
last modified time | relevance | path

Searched defs:pt_regs (Results 1 – 5 of 5) sorted by relevance

/libcpu/ppc/common/
A Dptrace.h23 struct pt_regs { struct
24 PPC_REG gpr[32];
25 PPC_REG nip;
26 PPC_REG msr;
28 PPC_REG ctr;
29 PPC_REG link;
30 PPC_REG xer;
31 PPC_REG ccr;
34 PPC_REG trap; /* Reason for being here */
35 PPC_REG dar; /* Fault registers */
[all …]
/libcpu/ppc/ppc405/include/asm/
A Dptrace.h28 struct pt_regs { struct
29 PPC_REG gpr[32];
30 PPC_REG nip;
31 PPC_REG msr;
33 PPC_REG ctr;
34 PPC_REG link;
35 PPC_REG xer;
36 PPC_REG ccr;
39 PPC_REG trap; /* Reason for being here */
40 PPC_REG dar; /* Fault registers */
[all …]
/libcpu/mips/common/
A Dptrace.h31 struct pt_regs { struct
35 rt_uint32_t pad0[8];
38 rt_uint32_t regs[32];
63 * so it should be a part of pt_regs */ argument
64 struct mips_fpu_struct fpu;
/libcpu/arm/cortex-r52/
A Dbacktrace.h42 struct pt_regs struct
44 unsigned long uregs[18];
/libcpu/arm/cortex-a/
A Dbacktrace.h43 struct pt_regs struct
45 unsigned long uregs[18];

Completed in 7 milliseconds