Searched refs:hgeip (Results 1 – 5 of 5) sorted by relevance
94 VMSTATE_UINTTL(env.hgeip, RISCVCPU),
327 target_ulong hgeip; member
462 uint64_t vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_all_pending()722 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_interrupt()
1300 env->hgeip &= ~((target_ulong)1 << irq); in riscv_cpu_set_irq()1302 env->hgeip |= (target_ulong)1 << irq; in riscv_cpu_set_irq()1307 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in riscv_cpu_set_irq()
2778 old_mip |= (env->hgeip & ((target_ulong)1 << gin)) ? MIP_VSEIP : 0; in rmw_mip64()3419 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in read_vstopi()3869 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in write_hgeie()3904 *val = env->hgeip; in read_hgeip()