Home
last modified time | relevance | path

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

/qemu/linux-user/hppa/
H A Dsignal.c104 env->iaoq_f |= PRIV_USER; in restore_sigcontext()
106 env->iaoq_b |= PRIV_USER; in restore_sigcontext()
167 env->iaoq_f = haddr | PRIV_USER; in setup_rt_frame()
H A Dtarget_cpu.h31 env->iaoq_f = env->gr[31] | PRIV_USER; in cpu_clone_regs_child()
H A Dcpu_loop.c134 env->iaoq_f = env->gr[31] | PRIV_USER; in cpu_loop()
145 env->iaoq_f = env->gr[31] | PRIV_USER; in cpu_loop()
/qemu/target/hppa/
H A Dgdbstub.c167 val |= PRIV_USER; in hppa_cpu_gdb_write_register()
176 val |= PRIV_USER; in hppa_cpu_gdb_write_register()
H A Dcpu.h49 #define PRIV_USER 3 macro
H A Dcpu.c39 value |= PRIV_USER; in hppa_cpu_set_pc()
H A Dtranslate.c2102 tcg_gen_ori_i64(next.base, cpu_gr[31], PRIV_USER); in do_page_zero()
4645 ctx->privilege = PRIV_USER; in hppa_tr_init_disas_context()
/qemu/linux-user/
H A Delfload.c1899 regs->iaoq[0] = infop->entry | PRIV_USER; in init_thread()