Lines 823-829
Link Here
|
823 |
.sv_fetch_syscall_args = linux_fetch_syscall_args, |
823 |
.sv_fetch_syscall_args = linux_fetch_syscall_args, |
824 |
.sv_syscallnames = NULL, |
824 |
.sv_syscallnames = NULL, |
825 |
.sv_shared_page_base = SHAREDPAGE, |
825 |
.sv_shared_page_base = SHAREDPAGE, |
826 |
.sv_shared_page_len = PAGE_SIZE, |
826 |
.sv_shared_page_len = 2*PAGE_SIZE, |
827 |
.sv_schedtail = linux_schedtail, |
827 |
.sv_schedtail = linux_schedtail, |
828 |
.sv_thread_detach = linux_thread_detach, |
828 |
.sv_thread_detach = linux_thread_detach, |
829 |
.sv_trap = linux_vsyscall, |
829 |
.sv_trap = linux_vsyscall, |