Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 – 5 of 5) sorted by relevance

/qemu/linux-headers/asm-generic/
H A Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/qemu/linux-headers/asm-powerpc/
H A Dmman.h27 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ macro
/qemu/linux-headers/asm-mips/
H A Dmman.h65 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/qemu/linux-user/
H A Dstrace.c1445 #ifdef MCL_ONFAULT
1446 FLAG_TARGET(MCL_ONFAULT),
H A Dsyscall.c7560 #ifdef MCL_ONFAULT in target_to_host_mlockall_arg()
7562 result |= MCL_ONFAULT; in target_to_host_mlockall_arg()