Searched refs:tee (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/drivers/tee/ |
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
|
D | Kconfig | 15 source "drivers/tee/optee/Kconfig"
|
/Linux-v4.19/Documentation/ |
D | tee.txt | 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 || |tee- | || 109 or tee-supplicant. An RPC is identified by a special range of SMCCC return 112 tee-supplicant without further involvement of the driver, except switching 122 [3] drivers/tee/optee/optee_smc.h 124 [4] drivers/tee/optee/optee_msg.h
|
D | 00-INDEX | 387 tee.txt
|
/Linux-v4.19/tools/testing/selftests/ftrace/ |
D | ftracetest | 141 [ -z "$LOG_FILE" ] && echo "$@" || echo "$@" | tee -a $LOG_FILE 144 [ -z "$LOG_FILE" ] && cat $1 || cat $1 | tee -a $LOG_FILE 284 __run_test $1 | tee -a $testlog 2>&1 286 __run_test $1 2>> $testlog | tee -a $testlog
|
/Linux-v4.19/tools/testing/selftests/cpufreq/ |
D | special-tests.sh | 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor & 69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/firmware/ |
D | linaro,optee-tz.txt | 18 in drivers/tee/optee/optee_smc.h 21 in drivers/tee/optee/optee_smc.h
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ |
D | functions | 94 [ -f set_ftrace_filter ] && echo | tee set_ftrace_* 95 [ -f set_graph_function ] && echo | tee set_graph_*
|
/Linux-v4.19/tools/time/ |
D | udelay_test.sh | 33 tee -a $tmp_file < $UDELAY_PATH
|
/Linux-v4.19/tools/testing/selftests/pstore/ |
D | common_tests | 68 /bin/echo "$@" | tee -a $LOG_FILE
|
/Linux-v4.19/arch/arm64/boot/dts/realtek/ |
D | rtd1295.dtsi | 56 tee@10100000 {
|
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 118 fi | tee -a $file.diags
|
D | kvm-test-1-run.sh | 158 echo CPU count limited from $cpu_count to $vcpus | tee -a $resdir/Warnings
|
/Linux-v4.19/drivers/ |
D | Makefile | 184 obj-$(CONFIG_TEE) += tee/
|
D | Kconfig | 210 source "drivers/tee/Kconfig"
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 292 SYSCALL_SPU(tee)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 391 ENTRY_SAME(tee)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 155 COMPAT_SYSCALL_WRAP4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 287 276 common tee __x64_sys_tee
|
D | syscall_32.tbl | 329 315 i386 tee sys_tee __ia32_sys_tee
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 287 276 common tee __x64_sys_tee
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 359 342 common tee sys_tee
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 318 308 common tee sys_tee compat_sys_tee
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 318 308 common tee sys_tee compat_sys_tee
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 312 0xA4 00-1F uapi/linux/tee.h Generic TEE subsystem
|
12