rt-thread-official/components/lwp/arch
Shell 9a27de92ae feat: smart: user space context optimization
This patch optimizes the user-space context handling in the ARM64
architecture, specifically improving how the context is saved and
restored during system calls and interrupts. The changes make the
code more efficient and easier to maintain, while ensuring proper
preservation of user context during system transitions.

Changes:
- Introduced a parameter for context saving to improve flexibility.
- Replaced hardcoded stack pointer operations with frame-relative
  references for better readability and code reuse.
- Simplified context restoration, removing redundant operations like
  loading/storing floating-point registers.

Signed-off-by: Shell <smokewood@qq.com>
2024-09-19 23:02:39 -04:00
..
aarch64 feat: smart: user space context optimization 2024-09-19 23:02:39 -04: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