Home
last modified time | relevance | path

Searched refs:MAP_ALIGN (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c223 if (p->p_model == DATAMODEL_ILP32 && ((flags & MAP_ALIGN) == 0 || in map_addr_proc()
248 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp != 0) && in map_addr_proc()
263 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp > align_amount)) { in map_addr_proc()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c118 _MAP_NEW | MAP_PRIVATE | MAP_ANON | MAP_ALIGN, -1L, (off_t)0) != 0) in initial_allocation()
202 MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, (off_t)0); in lmalloc()
239 MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, (off_t)0); in lmalloc()
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c255 if (p->p_model == DATAMODEL_ILP32 && ((flags & MAP_ALIGN) == 0 || in map_addr_proc()
280 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp != 0) && in map_addr_proc()
295 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp > align_amount)) { in map_addr_proc()
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_mmap.c90 buf = mmap((void *)CHUNKSIZE, size, FREE_PROT, FREE_FLAGS | MAP_ALIGN, in vmem_mmap_top_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c557 ((flags & (MAP_ALIGN | _MAP_RANDOMIZE)) == 0) && in choose_addr()
639 !(((flags & MAP_ALIGN) == 0) && (addr != 0) && aslr_respect_mmap_hint))
652 _MAP_LOW32 | MAP_NORESERVE | MAP_ANON | MAP_ALIGN | in smmap_common()
696 if (flags & MAP_ALIGN) { in smmap_common()
H A Dmmapobj.c667 ma_flags |= MAP_ALIGN; in mmapobj_lookup_start_addr()
737 ma_flags |= MAP_ALIGN; in mmapobj_alloc_start_addr()
H A Dshm.c403 map_addr(&addr, size, 0ll, 1, MAP_ALIGN); in shmat()
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h102 #define MAP_ALIGN 0x200 /* addr specifies alignment */ macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c239 (MAP_SHARED|MAP_ALIGN), a_srcFd, (off_t)0); in copyFile()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_mman_h.cfg43 value | MAP_ALIGN | int | sys/mman.h | +ALL
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c556 MAP_PRIVATE | MAP_ANON | MAP_ALIGN, -1, 0)) == MAP_FAILED) { in discover_optimal_pagesize()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c742 if (arg & ~(MAP_FIXED|MAP_RENAME|MAP_NORESERVE|MAP_ANON|MAP_ALIGN| in mmap_type()
755 if (arg & MAP_ALIGN) in mmap_type()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c847 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp > align_amount)) in map_addr_proc()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README793 4526878 ld.so.1 should pass MAP_ALIGN flag to give kernel more flexibility