Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dentry_64.S64 .globl system_call_common
65 system_call_common: label
438 _ASM_NOKPROBE_SYMBOL(system_call_common);
Dexceptions-64s.S971 __LOAD_HANDLER(reg, system_call_common)
1027 b system_call_common ;
Dexceptions-64e.S708 b system_call_common
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c21 extern char system_call_common[];
3086 regs->nip = (unsigned long) &system_call_common; in emulate_step()