Home
last modified time | relevance | path

Searched refs:tsp (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp.mk7 INCLUDES += -Iinclude/bl32/tsp
9 BL32_SOURCES += bl32/tsp/tsp_main.c \
10 bl32/tsp/aarch64/tsp_entrypoint.S \
11 bl32/tsp/aarch64/tsp_exceptions.S \
12 bl32/tsp/aarch64/tsp_request.S \
13 bl32/tsp/tsp_interrupt.c \
14 bl32/tsp/tsp_timer.c \
18 BL32_LINKERFILE := bl32/tsp/tsp.ld.S
31 TSP_PLAT_MAKEFILE := $(wildcard ${PLAT_DIR}/tsp/tsp-${PLAT}.mk)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtime.h108 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
109 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
111 #define timespeccmp(tsp, usp, cmp) \ argument
112 (((tsp)->tv_sec == (usp)->tv_sec) ? \
113 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
114 ((tsp)->tv_sec cmp (usp)->tv_sec))
116 #define timespecadd(tsp, usp, vsp) \ argument
118 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
119 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
126 #define timespecsub(tsp, usp, vsp) \ argument
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd.mk8 SPD_INCLUDES := -Iinclude/bl32/tsp
22 BL32_ROOT := bl32/tsp
27 include ${BL32_ROOT}/tsp.mk
/device/google/redfin/redfin/
Dinit.redfin.rc28 chown system system /sys/devices/virtual/sec/tsp/fw_version
29 chown system system /sys/devices/virtual/sec/tsp/cmd
30 chown system system /sys/devices/virtual/sec/tsp/cmd_result
31 chown system system /sys/devices/virtual/sec/tsp/status
45 write /sys/devices/virtual/sec/tsp/cmd "glove_mode,0"
48 write /sys/devices/virtual/sec/tsp/cmd "glove_mode,1"
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/tsp/
Dtsp-fvp.mk11 plat/arm/board/fvp/tsp/fvp_tsp_setup.c \
14 include plat/arm/common/tsp/arm_tsp.mk
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DPCCTSAST.cpp149 static int tsp = MaxTreeStackDepth; in ast_find_all() local
156 tsp = MaxTreeStackDepth; in ast_find_all()
159 _push(template_stack, &tsp, NULL); in ast_find_all()
165 sib = _pop(template_stack, &tsp); in ast_find_all()
174 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
189 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
193 else *cursor = _pop(template_stack, &tsp); in ast_find_all()
200 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/tsp/
Dtsp-zynqmp.mk8 plat/xilinx/zynqmp/tsp/tsp_plat_setup.c
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DPCCTSAST.cpp149 /*** static ***/ int tsp = MaxTreeStackDepth; /* MR23 Remove "static" */ in ast_find_all() local
157 tsp = MaxTreeStackDepth; in ast_find_all()
160 _push(template_stack, &tsp, NULL); in ast_find_all()
166 sib = _pop(template_stack, &tsp); in ast_find_all()
175 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
190 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
194 else *cursor = _pop(template_stack, &tsp); in ast_find_all()
201 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right()); in ast_find_all()
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/tsp/
Dtsp-uniphier.mk9 $(PLAT_PATH)/tsp/uniphier_tsp_setup.c
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/tsp/
Darm_tsp.mk9 plat/arm/common/tsp/arm_tsp_setup.c \
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/tsp/
Dtsp-juno.mk11 include plat/arm/common/tsp/arm_tsp.mk
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dastlib.c245 static int tsp = MaxTreeStackDepth; local
251 tsp = MaxTreeStackDepth;
254 _push(template_stack, &tsp, NULL);
260 sib = _pop(template_stack, &tsp);
269 if ( sib->ast_right!=NULL ) _push(template_stack, &tsp, sib->ast_right);
284 if ( sib->ast_right!=NULL ) _push(template_stack, &tsp, sib->ast_right);
288 else *cursor = _pop(template_stack, &tsp);
295 if ( sib->ast_right!=NULL ) _push(template_stack, &tsp, sib->ast_right);
/device/google/crosshatch/crosshatch/
Dinit.crosshatch.rc45 chown system system /sys/devices/virtual/sec/tsp/cmd
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dgenfs_contexts21 genfscon sysfs /devices/virtual/sec/tsp u:object_r:sysfs_touch:s0
/device/google/redbull-sepolicy/vendor/google/
Dgenfs_contexts21 genfscon sysfs /devices/virtual/sec/tsp u:object_r:sysfs_to…