Skip to content
Snippets Groups Projects
Commit 649d64d8 authored by Carlos Pizano's avatar Carlos Pizano Committed by CQ bot account: commit-bot@chromium.org
Browse files

[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
parent 4911368f
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment