Re: [PATCH v2 8/8] bsd-user:Add AArch64 improvements and signal handling functions

2024-07-08 Thread Richard Henderson
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

[PATCH v2 8/8] bsd-user:Add AArch64 improvements and signal handling functions

2024-07-07 Thread Ajeet Singh
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