Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dentry_64.S229 .globl system_call_common
230 system_call_common: label
231 _ASM_NOKPROBE_SYMBOL(system_call_common)
Dexceptions-64s.S2004 __LOAD_HANDLER(r10, system_call_common)
2014 __LOAD_HANDLER(r10, system_call_common)
2018 b system_call_common
Dexceptions-64e.S719 b system_call_common
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c18 extern char system_call_common[];
3395 regs->nip = (unsigned long) &system_call_common; in emulate_step()