Home
last modified time | relevance | path

Searched refs:hgeip (Results 1 – 5 of 5) sorted by relevance

/qemu/target/riscv/
H A Dmachine.c94 VMSTATE_UINTTL(env.hgeip, RISCVCPU),
H A Dcpu.h341 target_ulong hgeip; member
H A Dcpu.c1062 env->hgeip &= ~((target_ulong)1 << irq); in riscv_cpu_set_irq()
1064 env->hgeip |= (target_ulong)1 << irq; in riscv_cpu_set_irq()
1069 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in riscv_cpu_set_irq()
H A Dcpu_helper.c429 uint64_t vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_all_pending()
731 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_interrupt()
H A Dcsr.c3665 old_mip |= (env->hgeip & ((target_ulong)1 << gin)) ? MIP_VSEIP : 0; in rmw_mip64()
4393 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in read_vstopi()
4854 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in write_hgeie()
4889 *val = env->hgeip; in read_hgeip()