vdso.h 206 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ABI_CSKY_VDSO_H
  3. #define __ABI_CSKY_VDSO_H
  4. /* movi r1, 127; addi r1, (139 - 127) */
  5. #define SET_SYSCALL_ID .long 0x20b167f1
  6. #endif /* __ABI_CSKY_VDSO_H */