mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-10 01:57:43 +00:00
![]() The AML tree iterator provides interfaces to traverse the nodes in the AML tree. The iterator can traverse the AML tree nodes in the following order: - Linear progression: Iterate following the AML byte stream order (depth first). - Branch progression: Iterate following the AML byte stream order (depth first), but stop iterating at the end of the branch. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com> |
||
---|---|---|
.. | ||
AmlNode.c | ||
AmlNode.h | ||
AmlNodeInterface.c | ||
AmlTree.c | ||
AmlTree.h | ||
AmlTreeEnumerator.c | ||
AmlTreeIterator.c | ||
AmlTreeIterator.h | ||
AmlTreeTraversal.c | ||
AmlTreeTraversal.h |