commit | dc4733947181cf90503c0ce47602a34e6d9af8b5 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@google.com> | Fri Oct 20 15:10:46 2023 +0200 |
committer | Ard Biesheuvel <ardb@google.com> | Thu Nov 09 16:23:19 2023 +0100 |
tree | de20a130ff1c65bee2e3d22246d1cf7a14bf70c1 | |
parent | ba031fbfa1892d6002a4531b820d5fbd2dedb89e [diff] |
Use statically typed callback function in modify_range All users of walk_range and modify_range pass compile time constant references to callback functions, and so using a dynamic function type PteUpdater is unnecessary, and may result in pointless overhead or complexity, given that dynamic function calls are dispatched via vtables rather than directly. So use a bound on the generic function type F instead. Test: build tested only Change-Id: Ic7550bce24c7992b9ddc35c7b9bae8163fe9d511
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: