aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/arch/x86_64/ia32/syscall32_syscall-xen.S
blob: 749b198f1792292fbe32d8b2bc4a15521d6a0ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* 32bit VDSOs mapped into user space. */

	.section ".init.data","aw"

#ifdef USE_INT80

	.globl syscall32_int80
	.globl syscall32_int80_end

syscall32_int80:
	.incbin "arch/x86_64/ia32/vsyscall-int80.so"
syscall32_int80_end:

#endif

	.globl syscall32_syscall
	.globl syscall32_syscall_end

syscall32_syscall:
	.incbin "arch/x86_64/ia32/vsyscall-syscall.so"
syscall32_syscall_end:

	.globl syscall32_sysenter
	.globl syscall32_sysenter_end

syscall32_sysenter:
	.incbin "arch/x86_64/ia32/vsyscall-sysenter.so"
syscall32_sysenter_end: