/openbmc/qemu/linux-user/microblaze/ |
H A D | target_syscall.h | 10 struct target_pt_regs { struct 11 microblaze_reg_t r0; 12 microblaze_reg_t r1; 13 microblaze_reg_t r2; 14 microblaze_reg_t r3; 15 microblaze_reg_t r4; 16 microblaze_reg_t r5; 17 microblaze_reg_t r6; 18 microblaze_reg_t r7; 19 microblaze_reg_t r8; [all …]
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_syscall.h | 11 struct target_pt_regs { struct 12 abi_long sepc; 13 abi_long ra; 14 abi_long sp; 15 abi_long gp; 16 abi_long tp; 17 abi_long t0; 18 abi_long t1; 19 abi_long t2; 20 abi_long s0; [all …]
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_syscall.h | 7 struct target_pt_regs { struct 8 abi_ulong r0; 9 abi_ulong r1; 10 abi_ulong r2; 11 abi_ulong r3; 12 abi_ulong r4; 13 abi_ulong r5; 14 abi_ulong r6; 15 abi_ulong r7; 16 abi_ulong r8; [all …]
|
/openbmc/qemu/linux-user/m68k/ |
H A D | target_syscall.h | 7 struct target_pt_regs { struct 8 abi_long d1, d2, d3, d4, d5, d6, d7; 9 abi_long a0, a1, a2, a3, a4, a5, a6; 10 abi_ulong d0; 11 abi_ulong usp; 12 abi_ulong orig_d0; 13 int16_t stkadj; 14 uint16_t sr; 15 abi_ulong pc; 16 uint16_t fntvex; [all …]
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_syscall.h | 15 struct target_pt_regs { struct 16 xtensa_reg_t pc; /* 4 */ 17 xtensa_reg_t ps; /* 8 */ 18 xtensa_reg_t depc; /* 12 */ 19 xtensa_reg_t exccause; /* 16 */ 20 xtensa_reg_t excvaddr; /* 20 */ 21 xtensa_reg_t debugcause; /* 24 */ 22 xtensa_reg_t wmask; /* 28 */ 23 xtensa_reg_t lbeg; /* 32 */ 24 xtensa_reg_t lend; /* 36 */ [all …]
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_syscall.h | 4 struct target_pt_regs { struct 5 target_ulong gr[32]; 6 uint64_t fr[32]; 7 target_ulong sr[8]; 8 target_ulong iasq[2]; 9 target_ulong iaoq[2]; 10 target_ulong cr27; 11 target_ulong __pad0; 12 target_ulong orig_r28; 13 target_ulong ksp; [all …]
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_syscall.h | 30 struct target_pt_regs { struct 31 abi_ulong gpr[32]; 32 abi_ulong nip; 33 abi_ulong msr; 34 abi_ulong orig_gpr3; /* Used for restarting system calls */ 35 abi_ulong ctr; 36 abi_ulong link; 37 abi_ulong xer; 38 abi_ulong ccr; 40 abi_ulong softe; [all …]
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_syscall.h | 5 struct target_pt_regs { struct 14 struct target_pt_regs { argument 15 abi_ulong psr; 16 abi_ulong pc; 17 abi_ulong npc; 18 abi_ulong y; 19 abi_ulong u_regs[16];
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_syscall.h | 7 struct target_pt_regs { struct 8 abi_ulong r15; 9 abi_ulong r14; 10 abi_ulong r13; 11 abi_ulong r12; 12 abi_ulong rbp; 13 abi_ulong rbx; 15 abi_ulong r11; 16 abi_ulong r10; 17 abi_ulong r9; [all …]
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_syscall.h | 24 struct target_pt_regs { struct 25 abi_ulong r15; 26 abi_ulong r14; 27 abi_ulong r13; 28 abi_ulong r12; 29 abi_ulong rbp; 30 abi_ulong rbx; 32 abi_ulong r11; 33 abi_ulong r10; 34 abi_ulong r9; [all …]
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_syscall.h | 4 struct target_pt_regs { struct 5 unsigned long regs[16]; 6 unsigned long pc; 7 unsigned long pr; 8 unsigned long sr; 9 unsigned long gbr; 10 unsigned long mach; 11 unsigned long macl; 12 long tra;
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_syscall.h | 7 struct target_pt_regs { struct 9 abi_ulong pad0[6]; 12 abi_ulong regs[32]; 15 abi_ulong cp0_status; 16 abi_ulong lo; 17 abi_ulong hi; 18 abi_ulong cp0_badvaddr; 19 abi_ulong cp0_cause; 20 abi_ulong cp0_epc;
|
/openbmc/qemu/linux-user/mips64/ |
H A D | target_syscall.h | 7 struct target_pt_regs { struct 9 target_ulong regs[32]; 12 target_ulong cp0_status; 13 target_ulong lo; 14 target_ulong hi; 15 target_ulong cp0_badvaddr; 16 target_ulong cp0_cause; 17 target_ulong cp0_epc;
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_syscall.h | 17 struct target_pt_regs { struct 18 abi_ulong args[1]; 19 target_psw_t psw; 20 abi_ulong gprs[TARGET_NUM_GPRS]; 21 abi_ulong orig_gpr2; 22 unsigned short ilen; 23 unsigned short trap;
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_syscall.h | 41 struct target_pt_regs { struct 42 uint64_t regs[31]; 43 uint64_t sp; 44 uint64_t pc; 45 uint64_t pstate;
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_syscall.h | 4 struct target_pt_regs { struct 5 uint64_t regs[31]; 6 uint64_t sp; 7 uint64_t pc; 8 uint64_t pstate;
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_syscall.h | 16 struct target_pt_regs { struct 18 target_ulong regs[32]; 21 struct { 29 } csr; 30 target_ulong orig_a0; 31 target_ulong __last[0];
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_syscall.h | 8 struct target_pt_regs { struct 9 long ebx; 10 long ecx; 11 long edx; 12 long esi; 13 long edi; 14 long ebp; 15 long eax; 16 int xds; 17 int xes; [all …]
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_syscall.h | 25 struct target_pt_regs { struct 26 long ebx; 27 long ecx; 28 long edx; 29 long esi; 30 long edi; 31 long ebp; 32 long eax; 33 int xds; 34 int xes; [all …]
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | target_syscall.h | 9 struct target_pt_regs { struct 10 abi_ulong gpr[32]; 11 abi_ulong pc; 12 abi_ulong sr;
|
/openbmc/qemu/bsd-user/riscv/ |
H A D | target_syscall.h | 28 struct target_pt_regs { struct 29 abi_ulong regs[32]; 30 abi_ulong sepc;
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | target_syscall.h | 21 struct target_pt_regs { struct 22 abi_long sepc; 23 abi_long sp;
|
/openbmc/qemu/linux-user/arm/ |
H A D | target_syscall.h | 8 struct target_pt_regs { struct 9 abi_long uregs[18];
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_syscall.h | 23 struct target_pt_regs { struct 24 abi_long uregs[17];
|