Home
last modified time | relevance | path

Searched full:cfg_riscv_aplic_msi (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c22 #if defined(CFG_RISCV_APLIC) || defined(CFG_RISCV_APLIC_MSI)
26 #if defined(CFG_RISCV_APLIC_MSI) && defined(CFG_RISCV_IMSIC)
55 #if defined(CFG_RISCV_APLIC_MSI) && defined(CFG_RISCV_IMSIC)
83 else if (IS_ENABLED(CFG_RISCV_APLIC_MSI) && in interrupt_main_handler()
H A Dconf.mk30 CFG_RISCV_APLIC_MSI ?= n
/optee_os/core/drivers/
H A Dsub.mk89 srcs-$(CFG_RISCV_APLIC_MSI) += aplic_priv.c aplic_msi.c
/optee_os/.github/workflows/
H A Dci.yml338 _make PLATFORM=virt CFG_RISCV_PLIC=n CFG_RISCV_APLIC_MSI=y CFG_RISCV_IMSIC=y