/openbmc/qemu/linux-user/openrisc/ |
H A D | target_cpu.h | 42 static inline abi_ulong get_sp_from_cpustate(CPUOpenRISCState *state) in get_sp_from_cpustate() function
|
H A D | signal.c | 77 target_ulong sp = get_sp_from_cpustate(env); in get_sigframe() 139 abi_ulong frame_addr = get_sp_from_cpustate(env); in do_rt_sigreturn()
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_cpu.h | 40 static inline abi_ulong get_sp_from_cpustate(CPUSH4State *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_cpu.h | 30 static inline abi_ulong get_sp_from_cpustate(CPULoongArchState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_vmparam.h | 37 static inline abi_ulong get_sp_from_cpustate(CPUX86State *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | target_cpu.h | 40 static inline abi_ulong get_sp_from_cpustate(CPUMBState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_vmparam.h | 39 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() function
|
H A D | target_arch_cpu.h | 69 abi_ulong params = get_sp_from_cpustate(env); in target_cpu_loop()
|
/openbmc/qemu/bsd-user/x86_64/ |
H A D | target_arch_vmparam.h | 37 static inline abi_ulong get_sp_from_cpustate(CPUX86State *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_cpu.h | 41 static inline abi_ulong get_sp_from_cpustate(CPUS390XState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | target_cpu.h | 39 static inline abi_ulong get_sp_from_cpustate(CPUHexagonState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/cris/ |
H A D | target_cpu.h | 41 static inline abi_ulong get_sp_from_cpustate(CPUCRISState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_cpu.h | 23 static inline abi_ulong get_sp_from_cpustate(CPURISCVState *state) in get_sp_from_cpustate() function
|
H A D | signal.c | 65 abi_ulong sp = get_sp_from_cpustate(regs); in get_sigframe()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_cpu.h | 46 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_vmparam.h | 59 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_cpu.h | 41 static inline abi_ulong get_sp_from_cpustate(CPUMIPSState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_cpu.h | 28 static inline abi_ulong get_sp_from_cpustate(CPUXtensaState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/m68k/ |
H A D | target_cpu.h | 45 static inline abi_ulong get_sp_from_cpustate(CPUM68KState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_cpu.h | 44 static inline abi_ulong get_sp_from_cpustate(CPUHPPAState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/ppc/ |
H A D | target_cpu.h | 55 static inline abi_ulong get_sp_from_cpustate(CPUPPCState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/alpha/ |
H A D | target_cpu.h | 50 static inline abi_ulong get_sp_from_cpustate(CPUAlphaState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_cpu.h | 53 static inline abi_ulong get_sp_from_cpustate(CPUX86State *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/arm/ |
H A D | target_cpu.h | 75 static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) in get_sp_from_cpustate() function
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_cpu.h | 92 static inline abi_ulong get_sp_from_cpustate(CPUSPARCState *state) in get_sp_from_cpustate() function
|