Searched refs:tee (Results 1 – 25 of 89) sorted by relevance
1234
139 tee->io_regs + tee->vdata->cmdbuff_addr_lo_reg); in tee_init_ring()141 tee->io_regs + tee->vdata->cmdbuff_addr_hi_reg); in tee_init_ring()143 tee->io_regs + tee->vdata->cmdresp_reg); in tee_init_ring()177 tee->io_regs + tee->vdata->cmdresp_reg); in tee_destroy_ring()198 tee = devm_kzalloc(dev, sizeof(*tee), GFP_KERNEL); in tee_dev_init()199 if (!tee) in tee_dev_init()209 tee->vdata = (struct tee_vdata *)psp->vdata->tee; in tee_dev_init()238 if (!tee) in tee_dev_destroy()259 (tee->rb_mgr.ring_start + tee->rb_mgr.wptr); in tee_submit_cmd()308 if (tee->rb_mgr.wptr >= tee->rb_mgr.ring_size) in tee_submit_cmd()[all …]
80 echo | tee -a "$oldrun/remote-log"82 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"90 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"108 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"114 echo | tee -a "$oldrun/remote-log"117 echo | tee -a "$oldrun/remote-log"118 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log"142 echo $i: $ncpus CPUs " " `date` | tee -a "$oldrun/remote-log"147 exit 4 | tee -a "$oldrun/remote-log"161 exit 10 | tee -a "$oldrun/remote-log"[all …]
206 echo " --- " $scriptname $args | tee -a $T/log207 echo " --- Results directory: " $ds | tee -a $T/log272 cat $T/$curflavor.out | tee -a $T/log273 echo retcode=$retcode | tee -a $T/log404 echo " --- " Done `date` | tee -a $T/log407 echo SUCCESSES: | tee -a $T/log410 cat "$T/successes" | tee -a $T/log414 echo FAILURES: | tee -a $T/log417 cat "$T/failures" | tee -a $T/log452 …iting for batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/l…[all …]
31 echo | tee -a "$rundir/log"32 echo | tee -a "$rundir/log"33 echo " --- `date` Test summary:" | tee -a "$rundir/log"34 echo Results directory: $rundir | tee -a "$rundir/log"35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"38 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log"39 echo " --- Done at `date` (`get_starttime_duration $starttime`) exitcode $ret" | tee -a "$rundir/lo…
147 echo $scriptname $args | tee -a "$rundir/log"180 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"182 ( cd "$rundir"; sh $T/runbatches.sh ) | tee -a "$rundir/log"
1 …tee/optee/built-in.a := echo >/dev/null; rm -f drivers/tee/optee/built-in.a; /usr/bin/ccache /home…
3 source_drivers/tee/optee/smc_abi.o := drivers/tee/optee/smc_abi.c5 deps_drivers/tee/optee/smc_abi.o := \1045 include/uapi/linux/tee.h \1046 drivers/tee/optee/optee_private.h \1051 drivers/tee/optee/optee_msg.h \1052 drivers/tee/optee/optee_smc.h \1053 drivers/tee/optee/optee_rpc_cmd.h \1056 drivers/tee/optee/optee_trace.h \1062 drivers/tee/optee/./optee_trace.h \1065 drivers/tee/optee/smc_abi.o: $(deps_drivers/tee/optee/smc_abi.o)[all …]
1 …tee/optee/ffa_abi.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aa…3 source_drivers/tee/optee/ffa_abi.o := drivers/tee/optee/ffa_abi.c5 deps_drivers/tee/optee/ffa_abi.o := \1029 include/uapi/linux/tee.h \1030 drivers/tee/optee/optee_private.h \1035 drivers/tee/optee/optee_msg.h \1036 drivers/tee/optee/optee_ffa.h \1037 drivers/tee/optee/optee_rpc_cmd.h \1039 drivers/tee/optee/ffa_abi.o: $(deps_drivers/tee/optee/ffa_abi.o)1041 $(deps_drivers/tee/optee/ffa_abi.o):
1 …tee/optee/device.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aar…3 source_drivers/tee/optee/device.o := drivers/tee/optee/device.c5 deps_drivers/tee/optee/device.o := \933 include/uapi/linux/tee.h \934 drivers/tee/optee/optee_private.h \939 drivers/tee/optee/optee_msg.h \941 drivers/tee/optee/device.o: $(deps_drivers/tee/optee/device.o)943 $(deps_drivers/tee/optee/device.o):
1 …tee/optee/supp.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch…3 source_drivers/tee/optee/supp.o := drivers/tee/optee/supp.c5 deps_drivers/tee/optee/supp.o := \931 drivers/tee/optee/optee_private.h \938 include/uapi/linux/tee.h \939 drivers/tee/optee/optee_msg.h \941 drivers/tee/optee/supp.o: $(deps_drivers/tee/optee/supp.o)943 $(deps_drivers/tee/optee/supp.o):
1 …tee/built-in.a := echo >/dev/null; rm -f drivers/tee/built-in.a; /usr/bin/ccache /home/test/worksp…
2 obj-$(CONFIG_TEE) += tee.o3 tee-objs += tee_core.o4 tee-objs += tee_shm.o5 tee-objs += tee_shm_pool.o
18 source "drivers/tee/optee/Kconfig"19 source "drivers/tee/amdtee/Kconfig"
1 …tee/tee_core.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64…3 source_drivers/tee/tee_core.o := drivers/tee/tee_core.c5 deps_drivers/tee/tee_core.o := \934 include/uapi/linux/tee.h \939 drivers/tee/tee_private.h \941 drivers/tee/tee_core.o: $(deps_drivers/tee/tee_core.o)943 $(deps_drivers/tee/tee_core.o):
1 …tee/tee_shm.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/…3 source_drivers/tee/tee_shm.o := drivers/tee/tee_shm.c5 deps_drivers/tee/tee_shm.o := \1001 include/uapi/linux/tee.h \1005 drivers/tee/tee_private.h \1008 drivers/tee/tee_shm.o: $(deps_drivers/tee/tee_shm.o)1010 $(deps_drivers/tee/tee_shm.o):
1 …tee/tee_shm_pool.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aar…3 source_drivers/tee/tee_shm_pool.o := drivers/tee/tee_shm_pool.c5 deps_drivers/tee/tee_shm_pool.o := \1041 include/uapi/linux/tee.h \1042 drivers/tee/tee_private.h \1045 drivers/tee/tee_shm_pool.o: $(deps_drivers/tee/tee_shm_pool.o)1047 $(deps_drivers/tee/tee_shm_pool.o):
24 if (!tee || !amd || count > TEE_MAX_PARAMS) in tee_params_to_amd_params()33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()48 u32 buf_id = get_buffer_id(tee[i].u.memref.shm); in tee_params_to_amd_params()52 amd->params[i].mref.size = tee[i].u.memref.size; in tee_params_to_amd_params()59 if (tee[i].u.value.c) in tee_params_to_amd_params()62 amd->params[i].val.a = tee[i].u.value.a; in tee_params_to_amd_params()63 amd->params[i].val.b = tee[i].u.value.b; in tee_params_to_amd_params()81 if (!tee || !amd || count > TEE_MAX_PARAMS) in amd_params_to_tee_params()112 tee[i].u.value.a = amd->params[i].val.a; in amd_params_to_tee_params()113 tee[i].u.value.b = amd->params[i].val.b; in amd_params_to_tee_params()[all …]
23 include/uapi/linux/tee.h defines the generic interface to a TEE.25 User space (the client) connects to the driver by opening /dev/tee[0-9]* or47 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens95 MODULE_DEVICE_TABLE(tee, client_id_table);159 || |tee- | ||173 or tee-supplicant. An RPC is identified by a special range of SMCCC return176 tee-supplicant without further involvement of the driver, except switching272 [3] drivers/tee/optee/optee_smc.h274 [4] drivers/tee/optee/optee_msg.h279 [6] include/linux/psp-tee.h[all …]
15 tee
1 What: /sys/bus/tee/devices/optee-ta-<uuid>/4 Contact: op-tee@lists.trustedfirmware.org
68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
21 ./fin_ack_lat | tee $tmpfile &
32 tee: tee@10100000 { label
57 echo "$status" | tee "$OUT" >&2
26 tee -a $tmp_file < $UDELAY_PATH
Completed in 47 milliseconds