[kernel] Add vmar alignment flags
This change introduces a set of flags of the form ZX_VM_ALIGN_<number> that can be combined with other ZX_VM flags to control the |address| alignement of - zx_vmar_allocate(...., &address); - zx_vmar_map(..., &address); TEST: unit tests added ZX-1173 #done Change-Id: I7a6920ec16d1b89a21c36850e99fe336f3c9270d
Showing
- zircon/docs/syscalls/vmar_allocate.md 13 additions, 0 deletionszircon/docs/syscalls/vmar_allocate.md
- zircon/docs/syscalls/vmar_map.md 13 additions, 0 deletionszircon/docs/syscalls/vmar_map.md
- zircon/kernel/object/vm_address_region_dispatcher.cpp 28 additions, 9 deletionszircon/kernel/object/vm_address_region_dispatcher.cpp
- zircon/system/public/zircon/types.h 24 additions, 0 deletionszircon/system/public/zircon/types.h
- zircon/system/utest/core/vmar/vmar.cpp 177 additions, 0 deletionszircon/system/utest/core/vmar/vmar.cpp
Loading
Please register or sign in to comment