Home
last modified time | relevance | path

Searched full:cfg_riscv_plic (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/riscv/plat-virt/
H A Dmain.c31 #ifdef CFG_RISCV_PLIC
41 #endif /* CFG_RISCV_PLIC */
79 if (IS_ENABLED(CFG_RISCV_PLIC)) in interrupt_main_handler()
H A Dconf.mk28 CFG_RISCV_PLIC ?= y
/optee_os/core/arch/riscv/plat-sifive/
H A Dconf.mk26 $(call force,CFG_RISCV_PLIC,n)
/optee_os/core/drivers/
H A Dsub.mk87 srcs-$(CFG_RISCV_PLIC) += plic.c
/optee_os/.github/workflows/
H A Dci.yml336 _make PLATFORM=virt CFG_RISCV_PLIC=n CFG_RISCV_APLIC=y
337 _make PLATFORM=virt CFG_RISCV_PLIC=n CFG_RISCV_APLIC_MSI=y CFG_RISCV_IMSIC=y