| /OK3568_Linux_fs/kernel/arch/m68k/coldfire/ |
| H A D | vectors.c | 40 asmlinkage void system_call(void); 64 _ramvec[32] = system_call; in trap_init()
|
| H A D | entry.S | 51 .globl system_call symbol 62 ENTRY(system_call)
|
| /OK3568_Linux_fs/kernel/arch/m68k/68000/ |
| H A D | romvec.S | 16 .global system_call symbol 30 .long system_call, trap, trap, trap
|
| H A D | ints.c | 30 asmlinkage void system_call(void); 161 _ramvec[32] = system_call; in trap_init()
|
| H A D | entry.S | 25 .globl system_call symbol 68 ENTRY(system_call)
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | signal.c | 472 current->thread.system_call = in do_signal() 477 if (current->thread.system_call) { in do_signal() 478 regs->int_code = current->thread.system_call; in do_signal() 511 if (current->thread.system_call) { in do_signal() 512 regs->int_code = current->thread.system_call; in do_signal()
|
| H A D | entry.h | 13 void system_call(void);
|
| H A D | ptrace.c | 1158 return membuf_store(&to, target->thread.system_call); in s390_system_call_get() 1166 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
|
| H A D | setup.c | 395 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
|
| H A D | entry.S | 393 ENTRY(system_call) 613 ENDPROC(system_call)
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | vectors.c | 31 asmlinkage void system_call(void); 71 vectors[VEC_SYS] = system_call; in base_trap_init()
|
| H A D | entry.S | 45 .globl system_call, buserr, trap, resume symbol 204 ENTRY(system_call)
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | ex.S | 45 .long system_call ! Unconditional Trap /* 160 */
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | traps.c | 69 extern void system_call (struct pt_regs*); 96 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
|
| H A D | entry.S | 1888 ENTRY(system_call) 1942 ENDPROC(system_call)
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | entry-common.S | 295 ENTRY(system_call)
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | processor.h | 128 unsigned int system_call; /* system call number in signal */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | exceptions-64s.S | 1965 INT_DEFINE_BEGIN(system_call) 1969 INT_DEFINE_END(system_call) 1985 KVMTEST system_call /* uses r10, branch to system_call_kvm */ 2036 EXC_REAL_BEGIN(system_call, 0xc00, 0x100) 2038 EXC_REAL_END(system_call, 0xc00, 0x100) 2039 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100) 2041 EXC_VIRT_END(system_call, 0x4c00, 0x100)
|
| H A D | exceptions-64e.S | 539 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */ 714 START_EXCEPTION(system_call)
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | Makefile | 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 148 bra system_call ! jump common systemcall entry
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | entry_64.rst | 25 - system_call: syscall instruction from 64-bit code.
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/ |
| H A D | entry.S | 202 bra system_call ! jump common systemcall entry
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 8826 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call' 8847 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 8826 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call' 8847 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call'
|