Lines Matching refs:vmm_flags
250 uint vmm_flags, uint region_flags, uint arch_mmu_flags) { in alloc_region() argument
257 if (vmm_flags & VMM_FLAG_VALLOC_SPECIFIC) { in alloc_region()
326 … void **ptr, uint8_t align_log2, paddr_t paddr, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc_physical() argument
330 aspace, name, size, ptr ? *ptr : 0, paddr, vmm_flags, arch_mmu_flags); in vmm_alloc_physical()
349 if (vmm_flags & VMM_FLAG_VALLOC_SPECIFIC) { in vmm_alloc_physical()
360 vmm_region_t *r = alloc_region(aspace, name, size, vaddr, align_log2, vmm_flags, in vmm_alloc_physical()
383 uint8_t align_pow2, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc_contiguous() argument
387 aspace, name, size, ptr ? *ptr : 0, align_pow2, vmm_flags, arch_mmu_flags); in vmm_alloc_contiguous()
401 if (vmm_flags & VMM_FLAG_VALLOC_SPECIFIC) { in vmm_alloc_contiguous()
426 vmm_region_t *r = alloc_region(aspace, name, size, vaddr, align_pow2, vmm_flags, in vmm_alloc_contiguous()
457 uint8_t align_pow2, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc() argument
461 aspace, name, size, ptr ? *ptr : 0, align_pow2, vmm_flags, arch_mmu_flags); in vmm_alloc()
475 if (vmm_flags & VMM_FLAG_VALLOC_SPECIFIC) { in vmm_alloc()
502 vmm_region_t *r = alloc_region(aspace, name, size, vaddr, align_pow2, vmm_flags, in vmm_alloc()