Searched defs:arch_mmu_flags (Results 1 – 2 of 2) sorted by relevance
/lk-master/kernel/vm/ |
A D | vmm.c | 91 uint flags, uint arch_mmu_flags) { in alloc_region_struct() 159 vaddr_t align, size_t size, uint arch_mmu_flags) { in arch_mmu_pick_spot() 170 uint arch_mmu_flags) { in check_gap() 211 uint arch_mmu_flags, struct list_node **before) { in alloc_spot() 250 uint vmm_flags, uint region_flags, uint arch_mmu_flags) { in alloc_region() 314 uint arch_mmu_flags = 0; in vmm_reserve_space() local 326 … void **ptr, uint8_t align_log2, paddr_t paddr, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc_physical() 383 uint8_t align_pow2, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc_contiguous() 457 uint8_t align_pow2, uint vmm_flags, uint arch_mmu_flags) { in vmm_alloc()
|
/lk-master/kernel/include/kernel/ |
A D | vm.h | 206 uint arch_mmu_flags; member
|
Completed in 6 milliseconds