Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/riscv/include/kernel/
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-3.20.0/core/arch/riscv/plat-virt/
A Dplatform_config.h23 #ifndef CLINT_BASE
24 #define CLINT_BASE 0x02000000 macro

Completed in 2 milliseconds