Searched refs:iasq_b (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | gdbstub.c | 55 val = env->iasq_b >> 32; in hppa_cpu_gdb_read_register() 181 env->iasq_b = (uint64_t)val << 32; in hppa_cpu_gdb_write_register()
|
H A D | int_helper.c | 117 hppa_form_gva_psw(old_psw, env->iasq_b, env->iaoq_b) >> 32; in hppa_cpu_do_interrupt() 207 env->iasq_b = 0; in hppa_cpu_do_interrupt()
|
H A D | helper.c | 137 env->iasq_b >> 32, w, m & env->iaoq_b, in hppa_cpu_dump_state() 138 hppa_form_gva_psw(psw, env->iasq_b, env->iaoq_b)); in hppa_cpu_dump_state()
|
H A D | sys_helper.c | 96 env->iasq_b = (env->cr_back[0] << 32) & ~(env->iaoq_b & mask); in HELPER()
|
H A D | machine.c | 198 VMSTATE_UINT64(iasq_b, CPUHPPAState),
|
H A D | cpu.c | 71 if (env->iasq_f != env->iasq_b) { in cpu_get_tb_cpu_state()
|
H A D | cpu.h | 227 uint64_t iasq_b; member
|
H A D | translate.c | 327 offsetof(CPUHPPAState, iasq_b), in hppa_translate_init()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | kgdb.h | 37 unsigned long iasq_b; member
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kgdb.c | 92 gr->iasq_b = regs->iasq[1]; in pt_regs_to_gdb_regs() 123 regs->iasq[1] = gr->iasq_b; in gdb_regs_to_pt_regs()
|