rt-thread-official/components/lwp/arch
Shell 7138f340b2 [libcpu/arm64] feat: Trimming General Context
This patch focuses on the ARM64 general context handling code.
The modifications are aimed at enhancing performance by simplifying
context save/restore operations.

Changes include:
- Adjusted stack alignment in `arch_set_thread_context` function.
- Updated `lwp_gcc.S` to reset frame pointer and link register.
- Refined `rt_hw_backtrace_frame_unwind` to handle user space address checks.
- Added `GET_THREAD_SELF` macro in `asm-generic.h`.
- Simplified context saving/restoring in `context_gcc.h` and related files.
- Optimized `rt_hw_context_switch_interrupt` and related assembly routines.

Signed-off-by: Shell <smokewood@qq.com>
2024-07-18 17:41:48 +08:00
..
aarch64 [libcpu/arm64] feat: Trimming General Context 2024-07-18 17:41:48 +08:00
arm [libcpu] arm: fixup signal handling (#8988) 2024-05-26 22:00:48 +08:00
risc-v/rv64 [rv]修正signal退出后用户态sp少8的问题 (#9080) 2024-06-24 21:36:32 +08:00
x86/i386 [components/mm] support for scalable memory management (#7277) 2023-04-22 23:59:11 +08:00