Home
last modified time | relevance | path

Searched refs:tee (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/crypto/ccp/
A Dtee-dev.c169 tee = devm_kzalloc(dev, sizeof(*tee), GFP_KERNEL); in tee_dev_init()
170 if (!tee) in tee_dev_init()
175 tee->dev = dev; in tee_dev_init()
176 tee->psp = psp; in tee_dev_init()
180 tee->vdata = (struct tee_vdata *)psp->vdata->tee; in tee_dev_init()
181 if (!tee->vdata) { in tee_dev_init()
209 if (!tee) in tee_dev_destroy()
230 (tee->rb_mgr.ring_start + tee->rb_mgr.wptr); in tee_submit_cmd()
232 rptr = ioread32(tee->io_regs + tee->vdata->ring_rptr_reg); in tee_submit_cmd()
279 if (tee->rb_mgr.wptr >= tee->rb_mgr.ring_size) in tee_submit_cmd()
[all …]
A Dsp-pci.c59 version_attribute_show(tee_version, psp->vdata->tee->info_reg)
82 if (attr == &dev_attr_tee_version.attr && psp->capability.tee && in psp_firmware_is_visible()
83 psp->vdata->tee->info_reg) in psp_firmware_is_visible()
84 val = ioread32(psp->io_regs + psp->vdata->tee->info_reg); in psp_firmware_is_visible()
409 .tee = &teev1,
424 .tee = &teev1,
435 .tee = &teev2,
447 .tee = &teev2,
/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-remote.sh79 echo | tee -a "$oldrun/remote-log"
81 cat $T/kvm.sh.out | tee -a "$oldrun/remote-log"
89 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
107 cat $T/kvm-again.sh.out | tee -a "$oldrun/remote-log"
113 echo | tee -a "$oldrun/remote-log"
116 echo | tee -a "$oldrun/remote-log"
145 echo ' --- ssh stdout: vvv' | tee -a "$oldrun/remote-log"
146 cat $T/ssh.stdout | tee -a "$oldrun/remote-log"
147 echo ' --- ssh stdout: ^^^' | tee -a "$oldrun/remote-log"
148 echo ' --- ssh stderr: vvv' | tee -a "$oldrun/remote-log"
[all …]
A Dkvm-end-run-stats.sh30 echo | tee -a "$rundir/log"
31 echo | tee -a "$rundir/log"
32 echo " --- `date` Test summary:" | tee -a "$rundir/log"
33 echo Results directory: $rundir | tee -a "$rundir/log"
34 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
37 cat $T/kvm-recheck.sh.out | tee -a "$rundir/log"
38 echo " --- Done at `date` (`get_starttime_duration $starttime`) exitcode $ret" | tee -a "$rundir/lo…
A Dtorture.sh242 echo " --- " $scriptname $args | tee -a $T/log
243 echo " --- Results directory: " $ds | tee -a $T/log
308 cat $T/$curflavor.out | tee -a $T/log
309 echo retcode=$retcode | tee -a $T/log
598 echo " --- " Done `date` | tee -a $T/log
601 echo SUCCESSES: | tee -a $T/log
604 cat "$T/successes" | tee -a $T/log
608 echo FAILURES: | tee -a $T/log
671 …iting for batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/l…
680 …for final batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/l…
[all …]
A Dkvm-again.sh184 echo $scriptname $args | tee -a "$rundir/log"
217 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"
219 ( cd "$rundir"; sh $T/runbatches.sh ) | tee -a "$rundir/log"
/linux/tools/testing/selftests/amd-pstate/
A Dgitsource.sh31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1
110 printf "Gitsource-$1-#$2 avg freq: $avg_freq\n" | tee -a $OUTFILE_GIT.result
114 printf "Gitsource-$1-#$2 avg load: $avg_load\n" | tee -a $OUTFILE_GIT.result
118 printf "Gitsource-$1-#$2 user time(s): $time_sum\n" | tee -a $OUTFILE_GIT.result
133 printf "\n" | tee -a $OUTFILE_GIT.result
158 printf "Gitsource-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result
162 printf "Gitsource-$1 avg freq: $avg_freq\n" | tee -a $OUTFILE_GIT.result
166 printf "Gitsource-$1 avg load: $avg_load\n" | tee -a $OUTFILE_GIT.result
191 printf "\n" | tee -a $OUTFILE_GIT.result
205 printf "Gitsource comparison $1-$2 VS $3-$4" | tee -a $OUTFILE_GIT.result
[all …]
A Dtbench.sh26 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_TBENCH.csv > /dev/null 2>&1
92 printf "Tbench-$1-#$2 avg freq: $avg_freq\n" | tee -a $OUTFILE_TBENCH.result
96 printf "Tbench-$1-#$2 avg load: $avg_load\n" | tee -a $OUTFILE_TBENCH.result
100 printf "Tbench-$1-#$2 throughput(MB/s): $tp_sum\n" | tee -a $OUTFILE_TBENCH.result
115 printf "\n" | tee -a $OUTFILE_TBENCH.result
140 printf "Tbench-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_TBENCH.result
144 printf "Tbench-$1 avg freq: $avg_freq\n" | tee -a $OUTFILE_TBENCH.result
148 printf "Tbench-$1 avg load: $avg_load\n" | tee -a $OUTFILE_TBENCH.result
173 printf "\n" | tee -a $OUTFILE_TBENCH.result
187 printf "Tbench comparison $1-$2 VS $3-$4" | tee -a $OUTFILE_TBENCH.result
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-optee-devices1 What: /sys/bus/tee/devices/optee-ta-<uuid>/
4 Contact: op-tee@lists.trustedfirmware.org
10 What: /sys/bus/tee/devices/optee-ta-<uuid>/need_supplicant
13 Contact: op-tee@lists.trustedfirmware.org
16 tee-supplicant to function properly or not. This attribute will be present for
17 devices which depend on tee-supplicant to be running.
A Dsysfs-class-tee1 What: /sys/class/tee/tee{,priv}X/rpmb_routing_model
4 Contact: op-tee@lists.trustedfirmware.org
7 user-space daemon tee-supplicant or the RPMB subsystem
11 subsystem without assistance from tee-supplicant. It
15 tee-supplicant is needed in the early boot with initramfs.
/linux/drivers/tee/amdtee/
A Dcall.c24 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 …]
/linux/Documentation/tee/
A Dindex.rst10 tee
11 op-tee
12 amd-tee
13 ts-tee
A Dop-tee.rst43 || |tee- | ||
57 or tee-supplicant. An RPC is identified by a special range of SMCCC return
60 tee-supplicant without further involvement of the driver, except switching
66 OP-TEE provides a pseudo Trusted Application: drivers/tee/optee/device.c in
159 [3] drivers/tee/optee/optee_smc.h
161 [4] drivers/tee/optee/optee_msg.h
/linux/drivers/tee/
A DMakefile2 obj-$(CONFIG_TEE) += tee.o
3 tee-objs += tee_core.o
4 tee-objs += tee_shm.o
5 tee-objs += tee_shm_pool.o
A DKconfig16 source "drivers/tee/optee/Kconfig"
17 source "drivers/tee/amdtee/Kconfig"
18 source "drivers/tee/tstee/Kconfig"
/linux/tools/testing/selftests/filesystems/fat/
A Drun_fat_tests.sh47 echo old | sudo tee "${old_path}" >/dev/null 2>&1
48 echo new | sudo tee "${new_path}" >/dev/null 2>&1
63 echo old | sudo tee "${old_path}" >/dev/null 2>&1
64 echo new | sudo tee "${new_path}" >/dev/null 2>&1
/linux/Documentation/userspace-api/
A Dtee.rst2 .. tee:
8 include/uapi/linux/tee.h defines the generic interface to a TEE.
10 User space (the client) connects to the driver by opening /dev/tee[0-9]* or
32 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens
/linux/tools/testing/selftests/cpufreq/
A Dspecial-tests.sh68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/linux/drivers/tee/optee/
A DKconfig27 Documentation/tee/op-tee.rst.
/linux/drivers/platform/x86/amd/pmf/
A DMakefile10 tee-if.o spc.o pmf-quirks.o
/linux/tools/testing/selftests/net/
A Dfin_ack_lat.sh21 ./fin_ack_lat | tee $tmpfile &
/linux/Documentation/translations/zh_CN/staging/
A Dindex.rst26 * tee
/linux/tools/time/
A Dudelay_test.sh26 tee -a $tmp_file < $UDELAY_PATH
/linux/lib/test_fortify/
A Dtest_fortify.sh61 echo "$status" | tee "$OUT" >&2
/linux/arch/arm64/boot/dts/realtek/
A Drtd139x.dtsi32 tee: tee@10100000 { label

Completed in 45 milliseconds

12345