nuttx/arch/risc-v
Ville Juven 71ced1f1a9 RISC-V: Implement skeleton for a per CPU structure
It might be useful to store things in memory per CPU. The tricky part
is that all CPUs run the same code and see the same memory, so some
kind of centralized access is required.

For now, the structure contains the hart id.

Access to the structure elements is provided via sscratch, which is
unique for every hart!
2022-04-01 16:19:42 -03:00
..
include RISC-V: Implement option to run NuttX in supervisor mode (S-mode) 2022-04-01 16:19:42 -03:00
src RISC-V: Implement skeleton for a per CPU structure 2022-04-01 16:19:42 -03:00
Kconfig RISC-V: Implement skeleton for a per CPU structure 2022-04-01 16:19:42 -03:00