From c8a1847658268fbadf20aa486107f2e553a8c768 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 6 Mar 2018 19:14:54 +0100 Subject: sys/linux: add descriptions for /dev/infiniband/rdma_cm Also fix uffd and bluetooth consts while we are here. --- sys/linux/uffd_arm64.const | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/linux/uffd_arm64.const') diff --git a/sys/linux/uffd_arm64.const b/sys/linux/uffd_arm64.const index a84b69ab7..0a563ec0b 100644 --- a/sys/linux/uffd_arm64.const +++ b/sys/linux/uffd_arm64.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 -- cgit mrf-deployment