/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | tee-dev.c | 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 …]
|
A D | Makefile | 13 tee-dev.o
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-remote.sh | 79 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" 117 echo Remote run directory: $rundir | tee -a "$oldrun/remote-log" 147 echo $i: $ncpus CPUs " " `date` | tee -a "$oldrun/remote-log" 252 cat "$T/startbatches.stderr" | tee -a "$oldrun/remote-log" 259 echo All batches started. `date` | tee -a "$oldrun/remote-log" [all …]
|
A D | torture.sh | 212 echo " --- " $scriptname $args | tee -a $T/log 213 echo " --- Results directory: " $ds | tee -a $T/log 278 cat $T/$curflavor.out | tee -a $T/log 279 echo retcode=$retcode | tee -a $T/log 515 echo " --- " Done `date` | tee -a $T/log 518 echo SUCCESSES: | tee -a $T/log 521 cat "$T/successes" | tee -a $T/log 525 echo FAILURES: | tee -a $T/log 576 …iting for batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/l… 585 …for final batch $batchno of $ncompresses compressions `date` | tee -a "$tdir/log-xz" | tee -a $T/l… [all …]
|
A D | kvm-end-run-stats.sh | 30 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 D | kvm-again.sh | 184 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-6.3-rc2/tools/testing/selftests/amd-pstate/ |
A D | gitsource.sh | 31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1 105 printf "Gitsource-$1-#$2 avg freq: $avg_freq\n" | tee -a $OUTFILE_GIT.result 109 printf "Gitsource-$1-#$2 avg load: $avg_load\n" | tee -a $OUTFILE_GIT.result 113 printf "Gitsource-$1-#$2 user time(s): $time_sum\n" | tee -a $OUTFILE_GIT.result 128 printf "\n" | tee -a $OUTFILE_GIT.result 153 printf "Gitsource-$1 avg des perf: $avg_des_perf\n" | tee -a $OUTFILE_GIT.result 157 printf "Gitsource-$1 avg freq: $avg_freq\n" | tee -a $OUTFILE_GIT.result 161 printf "Gitsource-$1 avg load: $avg_load\n" | tee -a $OUTFILE_GIT.result 186 printf "\n" | tee -a $OUTFILE_GIT.result 200 printf "Gitsource comparison $1-$2 VS $3-$4" | tee -a $OUTFILE_GIT.result [all …]
|
A D | tbench.sh | 26 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-6.3-rc2/drivers/tee/amdtee/ |
A D | call.c | 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 …]
|
/linux-6.3-rc2/drivers/tee/ |
A D | Makefile | 2 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 D | Kconfig | 16 source "drivers/tee/optee/Kconfig" 17 source "drivers/tee/amdtee/Kconfig"
|
/linux-6.3-rc2/tools/testing/selftests/filesystems/fat/ |
A D | run_fat_tests.sh | 47 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-6.3-rc2/Documentation/staging/ |
A D | tee.rst | 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]* or 47 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens 95 MODULE_DEVICE_TABLE(tee, client_id_table); 159 || |tee- | || 173 or tee-supplicant. An RPC is identified by a special range of SMCCC return 176 tee-supplicant without further involvement of the driver, except switching 302 [3] drivers/tee/optee/optee_smc.h 304 [4] drivers/tee/optee/optee_msg.h 309 [6] include/linux/psp-tee.h [all …]
|
A D | index.rst | 15 tee
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-optee-devices | 1 What: /sys/bus/tee/devices/optee-ta-<uuid>/ 4 Contact: op-tee@lists.trustedfirmware.org
|
/linux-6.3-rc2/tools/testing/selftests/cpufreq/ |
A D | special-tests.sh | 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor & 69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | fin_ack_lat.sh | 21 ./fin_ack_lat | tee $tmpfile &
|
/linux-6.3-rc2/Documentation/translations/zh_CN/staging/ |
A D | index.rst | 26 * tee
|
/linux-6.3-rc2/tools/time/ |
A D | udelay_test.sh | 26 tee -a $tmp_file < $UDELAY_PATH
|
/linux-6.3-rc2/scripts/ |
A D | test_fortify.sh | 61 echo "$status" | tee "$OUT" >&2
|
/linux-6.3-rc2/arch/arm64/boot/dts/realtek/ |
A D | rtd139x.dtsi | 32 tee: tee@10100000 { label
|
A D | rtd129x.dtsi | 33 tee: tee@10100000 { label
|
A D | rtd16xx.dtsi | 30 tee: tee@10100000 { label
|
/linux-6.3-rc2/tools/testing/selftests/pstore/ |
A D | common_tests | 68 /bin/echo "$@" | tee -a $LOG_FILE
|
/linux-6.3-rc2/tools/testing/selftests/ftrace/ |
A D | ftracetest | 388 __run_test $1 | tee -a $testlog 2>&1 390 __run_test $1 2>> $testlog | tee -a $testlog
|