freebsd-dev/sys/arm64/linux
Edward Tomasz Napierala 1699546def Remove sv_pagesize, originally introduced with r100384.
In all of the architectures we have today, we always use PAGE_SIZE.
While in theory one could define different things, none of the
current architectures do, even the ones that have transitioned from
32-bit to 64-bit like i386 and arm. Some ancient mips binaries on
other systems used 8k instead of 4k, but we don't support running
those and likely never will due to their age and obscurity.

Reviewed by:	imp (who also contributed the commit message)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D19280
2019-03-01 16:16:38 +00:00
..
linux_dummy.c Fix errno values returned from DUMMY_XATTR linuxulator calls 2019-01-11 07:58:25 +00:00
linux_locore.s Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_machdep.c Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_proto.h Regen arm64 linux sysent after r336043 2018-07-06 19:47:09 +00:00
linux_ptrace.c Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_support.s Introduce arm64 linuxulator stubs 2018-06-18 19:34:34 +00:00
linux_syscall.h Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_syscalls.c Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_sysent.c Regen arm64 linuxulator sysent files after r335323 2018-06-18 18:10:11 +00:00
linux_systrace_args.c Regen arm64 linux sysent after r336043 2018-07-06 19:47:09 +00:00
linux_sysvec.c Remove sv_pagesize, originally introduced with r100384. 2019-03-01 16:16:38 +00:00
linux_vdso.lds.s Add stub arm64 linuxulator VDSO ldscript 2018-06-28 20:36:21 +00:00
linux.h arm64: add arm64 linux.h based on i386 linuxulator and Linux headers 2018-06-15 19:09:17 +00:00
Makefile
syscalls.conf
syscalls.master Fix arm64 linuxulator clone() argument order 2018-07-06 19:44:49 +00:00