mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-19 03:26:38 +07:00
![Thomas Gleixner](/assets/img/avatar_default.png)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
18 lines
366 B
ArmAsm
18 lines
366 B
ArmAsm
/* 32bit VDSOs mapped into user space. */
|
|
|
|
.section ".init.data","aw"
|
|
|
|
.globl syscall32_syscall
|
|
.globl syscall32_syscall_end
|
|
|
|
syscall32_syscall:
|
|
.incbin "arch/x86/ia32/vsyscall-syscall.so"
|
|
syscall32_syscall_end:
|
|
|
|
.globl syscall32_sysenter
|
|
.globl syscall32_sysenter_end
|
|
|
|
syscall32_sysenter:
|
|
.incbin "arch/x86/ia32/vsyscall-sysenter.so"
|
|
syscall32_sysenter_end:
|