On 7/7/24 12:11, Ajeet Singh wrote:
From: Stacey Son
Added get_ucontext_sigreturn function to check processor state ensuring current
execution mode is EL0 and no flags
indicating interrupts or exceptions are set.
Updated AArch64 code to use CF directly without reading/writing the entire
proces
From: Stacey Son
Added get_ucontext_sigreturn function to check processor state ensuring current
execution mode is EL0 and no flags
indicating interrupts or exceptions are set.
Updated AArch64 code to use CF directly without reading/writing the entire
processor state, improving efficiency.
Chan