HomeSort by: relevance | last modified time | path
    Searched defs:SYSCALL_SHIFT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/mips/
linux_syscall.c 36 #define SYSCALL_SHIFT 4000
sigcode.S 52 #define SYSCALL_SHIFT 4000 # 4000 shift as in linux_syscall.c
55 li v0, LINUX_SYS_sigreturn + SYSCALL_SHIFT # sigreturn(sf)
60 #undef SYSCALL_SHIFT
syscall.c 94 #ifndef SYSCALL_SHIFT
95 #define SYSCALL_SHIFT 0
150 code = saved_v0 - SYSCALL_SHIFT;
157 code = *fargs++ - SYSCALL_SHIFT;
164 code = fargs[_QUAD_LOWWORD] - SYSCALL_SHIFT;
  /src/sys/arch/riscv/riscv/
syscall.c 50 #ifndef SYSCALL_SHIFT
51 #define SYSCALL_SHIFT 0
94 code = tf->tf_t6 - SYSCALL_SHIFT;

Completed in 15 milliseconds