Home
last modified time | relevance | path

Searched refs:cpu_get_psr (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c163 return extract32(cpu_get_psr(env), 20, 4); in do_getcc()
172 cpu_put_psr(env, deposit32(cpu_get_psr(env), 20, 4, icc)); in do_setcc()
193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()
H A Dsignal.c134 __put_user(cpu_get_psr(env), &regs->psr); in save_pt_regs()
/openbmc/qemu/target/sparc/
H A Dgdbstub.c56 return gdb_get_rega(mem_buf, cpu_get_psr(env)); in sparc_cpu_gdb_read_register()
H A Dwin_helper.c54 target_ulong cpu_get_psr(CPUSPARCState *env) in cpu_get_psr() function
190 return cpu_get_psr(env); in helper_rdpsr()
H A Dmonitor.c48 return cpu_get_psr(env); in monitor_get_psr()
H A Dmachine.c74 val = cpu_get_psr(env); in put_psr()
H A Dcpu.c678 qemu_fprintf(f, "psr: %08x (icc: ", cpu_get_psr(env)); in sparc_cpu_dump_state()
679 cpu_print_cc(f, cpu_get_psr(env)); in sparc_cpu_dump_state()
H A Dcpu.h600 target_ulong cpu_get_psr(CPUSPARCState *env1);