nuttx/arch/arm64
Ville Juven 10b40abecc arm64_task/pthread_start: Convert the C / inline ASM code to assembly
The aforementioned functions can/will fail if the C compiler decides
to use the stack for the incoming entrypt/etc. parameters.

Fix this issue by converting the jump to user part into pure assembly,
ensuring the stack is NOT used for the parameters.
2024-09-21 23:24:02 +08:00
..
include arm64_addrenv: Fix the amount of page table levels 2024-09-21 08:36:23 -03:00
src arm64_task/pthread_start: Convert the C / inline ASM code to assembly 2024-09-21 23:24:02 +08:00
CMakeLists.txt CMake:init arm64 CMake qemu-armv8a build 2023-12-27 07:27:17 -08:00
Kconfig arm64/Kconfig: Make the ARM64_PA/VA_BITS a true Kconfig variable 2024-09-12 17:16:20 +08:00