Home
last modified time | relevance | path

Searched refs:CPUOpenRISCState (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dexception_helper.c25 void HELPER(exception)(CPUOpenRISCState *env, uint32_t excp) in HELPER()
33 void do_range(CPUOpenRISCState *env, uintptr_t pc) in do_range()
41 void HELPER(ove_cy)(CPUOpenRISCState *env) in HELPER()
48 void HELPER(ove_ov)(CPUOpenRISCState *env) in HELPER()
55 void HELPER(ove_cyov)(CPUOpenRISCState *env) in HELPER()
H A Dgdbstub.c26 CPUOpenRISCState *env = cpu_env(cs); in openrisc_cpu_gdb_read_register()
50 CPUOpenRISCState *env = cpu_env(cs); in openrisc_cpu_gdb_write_register()
H A Dinterrupt_helper.c25 void HELPER(rfe)(CPUOpenRISCState *env) in HELPER()
/openbmc/qemu/linux-user/openrisc/
H A Dtarget_cpu.h23 static inline void cpu_clone_regs_child(CPUOpenRISCState *env, in cpu_clone_regs_child()
33 static inline void cpu_clone_regs_parent(CPUOpenRISCState *env, unsigned flags) in cpu_clone_regs_parent()
37 static inline void cpu_set_tls(CPUOpenRISCState *env, target_ulong newtls) in cpu_set_tls()
42 static inline abi_ulong get_sp_from_cpustate(CPUOpenRISCState *state) in get_sp_from_cpustate()