Home
last modified time | relevance | path

Searched full:cfg_riscv_imsic (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c26 #if defined(CFG_RISCV_APLIC_MSI) && defined(CFG_RISCV_IMSIC)
55 #if defined(CFG_RISCV_APLIC_MSI) && defined(CFG_RISCV_IMSIC)
84 IS_ENABLED(CFG_RISCV_IMSIC)) in interrupt_main_handler()
H A Dconf.mk31 CFG_RISCV_IMSIC ?= n
/optee_os/core/include/drivers/
H A Dimsic.h64 #if defined(CFG_DT) && defined(CFG_RISCV_IMSIC)
/optee_os/core/drivers/
H A Dsub.mk90 srcs-$(CFG_RISCV_IMSIC) += imsic.c
H A Dimsic.c248 #if defined(CFG_DT) && defined(CFG_RISCV_IMSIC)
/optee_os/.github/workflows/
H A Dci.yml337 _make PLATFORM=virt CFG_RISCV_PLIC=n CFG_RISCV_APLIC_MSI=y CFG_RISCV_IMSIC=y