Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kvm/
Daia_imsic.c90 static unsigned long imsic_eix_read(int ireg) in imsic_eix_read() function
407 eix->eip[0] = imsic_eix_read(IMSIC_EIP0 + i * 2); in imsic_vsfile_local_read()
408 eix->eie[0] = imsic_eix_read(IMSIC_EIE0 + i * 2); in imsic_vsfile_local_read()
410 eix->eip[1] = imsic_eix_read(IMSIC_EIP0 + i * 2 + 1); in imsic_vsfile_local_read()
411 eix->eie[1] = imsic_eix_read(IMSIC_EIE0 + i * 2 + 1); in imsic_vsfile_local_read()
478 idata->val = imsic_eix_read(idata->isel); in imsic_vsfile_local_rw()