Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dentry_64.S64 .globl system_call_common
65 system_call_common: label
442 _ASM_NOKPROBE_SYMBOL(system_call_common);
Dexceptions-64s.S1469 __LOAD_HANDLER(r10, system_call_common)
1479 __LOAD_HANDLER(r10, system_call_common)
1483 b system_call_common
Dexceptions-64e.S718 b system_call_common
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c17 extern char system_call_common[];
3192 regs->nip = (unsigned long) &system_call_common; in emulate_step()