Home
last modified time | relevance | path

Searched defs:mprotect (Results 1 - 23 of 23) sorted by relevance

/third_party/rust/crates/rustix/src/mm/
H A Dmmap.rs155 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 Dmman.rs534 pub unsafe fn mprotect( in mprotect() functions
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtlb.c36 } mprotect; member
[all...]
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtlb.c36 } mprotect; member
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs467 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 Dmod.rs451 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 Dmod.rs486 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 Dmod.rs486 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 Dsys_ni.c276 COND_SYSCALL(mprotect); variable
/kernel/linux/linux-6.6/kernel/
H A Dsys_ni.c177 COND_SYSCALL(mprotect); variable
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h600 int (*mprotect)(struct vm_area_struct *vma, unsigned long start, member
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1787 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 Dmod.rs1600 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 Dmod.rs1054 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 Dmod.rs2573 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 Dmod.rs1778 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 Dmod.rs1683 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 Dmod.rs2768 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 Dmod.rs3102 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 Dmod.rs3979 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 Dmod.rs3938 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 Dmod.rs2735 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 Dmod.rs5141 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect() functions

Completed in 114 milliseconds