Home
last modified time | relevance | path

Searched refs:iasq_f (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dcpu.c60 target_ulong iasq_f = cs_base & ~0xffffffffull; in hppa_cpu_synchronize_from_tb() local
63 cpu->env.iasq_f = iasq_f; in hppa_cpu_synchronize_from_tb()
64 cpu->env.iaoq_f = (tb->pc & ~iasq_f) + priv; in hppa_cpu_synchronize_from_tb()
H A Dint_helper.c123 env->cr[CR_IIASQ] = env->iasq_f >> 32; in hppa_cpu_do_interrupt()
127 hppa_form_gva_psw(old_psw, env->iasq_f, env->iaoq_f) >> 32; in hppa_cpu_do_interrupt()
174 vaddr = hppa_form_gva_psw(old_psw, env->iasq_f, vaddr); in hppa_cpu_do_interrupt()
212 env->iasq_f = 0; in hppa_cpu_do_interrupt()
H A Dcpu.h203 uint64_t iasq_f; member
348 *pc = hppa_form_gva_psw(env->psw, (env->psw & PSW_C ? env->iasq_f : 0), in cpu_get_tb_cpu_state()
350 *cs_base = env->iasq_f; in cpu_get_tb_cpu_state()
356 if (env->iasq_f == env->iasq_b) { in cpu_get_tb_cpu_state()
H A Dsys_helper.c79 env->iasq_f = (uint64_t)env->cr[CR_IIASQ] << 32; in HELPER()
89 env->iasq_f &= ~env->iaoq_f; in HELPER()
H A Dgdbstub.c49 val = env->iasq_f >> 32; in hppa_cpu_gdb_read_register()
169 env->iasq_f = (uint64_t)val << 32; in hppa_cpu_gdb_write_register()
H A Dhelper.c121 hppa_form_gva_psw(psw, env->iasq_f, env->iaoq_f), in hppa_cpu_dump_state()
H A Dmachine.c197 VMSTATE_UINT64(iasq_f, CPUHPPAState),
H A Dtranslate.c236 offsetof(CPUHPPAState, iasq_f), in hppa_translate_init()
4442 uint64_t iasq_f = cs_base & ~0xffffffffull; in hppa_tr_init_disas_context() local
4445 ctx->iaoq_f = (ctx->base.pc_first & ~iasq_f) + ctx->privilege; in hppa_tr_init_disas_context()
/openbmc/linux/arch/parisc/include/asm/
H A Dkgdb.h35 unsigned long iasq_f; member
/openbmc/linux/arch/parisc/kernel/
H A Dkgdb.c89 gr->iasq_f = regs->iasq[0]; in pt_regs_to_gdb_regs()
120 regs->iasq[0] = gr->iasq_f; in gdb_regs_to_pt_regs()