Home
last modified time | relevance | path

Searched refs:CPUMBState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/microblaze/
H A Dtarget_cpu.h22 static inline void cpu_clone_regs_child(CPUMBState *env, target_ulong newsp, in cpu_clone_regs_child()
31 static inline void cpu_clone_regs_parent(CPUMBState *env, unsigned flags) in cpu_clone_regs_parent()
35 static inline void cpu_set_tls(CPUMBState *env, target_ulong newtls) in cpu_set_tls()
40 static inline abi_ulong get_sp_from_cpustate(CPUMBState *state) in get_sp_from_cpustate()
/openbmc/qemu/target/microblaze/
H A Dgdbstub.c52 CPUMBState *env = &cpu->env; in mb_cpu_gdb_read_register()
95 CPUMBState *env = &cpu->env; in mb_cpu_gdb_read_stack_protect()
113 CPUMBState *env = cpu_env(cs); in mb_cpu_gdb_write_register()
150 CPUMBState *env = &cpu->env; in mb_cpu_gdb_write_stack_protect()