/openbmc/qemu/linux-user/openrisc/ |
H A D | target_cpu.h | 23 static inline void cpu_clone_regs_child(CPUOpenRISCState *env, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUSH4State *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_cpu.h | 11 static inline void cpu_clone_regs_child(CPULoongArchState *env, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUMBState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUS390XState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | target_cpu.h | 21 static inline void cpu_clone_regs_child(CPUHexagonState *env, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/cris/ |
H A D | target_cpu.h | 23 static inline void cpu_clone_regs_child(CPUCRISState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_cpu.h | 4 static inline void cpu_clone_regs_child(CPURISCVState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUARMState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUMIPSState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_cpu.h | 7 static inline void cpu_clone_regs_child(CPUXtensaState *env, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/m68k/ |
H A D | target_cpu.h | 24 static inline void cpu_clone_regs_child(CPUM68KState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUHPPAState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUPPCState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_cpu.h | 22 static inline void cpu_clone_regs_child(CPUAlphaState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_cpu.h | 23 static inline void cpu_clone_regs_child(CPUX86State *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/arm/ |
H A D | target_cpu.h | 44 static inline void cpu_clone_regs_child(CPUARMState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_cpu.h | 40 static inline void cpu_clone_regs_child(CPUSPARCState *env, target_ulong newsp, in cpu_clone_regs_child() function
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6585 cpu_clone_regs_child(new_env, newsp, flags); in do_fork() 6668 cpu_clone_regs_child(env, newsp, flags); in do_fork()
|