HomeSort by relevance Sort by last modified time
    Searched refs:tsp (Results 1 - 25 of 63) 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 */
  /external/tcpdump/
print-timed.c 44 struct tsp { struct
101 const struct tsp *tsp = (const struct tsp *)bp; local
104 ND_TCHECK(tsp->tsp_type);
105 if (tsp->tsp_type < TSPTYPENUMBER)
106 ND_PRINT((ndo, "TSP_%s", tsptype[tsp->tsp_type]));
108 ND_PRINT((ndo, "(tsp_type %#x)", tsp->tsp_type));
110 ND_TCHECK(tsp->tsp_vers);
111 ND_PRINT((ndo, " vers %u", tsp->tsp_vers))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd.mk 32 SPD_INCLUDES := -Iinclude/bl32/tsp
46 BL32_ROOT := bl32/tsp
48 # Include SP's Makefile. The assumption is that the TSP's build system is
51 include ${BL32_ROOT}/tsp.mk
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 108 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0
109 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
111 #define timespeccmp(tsp, usp, cmp) \
112 (((tsp)->tv_sec == (usp)->tv_sec) ? \
113 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
114 ((tsp)->tv_sec cmp (usp)->tv_sec))
    [all...]
  /external/dhcpcd-6.8.2/
common.h 62 #define timespecclear(tsp) (tsp)->tv_sec = (time_t)((tsp)->tv_nsec = 0L)
63 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec)
64 #define timespeccmp(tsp, usp, cmp) \
65 (((tsp)->tv_sec == (usp)->tv_sec) ? \
66 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \
67 ((tsp)->tv_sec cmp (usp)->tv_sec)
    [all...]
eloop.c 524 struct timespec now, ts, *tsp; local
555 tsp = &ts;
558 tsp = NULL;
560 if (tsp == NULL && ctx->events_len == 0) {
566 if (tsp == NULL)
568 else if (tsp->tv_sec > INT_MAX / 1000 ||
569 (tsp->tv_sec == INT_MAX / 1000 &&
570 (tsp->tv_nsec + 999999) / 1000000 > INT_MAX % 1000000))
573 timeout = (int)(tsp->tv_sec * 1000 +
574 (tsp->tv_nsec + 999999) / 1000000)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
8-1.c 119 struct timespec tsp, rem; local
124 tsp.tv_sec = TIMERSEC;
125 tsp.tv_nsec = 0;
126 if (nanosleep(&tsp, &rem) == -1) {
127 tsp = rem;
128 if (nanosleep(&tsp, &rem) == -1) {
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
tsp_request.S 32 #include <tsp.h>
  /external/ltp/testcases/kernel/syscalls/utimensat/
utimensat01.c 112 struct timespec *tsp; local
177 tsp = NULL;
198 tsp = ts;
226 printf("tsp is %p", tsp);
227 if (tsp != NULL) {
229 (long)tsp[0].tv_sec, (long)tsp[0].tv_nsec,
230 (long)tsp[1].tv_sec, (long)tsp[1].tv_nsec)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/tsp/
tsp-fvp.mk 31 # TSP source files specific to FVP platform
38 plat/fvp/tsp/tsp_fvp_setup.c
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/tsp/
tsp-juno.mk 31 # TSP source files specific to Juno platform
37 plat/juno/tsp/tsp_plat_setup.c
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
timed.h 44 struct tsp { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
timed.h 46 struct tsp { struct
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 57 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp)
58 : MPIter(mp), TailStartPos(tsp) {}
  /hardware/intel/img/psb_video/src/
tng_hostair.c 440 IMG_UINT32 tsp; local
453 for (tsp = 0; tsp < ui32MBMaxSize; tsp++)
455 if (ctx->sAirInfo.pi8AIR_Table[tsp] > 0)
457 TmpOutputTble[tsp] = 'x';
461 TmpOutputTble[tsp] = 'o';
505 IMG_UINT32 tsp; local
506 for (tsp = 0; tsp < ui32MBMaxSize; tsp++
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
PCCTSAST.cpp 149 /*** static ***/ int tsp = MaxTreeStackDepth; /* MR23 Remove "static" */ local
157 tsp = MaxTreeStackDepth;
160 _push(template_stack, &tsp, NULL);
166 sib = _pop(template_stack, &tsp);
175 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
190 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
194 else *cursor = _pop(template_stack, &tsp);
201 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
PCCTSAST.cpp 149 static int tsp = MaxTreeStackDepth; local
156 tsp = MaxTreeStackDepth;
159 _push(template_stack, &tsp, NULL);
165 sib = _pop(template_stack, &tsp);
174 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
189 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
193 else *cursor = _pop(template_stack, &tsp);
200 if ( sib->right()!=NULL ) _push(template_stack, &tsp, sib->right());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
astlib.c 245 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);
  /external/llvm/lib/CodeGen/
BranchFolding.h 67 SameTailElt(MPIterator mp, MachineBasicBlock::iterator tsp)
68 : MPIter(mp), TailStartPos(tsp) {}
  /external/strace/tests/
ppoll.c 47 const kernel_ulong_t tsp,
51 long rc = syscall(__NR_ppoll, ufds, nfds, tsp, sigmask, sigsetsize);
  /external/strace/tests-m32/
ppoll.c 47 const kernel_ulong_t tsp,
51 long rc = syscall(__NR_ppoll, ufds, nfds, tsp, sigmask, sigsetsize);
  /external/strace/tests-mx32/
ppoll.c 47 const kernel_ulong_t tsp,
51 long rc = syscall(__NR_ppoll, ufds, nfds, tsp, sigmask, sigsetsize);
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 214 struct timespec ts, *tsp = NULL; local
218 tsp = &ts;
235 sys_ret = tst_syscall(__NR_ppoll, tc->fds, tc->nfds, tsp,

Completed in 1929 milliseconds

1 2 3