Searched refs:MAP_ALIGN (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_vm_dep.c | 223 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 D | alloc.c | 118 _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 D | mach_vm_dep.c | 255 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 D | vmem_mmap.c | 90 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 D | grow.c | 557 ((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 D | mmapobj.c | 667 ma_flags |= MAP_ALIGN; in mmapobj_lookup_start_addr() 737 ma_flags |= MAP_ALIGN; in mmapobj_alloc_start_addr()
|
H A D | shm.c | 403 map_addr(&addr, size, 0ll, 1, MAP_ALIGN); in shmat()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mman.h | 102 #define MAP_ALIGN 0x200 /* addr specifies alignment */ macro
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | copyf.c | 239 (MAP_SHARED|MAP_ALIGN), a_srcFd, (off_t)0); in copyFile()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_mman_h.cfg | 43 value | MAP_ALIGN | int | sys/mman.h | +ALL
|
/illumos-gate/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 556 MAP_PRIVATE | MAP_ANON | MAP_ALIGN, -1, 0)) == MAP_FAILED) { in discover_optimal_pagesize()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 743 if (arg & ~(MAP_FIXED|MAP_RENAME|MAP_NORESERVE|MAP_ANON|MAP_ALIGN| in mmap_type() 756 if (arg & MAP_ALIGN) in mmap_type()
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 847 if ((flags & MAP_ALIGN) && ((uintptr_t)*addrp > align_amount)) in map_addr_proc()
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 793 4526878 ld.so.1 should pass MAP_ALIGN flag to give kernel more flexibility
|