I am studying System call in the linux. I know that is using SVC exception handler.
the related codes are as follow
====================exception handler codes===================================
ENTRY(vector_swi)
sub sp, sp, #S_FRAME_SIZE
stmia sp, {r0 - r12…