Home
last modified time | relevance | path

Searched refs:VMC_XALIGN (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvmem.h87 #define VMC_XALIGN 0x00100000 macro
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c691 vmem_xfree, heap_arena, 0, VM_SLEEP | VMC_XALIGN); in contig_mem_init()
696 VM_SLEEP | VM_BESTFIT | VMC_XALIGN); in contig_mem_init()
701 VM_SLEEP | VM_BESTFIT | VMC_XALIGN); in contig_mem_init()
/titanic_41/usr/src/uts/common/os/
H A Dvmem.c1060 !(vmp->vm_cflags & VMC_XALIGN)) { in vmem_xalloc()
1110 ASSERT(!(vmp->vm_cflags & VMC_XALIGN) || in vmem_xalloc()
1589 ASSERT(!(vmflag & (VMC_XALLOC | VMC_XALIGN))); in vmem_create()
1590 vmflag &= ~(VMC_XALLOC | VMC_XALIGN); in vmem_create()