syscall32_syscall.S 366 B

1234567891011121314151617
  1. /* 32bit VDSOs mapped into user space. */
  2. .section ".init.data","aw"
  3. .globl syscall32_syscall
  4. .globl syscall32_syscall_end
  5. syscall32_syscall:
  6. .incbin "arch/x86/ia32/vsyscall-syscall.so"
  7. syscall32_syscall_end:
  8. .globl syscall32_sysenter
  9. .globl syscall32_sysenter_end
  10. syscall32_sysenter:
  11. .incbin "arch/x86/ia32/vsyscall-sysenter.so"
  12. syscall32_sysenter_end: