Home
last modified time | relevance | path

Searched refs:system_call (Results 1 – 44 of 44) sorted by relevance

/linux-4.1.27/arch/m68k/coldfire/
Dvectors.c39 asmlinkage void system_call(void);
63 _ramvec[32] = system_call; in trap_init()
Dentry.S51 .globl system_call
62 ENTRY(system_call)
/linux-4.1.27/arch/m68k/68000/
Dromvec.S16 .global system_call
30 .long system_call, trap, trap, trap
Dints.c30 asmlinkage void system_call(void);
161 _ramvec[32] = system_call; in trap_init()
Dentry.S25 .globl system_call
68 ENTRY(system_call)
/linux-4.1.27/arch/m68k/kernel/
Dvectors.c31 asmlinkage void system_call(void);
71 vectors[VEC_SYS] = system_call; in base_trap_init()
Dentry.S45 .globl system_call, buserr, trap, resume
191 ENTRY(system_call)
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dirq.c128 void system_call(void); /* from entry.S */
223 set_break_vector(13, system_call); in init_IRQ()
Dentry.S35 .globl system_call
50 ;; below are various parts of system_call which are not in the fast-path
117 ;; The system_call is called by a BREAK instruction, which works like
/linux-4.1.27/arch/m68k/68360/
Dints.c29 asmlinkage void system_call(void);
81 _ramvec[32] = system_call; in trap_init()
Dentry.S27 .globl system_call
64 ENTRY(system_call)
Dhead-rom.S326 .long system_call /* Trap Instruction Vectors 0 - 32. */
Dhead-ram.S315 .long system_call /* Trap Instruction Vectors 0 - 32. */
/linux-4.1.27/arch/s390/kernel/
Dsignal.c491 current_thread_info()->system_call = in do_signal()
496 if (current_thread_info()->system_call) { in do_signal()
497 regs->int_code = current_thread_info()->system_call; in do_signal()
530 if (current_thread_info()->system_call) { in do_signal()
531 regs->int_code = current_thread_info()->system_call; in do_signal()
Dentry.h12 void system_call(void);
Dentry.S52 #define BASED(name) name-system_call(%r13)
201 ENTRY(system_call)
481 larl %r13,system_call
650 larl %r13,system_call
700 larl %r13,system_call
819 .quad system_call
831 clg %r9,BASED(.Lcleanup_table) # system_call
910 .quad system_call
Dsetup.c309 lc->svc_new_psw.addr = PSW_ADDR_AMODE | (unsigned long) system_call; in setup_lowcore()
Dptrace.c1158 unsigned int *data = &task_thread_info(target)->system_call; in s390_system_call_get()
1168 unsigned int *data = &task_thread_info(target)->system_call; in s390_system_call_set()
/linux-4.1.27/arch/x86/include/asm/
Dproto.h8 void system_call(void);
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dex.S48 .long system_call ! Unconditional Trap /* 160 */
/linux-4.1.27/arch/s390/include/asm/
Dthread_info.h36 unsigned int system_call; member
/linux-4.1.27/arch/mn10300/include/asm/
Dexceptions.h103 extern asmlinkage int system_call(struct pt_regs *);
/linux-4.1.27/arch/m32r/kernel/
Dtraps.c66 extern void system_call(void); in set_eit_vector_entries()
80 eit_vector[18] = BRA_INSN(system_call, 18); in set_eit_vector_entries()
/linux-4.1.27/arch/mn10300/proc-mn2ws0050/
Dproc-init.c48 __set_intr_stub(EXCEP_SYSCALL0, system_call); in processor_init()
/linux-4.1.27/arch/mn10300/proc-mn103e010/
Dproc-init.c34 __set_intr_stub(EXCEP_SYSCALL0, system_call); in processor_init()
/linux-4.1.27/arch/xtensa/kernel/
Dtraps.c69 extern void system_call (struct pt_regs*);
94 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
Dentry.S1753 ENTRY(system_call)
1799 ENDPROC(system_call)
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dirq.c76 extern void system_call(void);
503 set_exception_vector(0x1d, system_call); in init_IRQ()
Dentry.S31 .globl system_call
239 .size system_call, . - system_call
/linux-4.1.27/arch/sh/kernel/
Dentry-common.S318 ENTRY(system_call)
/linux-4.1.27/arch/x86/kernel/
Dtraps.c76 asmlinkage int system_call(void);
1000 set_system_trap_gate(SYSCALL_VECTOR, &system_call); in trap_init()
Dentry_64.S198 ENTRY(system_call)
488 END(system_call)
Dentry_32.S493 ENTRY(system_call)
591 ENDPROC(system_call)
/linux-4.1.27/arch/frv/kernel/
Dentry.S883 .globl system_call
884 system_call: label
Dentry-table.S318 .long system_call
/linux-4.1.27/arch/avr32/kernel/
Dentry-avr32b.S191 system_call: label
743 sub r11, pc, (. - system_call)
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dentry.S151 bra system_call ! jump common systemcall entry
/linux-4.1.27/Documentation/x86/
Dentry_64.txt19 - system_call: syscall instruction from 64-bit code.
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
Dentry.S186 bra system_call ! jump common systemcall entry
/linux-4.1.27/arch/mn10300/kernel/
Dentry.S73 ENTRY(system_call)
/linux-4.1.27/arch/powerpc/kernel/
Dexceptions-64e.S527 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
702 START_EXCEPTION(system_call)
Dentry_64.S151 system_call: /* label this so stack traces look sane */ label
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1210 wrmsrl(MSR_LSTAR, system_call); in syscall_init()
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S171 .long system_call /* 0x160 */
1182 system_call: label