HomeSort by relevance Sort by last modified time
    Searched refs:tsp (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.mk 31 INCLUDES += -Iinclude/bl32/tsp
33 BL32_SOURCES += bl32/tsp/tsp_main.c \
34 bl32/tsp/aarch64/tsp_entrypoint.S \
35 bl32/tsp/aarch64/tsp_exceptions.S \
36 bl32/tsp/aarch64/tsp_request.S \
37 bl32/tsp/tsp_interrupt.c \
38 bl32/tsp/tsp_timer.c \
42 BL32_LINKERFILE := bl32/tsp/tsp.ld.S
52 # Include the platform-specific TSP Makefil
    [all...]
tsp_interrupt.c 37 #include <tsp.h>
41 * This function updates the TSP statistics for FIQs handled synchronously i.e
44 * In the future it will be possible that the TSPD hands over an FIQ to the TSP
61 VERBOSE("TSP: cpu 0x%x sync fiq request from 0x%llx\n",
63 VERBOSE("TSP: cpu 0x%x: %d sync fiq requests, %d sync fiq returns\n",
72 * TSP FIQ handler called as a part of both synchronous and asynchronous
90 /* TSP can only handle the secure physical timer interrupt */
107 VERBOSE("TSP: cpu 0x%x handled fiq %d\n",
109 VERBOSE("TSP: cpu 0x%x: %d fiq requests\n",
124 VERBOSE("TSP: cpu 0x%x received irq\n", mpidr)
    [all...]
tsp_private.h 53 #include <tsp.h>
122 /* Data structure to keep track of TSP statistics */