Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/plat-sifive/
H A Dplatform_config.h18 (CSR_XIE_EIE | CSR_XIE_TIE | CSR_XIE_SIE)
/optee_os/core/arch/riscv/plat-spike/
H A Dplatform_config.h24 #define PLAT_THREAD_EXCP_NATIVE_INTR (CSR_XIE_SIE | CSR_XIE_TIE)
/optee_os/core/arch/riscv/plat-virt/
H A Dplatform_config.h113 (CSR_XIE_EIE | CSR_XIE_TIE | CSR_XIE_SIE)
/optee_os/core/arch/riscv/include/
H A Driscv.h68 #define CSR_XIE_SIE BIT64(IRQ_XSOFT) macro