Home
last modified time | relevance | path

Searched refs:iaoq (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-user/hppa/
H A Dtarget_syscall.h9 target_ulong iaoq[2]; member
H A Dcpu_loop.c195 env->iaoq_f = regs->iaoq[0]; in target_cpu_copy_regs()
196 env->iaoq_b = regs->iaoq[1]; in target_cpu_copy_regs()
/qemu/linux-user/
H A Delfload.c1893 regs->iaoq[0] = infop->entry | PRIV_USER; in init_thread()
1894 regs->iaoq[1] = regs->iaoq[0] + 4; in init_thread()