system_call
_ramvec[32] = system_call;
asmlinkage void system_call(void);
asmlinkage void system_call(void);
_ramvec[32] = system_call;
asmlinkage void system_call(void);
vectors[VEC_SYS] = system_call;
unsigned int system_call; /* system call number in signal */
void system_call(void);
return membuf_store(&to, target->thread.system_call);
unsigned int *data = &target->thread.system_call;
lc->svc_new_psw.addr = (unsigned long) system_call;
current->thread.system_call =
if (current->thread.system_call) {
regs->int_code = current->thread.system_call;
if (current->thread.system_call) {
regs->int_code = current->thread.system_call;
asmlinkage void system_call(struct pt_regs *regs);
{ EXCCAUSE_SYSTEM_CALL, 0, system_call },