qemu/bsd-user/riscv
Mark Corbin 9aae5dcd04 bsd-user: Add RISC-V thread setup and initialization support
Implemented functions for setting up and initializing threads in the
RISC-V architecture.
The 'target_thread_set_upcall' function sets up the stack pointer,
program counter, and function argument for new threads.
The 'target_thread_init' function initializes thread registers based on
the provided image information.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Co-authored-by: Jessica Clarke <jrtc27@jrtc27.com>
Co-authored-by: Kyle Evans <kevans@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240916155119.14610-10-itachis@FreeBSD.org>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2024-10-02 15:11:52 +10:00
..
target_arch_cpu.c bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00
target_arch_cpu.h bsd-user: Implement RISC-V CPU register cloning and reset functions 2024-10-02 15:11:52 +10:00
target_arch_elf.h bsd-user: Add RISC-V ELF definitions and hardware capability detection 2024-10-02 15:11:52 +10:00
target_arch_reg.h bsd-user: Define RISC-V register structures and register copying 2024-10-02 15:11:52 +10:00
target_arch_sigtramp.h bsd-user: Add RISC-V signal trampoline setup function 2024-10-02 15:11:52 +10:00
target_arch_sysarch.h bsd-user: Implement RISC-V sysarch system call emulation 2024-10-02 15:11:52 +10:00
target_arch_thread.h bsd-user: Add RISC-V thread setup and initialization support 2024-10-02 15:11:52 +10:00
target_arch.h bsd-user: Implement RISC-V TLS register setup 2024-10-02 15:11:52 +10:00