| commit | acb0885c117e73cb6c5c9b1dd9054cb3f93507ee | [log] [tgz] |
|---|---|---|
| author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Sep 28 21:21:12 2023 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 19 16:26:32 2023 +0200 |
| tree | acb60d9a4b63c13f3752f7cde4a02d54ccae65fa | |
| parent | 6178477728ebea18f1ef37f3534d06a34840fd3b [diff] |
teec: use multiple of page size for page aligned buffers When allocating a page aligned buffer, round the size up the next multiple of page size. With this we can guarantee that a part of that page isn't registered already. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers