diff options
Diffstat (limited to 'sys/linux/uffd_arm.const')
| -rw-r--r-- | sys/linux/uffd_arm.const | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/linux/uffd_arm.const b/sys/linux/uffd_arm.const index b8d604ede..a39aede80 100644 --- a/sys/linux/uffd_arm.const +++ b/sys/linux/uffd_arm.const @@ -1,15 +1,15 @@ # AUTOGENERATED FILE -# O_CLOEXEC is not set -# O_NONBLOCK is not set -# UFFDIO_API is not set -# UFFDIO_COPY is not set +O_CLOEXEC = 524288 +O_NONBLOCK = 2048 +UFFDIO_API = 3222841919 +UFFDIO_COPY = 3223890435 UFFDIO_COPY_MODE_DONTWAKE = 1 -# UFFDIO_REGISTER is not set +UFFDIO_REGISTER = 3223366144 UFFDIO_REGISTER_MODE_MISSING = 1 UFFDIO_REGISTER_MODE_WP = 2 -# UFFDIO_UNREGISTER is not set -# UFFDIO_WAKE is not set -# UFFDIO_ZEROPAGE is not set +UFFDIO_UNREGISTER = 2148575745 +UFFDIO_WAKE = 2148575746 +UFFDIO_ZEROPAGE = 3223366148 UFFDIO_ZEROPAGE_MODE_DONTWAKE = 1 UFFD_API = 170 UFFD_FEATURE_EVENT_FORK = 2 |
