Lines Matching defs:optee

12 #include "optee-client.h"
13 #include "optee-smc.h"
84 namespace optee {
143 zxlogf(ERROR, "optee: invalid ioctl parameters\n");
268 "optee: allocated shared memory at physical addr 0x%" PRIuPTR
288 "optee: successfully freed shared memory at phys 0x%" PRIuPTR "\n",
316 zxlogf(INFO, "optee: delivering IRQ\n");
330 out_result->generic.func_id = optee::kReturnFromRpcFuncId;
378 zxlogf(ERROR, "optee: invalid shared memory region passed into RPC command!\n");
382 "optee: shared memory region passed into RPC command is too small\n");
402 zxlogf(ERROR, "optee: RPC command to access file system recognized but not implemented\n");
405 zxlogf(ERROR, "optee: RPC command to access file system recognized but not implemented\n");
408 zxlogf(ERROR, "optee: RPC command wait queue recognized but not implemented\n");
411 zxlogf(ERROR, "optee: RPC command to suspend recognized but not implemented\n");
418 zxlogf(ERROR, "optee: RPC command to perform socket IO recognized but not implemented\n");
425 zxlogf(INFO, "optee: received unsupported RPC command\n");
431 "optee: unrecognized command passed to RPC 0x%" PRIu32 "\n",
447 zxlogf(ERROR, "optee: RPC command received a memory offset out of bounds!\n");
464 "optee: received invalid memory reference from TEE command to load TA!\n");
471 "optee: TEE claimed a memory reference's size is larger than the real memory"
500 zxlogf(ERROR, "optee: could not find trusted app %s!\n", ta_path.data());
503 zxlogf(ERROR, "optee: error loading trusted app %s!\n", ta_path.data());
509 zxlogf(ERROR, "optee: loaded trusted app %s with unexpected size!\n", ta_path.data());
530 zxlogf(ERROR, "optee: failed to copy trusted app from VMO to shared memory!\n");
552 "optee: RPC command to allocate shared memory received a bad number of parameters!"
562 "optee: RPC command to allocate shared memory received an unexpected parameter type!"
575 zxlogf(ERROR, "optee: implementation currently does not support global shared memory!\n");
579 "optee: cannot allocate unknown memory type %" PRIu64 "\n", mem_specs.memory_type);
621 "optee: RPC command to free shared memory received a bad number of parameters!\n");
630 "optee: RPC command to free shared memory received an unexpected parameter type!\n");
641 zxlogf(ERROR, "optee: implementation currently does not support global shared memory!\n");
645 "optee: cannot free unknown memory type %" PRIu64 "\n", mem_specs.memory_type);
665 } // namespace optee