Searched refs:system_call (Results 1 – 24 of 24) sorted by relevance
/linux-6.12.1/arch/m68k/coldfire/ |
D | vectors.c | 41 asmlinkage void system_call(void); 65 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 47 .globl system_call symbol 57 ENTRY(system_call)
|
/linux-6.12.1/arch/m68k/68000/ |
D | romvec.S | 16 .global system_call symbol 30 .long system_call, trap, trap, trap
|
D | ints.c | 33 asmlinkage void system_call(void); 164 _ramvec[32] = system_call; in trap_init()
|
D | entry.S | 21 .globl system_call symbol 63 ENTRY(system_call)
|
/linux-6.12.1/arch/m68k/kernel/ |
D | vectors.c | 34 asmlinkage void system_call(void); 74 vectors[VEC_SYS] = system_call; in base_trap_init()
|
D | entry.S | 41 .globl system_call, buserr, trap, resume symbol 202 ENTRY(system_call)
|
/linux-6.12.1/arch/s390/kernel/ |
D | signal.c | 462 current->thread.system_call = in arch_do_signal_or_restart() 467 if (current->thread.system_call) { in arch_do_signal_or_restart() 468 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 502 if (current->thread.system_call) { in arch_do_signal_or_restart() 503 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
|
D | entry.h | 14 void system_call(void);
|
D | entry.S | 266 SYM_CODE_START(system_call) 302 SYM_CODE_END(system_call)
|
D | ptrace.c | 1017 return membuf_store(&to, target->thread.system_call); in s390_system_call_get() 1025 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
|
D | setup.c | 414 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore()
|
/linux-6.12.1/arch/sh/kernel/cpu/sh3/ |
D | ex.S | 45 .long system_call ! Unconditional Trap /* 160 */
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | traps.h | 58 asmlinkage void system_call(struct pt_regs *regs);
|
/linux-6.12.1/arch/sh/kernel/ |
D | entry-common.S | 295 ENTRY(system_call)
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | exceptions-64s.S | 1963 INT_DEFINE_BEGIN(system_call) 1968 INT_DEFINE_END(system_call) 1984 KVMTEST system_call kvm_hcall /* uses r10, branch to kvm_hcall */ 2013 EXC_REAL_BEGIN(system_call, 0xc00, 0x100) 2015 EXC_REAL_END(system_call, 0xc00, 0x100) 2016 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100) 2018 EXC_VIRT_END(system_call, 0x4c00, 0x100)
|
D | exceptions-64e.S | 483 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */ 659 START_EXCEPTION(system_call)
|
/linux-6.12.1/arch/s390/include/asm/ |
D | processor.h | 201 unsigned int system_call; /* system call number in signal */ member
|
/linux-6.12.1/arch/x86/entry/vdso/ |
D | Makefile | 11 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 148 bra system_call ! jump common systemcall entry
|
/linux-6.12.1/Documentation/arch/x86/ |
D | entry_64.rst | 25 - system_call: syscall instruction from 64-bit code.
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | traps.c | 94 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
|
D | entry.S | 1923 ENTRY(system_call) 1997 ENDPROC(system_call)
|
/linux-6.12.1/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 202 bra system_call ! jump common systemcall entry
|