Searched refs:VMC_XALIGN (Results 1 – 3 of 3) sorted by relevance
87 #define VMC_XALIGN 0x00100000 macro
691 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()
1060 !(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()