/linux-4.1.27/arch/m68k/coldfire/ |
D | vectors.c | 39 asmlinkage void system_call(void); 63 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 51 .globl system_call 62 ENTRY(system_call)
|
/linux-4.1.27/arch/m68k/68000/ |
D | romvec.S | 16 .global system_call 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 | 25 .globl system_call 68 ENTRY(system_call)
|
/linux-4.1.27/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 | 45 .globl system_call, buserr, trap, resume 191 ENTRY(system_call)
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | irq.c | 128 void system_call(void); /* from entry.S */ 223 set_break_vector(13, system_call); in init_IRQ()
|
D | entry.S | 35 .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/ |
D | ints.c | 29 asmlinkage void system_call(void); 81 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 27 .globl system_call 64 ENTRY(system_call)
|
D | head-rom.S | 326 .long system_call /* Trap Instruction Vectors 0 - 32. */
|
D | head-ram.S | 315 .long system_call /* Trap Instruction Vectors 0 - 32. */
|
/linux-4.1.27/arch/s390/kernel/ |
D | signal.c | 491 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()
|
D | entry.h | 12 void system_call(void);
|
D | entry.S | 52 #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
|
D | setup.c | 309 lc->svc_new_psw.addr = PSW_ADDR_AMODE | (unsigned long) system_call; in setup_lowcore()
|
D | ptrace.c | 1158 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/ |
D | proto.h | 8 void system_call(void);
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | ex.S | 48 .long system_call ! Unconditional Trap /* 160 */
|
/linux-4.1.27/arch/s390/include/asm/ |
D | thread_info.h | 36 unsigned int system_call; member
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | exceptions.h | 103 extern asmlinkage int system_call(struct pt_regs *);
|
/linux-4.1.27/arch/m32r/kernel/ |
D | traps.c | 66 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/ |
D | proc-init.c | 48 __set_intr_stub(EXCEP_SYSCALL0, system_call); in processor_init()
|
/linux-4.1.27/arch/mn10300/proc-mn103e010/ |
D | proc-init.c | 34 __set_intr_stub(EXCEP_SYSCALL0, system_call); in processor_init()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 69 extern void system_call (struct pt_regs*); 94 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
|
D | entry.S | 1753 ENTRY(system_call) 1799 ENDPROC(system_call)
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | irq.c | 76 extern void system_call(void); 503 set_exception_vector(0x1d, system_call); in init_IRQ()
|
D | entry.S | 31 .globl system_call 239 .size system_call, . - system_call
|
/linux-4.1.27/arch/sh/kernel/ |
D | entry-common.S | 318 ENTRY(system_call)
|
/linux-4.1.27/arch/x86/kernel/ |
D | traps.c | 76 asmlinkage int system_call(void); 1000 set_system_trap_gate(SYSCALL_VECTOR, &system_call); in trap_init()
|
D | entry_64.S | 198 ENTRY(system_call) 488 END(system_call)
|
D | entry_32.S | 493 ENTRY(system_call) 591 ENDPROC(system_call)
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 883 .globl system_call 884 system_call: label
|
D | entry-table.S | 318 .long system_call
|
/linux-4.1.27/arch/avr32/kernel/ |
D | entry-avr32b.S | 191 system_call: label 743 sub r11, pc, (. - system_call)
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 151 bra system_call ! jump common systemcall entry
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 19 - system_call: syscall instruction from 64-bit code.
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 186 bra system_call ! jump common systemcall entry
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | entry.S | 73 ENTRY(system_call)
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | exceptions-64e.S | 527 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */ 702 START_EXCEPTION(system_call)
|
D | entry_64.S | 151 system_call: /* label this so stack traces look sane */ label
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 1210 wrmsrl(MSR_LSTAR, system_call); in syscall_init()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 171 .long system_call /* 0x160 */ 1182 system_call: label
|