Home
last modified time | relevance | path

Searched refs:vmm_flags (Results 1 – 2 of 2) sorted by relevance

/lk-master/kernel/vm/
A Dvmm.c257 if (vmm_flags & VMM_FLAG_VALLOC_SPECIFIC) { in alloc_region()
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()
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()
[all …]
/lk-master/kernel/include/kernel/
A Dvm.h232 …*name, size_t size, void **ptr, uint8_t align_log2, paddr_t paddr, uint vmm_flags, uint arch_mmu_f…
236 …ce, const char *name, size_t size, void **ptr, uint8_t align_log2, uint vmm_flags, uint arch_mmu_f…
240 …ce, const char *name, size_t size, void **ptr, uint8_t align_log2, uint vmm_flags, uint arch_mmu_f…

Completed in 4 milliseconds