OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UFFDIO_API
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
userfaultfd.h
33
#define
UFFDIO_API
_IOWR(UFFDIO, _UFFDIO_API, struct
uffdio_api
)
59
struct
uffdio_api
{
struct
/external/kernel-headers/original/uapi/linux/
userfaultfd.h
32
* 0x3F.
UFFDIO_API
is the fixed number, everything else can be
36
* bitmask written by the
UFFDIO_API
.
47
#define
UFFDIO_API
_IOWR(UFFDIO, _UFFDIO_API, \
48
struct
uffdio_api
)
95
struct
uffdio_api
{
struct
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
32
* 0x3F.
UFFDIO_API
is the fixed number, everything else can be
36
* bitmask written by the
UFFDIO_API
.
47
#define
UFFDIO_API
_IOWR(UFFDIO, _UFFDIO_API, \
48
struct
uffdio_api
)
95
struct
uffdio_api
{
struct
106
* long as the
uffdio_api
.api requested matches UFFD_API.
Completed in 745 milliseconds