zephyr/arch/riscv/core
Carles Cufi 56512dae8b arch: riscv: switch: Add a comment on the return of z_riscv_switch
When returning from z_riscv_switch, depending on whether the thread that
has just been swapped in was earlier swapped out synchronously (i.e. via
regular function call) or asynchronously (i.e. via exception/irq) we
will return to arch_switch() or __irq_wrapper respectively. Comment this
fact for clarity.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-05-26 17:15:21 +02:00
..
offsets arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
CMakeLists.txt riscv: pmp: switch over to the new implementation 2022-04-29 15:30:00 +02:00
asm_macros.inc
coredump.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
cpu_idle.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
fatal.c riscv: report stack overflow errors correctly 2022-05-18 10:54:53 +02:00
irq_manage.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
irq_offload.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
isr.S arch: riscv: Remove outdated comment 2022-05-26 17:15:21 +02:00
pmp.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
pmp.c riscv: fix IRQ stack guard location 2022-05-18 10:54:53 +02:00
prep_c.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
reboot.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
reset.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
semihost.c
smp.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
switch.S arch: riscv: switch: Add a comment on the return of z_riscv_switch 2022-05-26 17:15:21 +02:00
thread.c riscv: drop user stack guard area when using separate privileged stacks 2022-05-18 10:54:53 +02:00
tls.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
userspace.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00