Module clint

Source
Expand description

RISC-V Core Local Interrupt Controller (CLINT) Implementation

The CLINT manages CPU-local interrupts such as timer interrupts and software interrupts in RISC-V systems.

Structsยง

Clint
RISC-V CLINT Implementation

Constantsยง

CLINT_MSIP_OFFSET ๐Ÿ”’
CLINT register offsets (relative to base address)
CLINT_MSIP_STRIDE ๐Ÿ”’
CLINT register stride per CPU
CLINT_MTIMECMP_OFFSET ๐Ÿ”’
CLINT_MTIMECMP_STRIDE ๐Ÿ”’
CLINT_MTIME_OFFSET ๐Ÿ”’
MAX_CPUS ๐Ÿ”’
Maximum number of CPUs supported by this CLINT implementation

Staticsยง

__DRIVER_INITCALL__ ๐Ÿ”’

Functionsยง

probe_fn ๐Ÿ”’
register_driver ๐Ÿ”’
remove_fn ๐Ÿ”’