Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dvectors.c40 asmlinkage void system_call(void);
64 _ramvec[32] = system_call; in trap_init()
H A Dentry.S51 .globl system_call symbol
62 ENTRY(system_call)
/OK3568_Linux_fs/kernel/arch/m68k/68000/
H A Dromvec.S16 .global system_call symbol
30 .long system_call, trap, trap, trap
H A Dints.c30 asmlinkage void system_call(void);
161 _ramvec[32] = system_call; in trap_init()
H A Dentry.S25 .globl system_call symbol
68 ENTRY(system_call)
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dsignal.c472 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 Dentry.h13 void system_call(void);
H A Dptrace.c1158 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 Dsetup.c395 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
H A Dentry.S393 ENTRY(system_call)
613 ENDPROC(system_call)
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dvectors.c31 asmlinkage void system_call(void);
71 vectors[VEC_SYS] = system_call; in base_trap_init()
H A Dentry.S45 .globl system_call, buserr, trap, resume symbol
204 ENTRY(system_call)
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A Dex.S45 .long system_call ! Unconditional Trap /* 160 */
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dtraps.c69 extern void system_call (struct pt_regs*);
96 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
H A Dentry.S1888 ENTRY(system_call)
1942 ENDPROC(system_call)
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dentry-common.S295 ENTRY(system_call)
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dprocessor.h128 unsigned int system_call; /* system call number in signal */ member
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dexceptions-64s.S1965 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 Dexceptions-64e.S539 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
714 START_EXCEPTION(system_call)
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A DMakefile28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/
H A Dentry.S148 bra system_call ! jump common systemcall entry
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dentry_64.rst25 - system_call: syscall instruction from 64-bit code.
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/
H A Dentry.S202 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 Dbfd.info8826 '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 Dbfd.info8826 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call'
8847 'bfd_error_no_memory', 'bfd_error_invalid_target' or 'system_call'

12