Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/kernel/
H A Dclint.h17 #define CLINT_MSIP(hart) (CLINT_BASE + (4 * (hart)))
19 #define CLINT_MTIMECMP(hart)(CLINT_BASE + 0x4000 + (8 * (hart)))
21 #define CLINT_MTIME (CLINT_BASE + 0xbff8)
/optee_os/core/arch/riscv/plat-spike/
H A Dplatform_config.h19 #ifndef CLINT_BASE
20 #define CLINT_BASE 0x02000000 macro
/optee_os/core/arch/riscv/plat-virt/
H A Dplatform_config.h21 #ifndef CLINT_BASE
22 #define CLINT_BASE 0x02000000 macro