/third_party/rust/crates/rustix/src/mm/ |
H A D | mmap.rs | 155 pub unsafe fn mprotect(ptr: *mut c_void, len: usize, flags: MprotectFlags) -> io::Result<()> { in mprotect() functions
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 534 pub unsafe fn mprotect( in mprotect() functions
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | tlb.c | 36 } mprotect; member [all...] |
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | tlb.c | 36 } mprotect; member [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 467 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 451 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 486 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 486 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 276 COND_SYSCALL(mprotect); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 177 COND_SYSCALL(mprotect); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 600 int (*mprotect)(struct vm_area_struct *vma, unsigned long start, member
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1787 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1600 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1054 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2573 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1778 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1683 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2768 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3102 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3979 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3938 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2735 pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5141 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions
|