Home
last modified time | relevance | path

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

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