Home
last modified time | relevance | path

Searched refs:system_call_common (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dentry_64.S52 .globl system_call_common
53 system_call_common: label
Dexceptions-64s.S975 b system_call_common
Dexceptions-64e.S707 b system_call_common
/linux-4.1.27/arch/powerpc/lib/
Dsstep.c20 extern char system_call_common[];
1996 regs->nip = (unsigned long) &system_call_common; in emulate_step()