Searched refs:hgeip (Results 1 – 5 of 5) sorted by relevance
94 VMSTATE_UINTTL(env.hgeip, RISCVCPU),
341 target_ulong hgeip; member
1062 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()
429 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()
3665 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()