| /rk3399_rockchip-uboot/arch/arc/include/asm/ |
| H A D | ptrace.h | 10 struct pt_regs { struct 11 long bta; 12 long lp_start; 13 long lp_end; 14 long lp_count; 15 long status32; 16 long ret; 17 long blink; 18 long fp; 19 long r26; /* gp */ [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | ptrace.h | 14 struct pt_regs { struct 15 ulong d0; 16 ulong d1; 17 ulong d2; 18 ulong d3; 19 ulong d4; 20 ulong d5; 21 ulong d6; 22 ulong d7; 23 ulong a0; [all …]
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | ptrace.h | 26 struct pt_regs { struct 27 NDS32_REG ir0; 28 NDS32_REG ipsw; 29 NDS32_REG ipc; 30 NDS32_REG sp; 31 NDS32_REG orig_r0; 32 NDS32_REG pipsw; 33 NDS32_REG pipc; 34 NDS32_REG pp0; 35 NDS32_REG pp1; [all …]
|
| /rk3399_rockchip-uboot/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 85 struct pt_regs { struct 86 unsigned long pc; /* 4 */ 87 unsigned long ps; /* 8 */ 88 unsigned long depc; /* 12 */ 89 unsigned long exccause; /* 16 */ 90 unsigned long excvaddr; /* 20 */ 114 # define task_pt_regs(tsk) ((struct pt_regs *) \ argument
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | ptrace.h | 21 struct pt_regs { struct 47 static inline unsigned long kernel_stack_pointer(struct pt_regs *regs) in kernel_stack_pointer() argument
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 26 struct pt_regs { struct 27 PPC_REG gpr[32]; 28 PPC_REG nip; 29 PPC_REG msr; 30 PPC_REG orig_gpr3; /* Used for restarting system calls */ 31 PPC_REG ctr; 32 PPC_REG link; 33 PPC_REG xer; 34 PPC_REG ccr; 35 PPC_REG mq; /* 601 only (not used at present) */ [all …]
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | ptrace.h | 28 struct pt_regs { struct 29 long ebx; 30 long ecx; 31 long edx; 32 long esi; 33 long edi; 34 long ebp; 35 long eax; 36 int xds; 37 int xes; [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/ |
| H A D | ptrace.h | 23 struct pt_regs { struct 29 unsigned long ttbr0; 30 unsigned long hcr; /* hcr_el2/scr_el3 */ 31 unsigned long sctlr; 32 unsigned long sp; 33 unsigned long spsr; 34 unsigned long vbar; 35 unsigned long daif; 36 unsigned long esr; 38 unsigned long elr; [all …]
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | interrupts.c | 119 void do_undefined_instruction (struct pt_regs *pt_regs) in do_undefined_instruction() 128 void do_software_interrupt (struct pt_regs *pt_regs) in do_software_interrupt() 137 void do_prefetch_abort (struct pt_regs *pt_regs) in do_prefetch_abort() 146 void do_data_abort (struct pt_regs *pt_regs) in do_data_abort() 155 void do_not_used (struct pt_regs *pt_regs) in do_not_used() 164 void do_fiq (struct pt_regs *pt_regs) in do_fiq() 174 void do_irq (struct pt_regs *pt_regs) in do_irq()
|
| H A D | interrupts_64.c | 140 void do_bad_sync(struct pt_regs *pt_regs, unsigned int esr) in do_bad_sync() 151 void do_bad_irq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_irq() 162 void do_bad_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_bad_fiq() 173 void do_bad_error(struct pt_regs *pt_regs, unsigned int esr) in do_bad_error() 184 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() 203 void do_irq(struct pt_regs *pt_regs, unsigned int esr) in do_irq() 215 void do_fiq(struct pt_regs *pt_regs, unsigned int esr) in do_fiq() 229 void __weak do_error(struct pt_regs *pt_regs, unsigned int esr) in do_error()
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | ptrace.h | 11 struct pt_regs { struct 12 unsigned reg[32]; 13 unsigned status;
|
| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | ptrace.h | 52 struct pt_regs { struct 53 unsigned long regs[16]; 54 unsigned long pc; 55 unsigned long pr; 56 unsigned long sr; 57 unsigned long gbr; 58 unsigned long mach; 59 unsigned long macl; 60 long tra;
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | ptrace.h | 65 struct pt_regs struct 81 /* When a struct pt_regs is used to save user state for a system call in argument
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | ptrace.h | 12 struct pt_regs { struct
|
| /rk3399_rockchip-uboot/arch/nds32/lib/ |
| H A D | interrupts.c | 100 void do_interruption(struct pt_regs *pt_regs, int EVIC_num) in do_interruption()
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-generic.c | 308 void do_irq(struct pt_regs *pt_regs, unsigned int esr) in do_irq() 318 void do_irq(struct pt_regs *pt_regs) in do_irq()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_mini_dump.c | 129 u32 md_no_fault_handler(struct pt_regs *pt_regs, unsigned int esr) in md_no_fault_handler()
|