OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UFFD_API
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/
userfaultfd.h
22
#define
UFFD_API
((__u64) 0xAA)
/external/kernel-headers/original/uapi/linux/
userfaultfd.h
14
#define
UFFD_API
((__u64)0xAA)
33
* changed by implementing a different
UFFD_API
. If sticking to the
34
* same
UFFD_API
more ioctl can be added and userland will be aware of
106
* long as the uffdio_api.api requested matches
UFFD_API
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
userfaultfd.h
14
#define
UFFD_API
((__u64)0xAA)
33
* changed by implementing a different
UFFD_API
. If sticking to the
34
* same
UFFD_API
more ioctl can be added and userland will be aware of
106
* long as the uffdio_api.api requested matches
UFFD_API
.
/external/strace/tests/
ioctl_uffdio.c
70
api_struct->api =
UFFD_API
;
/external/strace/tests-m32/
ioctl_uffdio.c
70
api_struct->api =
UFFD_API
;
/external/strace/tests-mx32/
ioctl_uffdio.c
70
api_struct->api =
UFFD_API
;
/external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c
548
uffdio_api.api =
UFFD_API
;
554
if (uffdio_api.api !=
UFFD_API
) {
Completed in 47 milliseconds