Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Driscv_imsic.c196 xlen = AIA_IREG_XLEN(reg); in riscv_imsic_rmw()
/openbmc/qemu/target/riscv/
H A Dcpu.h369 #define AIA_IREG_XLEN(__ireg) (((__ireg) >> 24) & 0xff) macro