Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dmachine.c94 VMSTATE_UINTTL(env.hgeip, RISCVCPU),
H A Dcpu.c1190 env->hgeip &= ~((target_ulong)1 << irq); in riscv_cpu_set_irq()
1192 env->hgeip |= (target_ulong)1 << irq; in riscv_cpu_set_irq()
1197 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in riscv_cpu_set_irq()
H A Dcpu.h259 target_ulong hgeip; member
H A Dcpu_helper.c387 uint64_t vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_all_pending()
662 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in riscv_cpu_interrupt()
H A Dcsr.c2399 old_mip |= (env->hgeip & ((target_ulong)1 << gin)) ? MIP_VSEIP : 0; in rmw_mip64()
3041 vsgein = (env->hgeip & (1ULL << gein)) ? MIP_VSEIP : 0; in read_vstopi()
3459 BOOL_TO_MASK(!!(env->hgeie & env->hgeip))); in write_hgeie()
3494 *val = env->hgeip; in read_hgeip()