Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Driscv_imsic.c195 vgein = AIA_IREG_VGEIN(reg); in riscv_imsic_rmw()
/openbmc/qemu/target/riscv/
H A Dcpu.h368 #define AIA_IREG_VGEIN(__ireg) (((__ireg) >> 20) & 0x3f) macro