Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcsr.c3644 uint32_t gin; in rmw_mip64() local
3664 gin = get_field(env->hstatus, HSTATUS_VGEIN); in rmw_mip64()
3665 old_mip |= (env->hgeip & ((target_ulong)1 << gin)) ? MIP_VSEIP : 0; in rmw_mip64()