Home
last modified time | relevance | path

Searched refs:MAP_NORESERVE (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/libunwind/libunwind/tests/
H A Dmapper.c42 #if !defined(MAP_NORESERVE)
43 # define MAP_NORESERVE 0 macro
68 #ifdef MAP_NORESERVE in main()
69 | MAP_NORESERVE in main()
/third_party/musl/arch/powerpc/bits/
H A Dmman.h3 #undef MAP_NORESERVE macro
4 #define MAP_NORESERVE 0x40 macro
/third_party/musl/arch/powerpc64/bits/
H A Dmman.h3 #undef MAP_NORESERVE macro
4 #define MAP_NORESERVE 0x40 macro
/third_party/musl/arch/mips64/bits/
H A Dmman.h3 #undef MAP_NORESERVE macro
4 #define MAP_NORESERVE 0x0400 macro
/third_party/musl/arch/mipsn32/bits/
H A Dmman.h3 #undef MAP_NORESERVE macro
4 #define MAP_NORESERVE 0x0400 macro
/third_party/musl/arch/mips/bits/
H A Dmman.h3 #undef MAP_NORESERVE macro
4 #define MAP_NORESERVE 0x0400 macro
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap28.c33 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NORESERVE, fd, 0); in run_test()
H A Dhugemmap17.c53 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in run_test()
H A Dhugemmap27.c75 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NORESERVE, fd2, 0); in run_test()
/third_party/pulseaudio/src/pulsecore/
H A Dshm.c192 #ifndef MAP_NORESERVE in sharedmem_create()
193 #define MAP_NORESERVE 0 in sharedmem_create() macro
196 if ((m->ptr = mmap(NULL, PA_PAGE_ALIGN(m->size), PROT_READ|PROT_WRITE, MAP_SHARED|MAP_NORESERVE, fd, (off_t) 0)) == MAP_FAILED) { in sharedmem_create()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-blob.cc532 #ifndef MAP_NORESERVE
533 # define MAP_NORESERVE 0 macro
657 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in hb_blob_create_from_file_or_fail()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h21 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h30 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/include/sys/
H A Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs70 /// `MAP_NORESERVE`
71 const NORESERVE = linux_raw_sys::general::MAP_NORESERVE;
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs139 pub const MAP_NORESERVE: ::c_int = 0x400; consts
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs183 /// `MAP_NORESERVE`
185 const NORESERVE = c::MAP_NORESERVE;
/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c440 MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, in emu_init()
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c350 uintptr_t *mmap_addr = mmap(NULL, shadow_size, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
/third_party/musl/ldso/linux/
H A Dcfi.c379 uintptr_t *mmap_addr = mmap(NULL, shadow_size, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs87 MAP_NORESERVE;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs248 pub const MAP_NORESERVE: ::c_int = 16384; consts

Completed in 14 milliseconds

1234