RTEMS  5.1
Data Fields

The CPU specific per-CPU control. More...

#include <cpuimpl.h>

Data Fields

volatile RISCV_PLIC_hart_regsplic_hart_regs
 
volatile uint32_t * plic_m_ie
 
volatile RISCV_CLINT_timer_regclint_mtimecmp
 
volatile uint32_t * clint_msip
 

Detailed Description

The CPU specific per-CPU control.

The CPU port can place here all state information that must be available and maintained for each processor in the system. This structure must contain at least one field for C/C++ compatibility. In GNU C empty structures have a size of zero. In C++ structures have a non-zero size. In case CPU_PER_CPU_CONTROL_SIZE is defined to zero, then this structure is not used.


The documentation for this struct was generated from the following file: