Home
last modified time | relevance | path

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

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