Searched refs:system_call (Results 1 – 22 of 22) sorted by relevance
/arch/m68k/coldfire/ |
D | vectors.c | 40 asmlinkage void system_call(void); 64 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 50 .globl system_call symbol 60 ENTRY(system_call)
|
/arch/m68k/68000/ |
D | romvec.S | 16 .global system_call symbol 30 .long system_call, trap, trap, trap
|
D | ints.c | 30 asmlinkage void system_call(void); 161 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 24 .globl system_call symbol 66 ENTRY(system_call)
|
/arch/m68k/kernel/ |
D | vectors.c | 31 asmlinkage void system_call(void); 71 vectors[VEC_SYS] = system_call; in base_trap_init()
|
D | entry.S | 44 .globl system_call, buserr, trap, resume symbol 205 ENTRY(system_call)
|
/arch/sh/kernel/cpu/sh3/ |
D | ex.S | 45 .long system_call ! Unconditional Trap /* 160 */
|
/arch/s390/kernel/ |
D | signal.c | 466 current->thread.system_call = in arch_do_signal_or_restart() 471 if (current->thread.system_call) { in arch_do_signal_or_restart() 472 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 506 if (current->thread.system_call) { in arch_do_signal_or_restart() 507 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
|
D | entry.h | 13 void system_call(void);
|
D | entry.S | 303 ENTRY(system_call) 336 ENDPROC(system_call)
|
D | setup.c | 432 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
|
D | ptrace.c | 1063 return membuf_store(&to, target->thread.system_call); in s390_system_call_get() 1071 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
|
/arch/xtensa/kernel/ |
D | traps.c | 69 extern void system_call (struct pt_regs*); 96 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
|
D | entry.S | 1888 ENTRY(system_call) 1942 ENDPROC(system_call)
|
/arch/sh/kernel/ |
D | entry-common.S | 295 ENTRY(system_call)
|
/arch/s390/include/asm/ |
D | processor.h | 125 unsigned int system_call; /* system call number in signal */ member
|
/arch/powerpc/kernel/ |
D | exceptions-64s.S | 1901 INT_DEFINE_BEGIN(system_call) 1905 INT_DEFINE_END(system_call) 1921 KVMTEST system_call kvm_hcall /* uses r10, branch to kvm_hcall */ 1967 EXC_REAL_BEGIN(system_call, 0xc00, 0x100) 1969 EXC_REAL_END(system_call, 0xc00, 0x100) 1970 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100) 1972 EXC_VIRT_END(system_call, 0x4c00, 0x100)
|
D | exceptions-64e.S | 496 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */ 672 START_EXCEPTION(system_call)
|
/arch/x86/entry/vdso/ |
D | Makefile | 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 148 bra system_call ! jump common systemcall entry
|
/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 202 bra system_call ! jump common systemcall entry
|