I know two ways to redirect the execution flow, from user-space to kernel in x86_64:
1. SYSCALL Service
2. Software interrupts
Is there any other way to go into kernel from user-space?
Any help would be appreciated.
I know two ways to redirect the execution flow, from user-space to kernel in x86_64:
1. SYSCALL Service
2. Software interrupts
Is there any other way to go into kernel from user-space?
Any help would be appreciated.