OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uffdio_api
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
userfaultfd.h
36
#define
UFFDIO_API
_IOWR(UFFDIO, _UFFDIO_API, struct
uffdio_api
)
69
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.
Completed in 59 milliseconds