seL4/include/arch
Matthew Brecknell 13e45fe7aa riscv: use word_t for sbi operations
The `register_t` type was intended to be used for *indices* into the
user context, but various sbi operations in the RISC-V kernel have used
it for register *contents*. This commit changes those to use `word_t`
for register contents.

Signed-off-by: Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>
2021-03-23 23:33:08 +11:00
..
arm avoid passing extra_caps_t by value 2021-03-19 11:29:51 +11:00
riscv/arch riscv: use word_t for sbi operations 2021-03-23 23:33:08 +11:00
x86/arch avoid passing extra_caps_t by value 2021-03-19 11:29:51 +11:00