seL4/libsel4
Curtis Millar 150916640e Add syscall for setting the current TLS register.
Some platforms and configurations do not allow user code to change the
value of the register used for TLS. On these architectures a syscall can
be used to allow the kernel to update the register on their behalf.

This does not immediately update the value in the user context on many
configurations as the values are only stored in the user context on a
context switch.
2019-07-01 11:17:49 +10:00
..
arch_include Add syscall for setting the current TLS register. 2019-07-01 11:17:49 +10:00
include Add syscall for setting the current TLS register. 2019-07-01 11:17:49 +10:00
mode_include Rename shared_types*.bf files to be consistent 2019-03-21 12:43:43 +11:00
sel4_arch_include Add syscall for setting the current TLS register. 2019-07-01 11:17:49 +10:00
sel4_plat_include RISCV: Add Hifive unleashed platform 2019-06-26 15:11:47 +10:00
src Remove platform IPC buffer register. 2019-07-01 10:46:46 +10:00
tools RFC-3: Update user context for ARM with thread IDs 2019-07-01 11:00:37 +10:00
CMakeLists.txt style: use consistent styling for all cmake files 2019-03-22 11:52:06 +11:00