Searched refs:CLINT_BASE (Results 1 – 2 of 2) sorted by relevance
17 #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)
23 #ifndef CLINT_BASE24 #define CLINT_BASE 0x02000000 macro
Completed in 2 milliseconds