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

1 2 3 4 5 6 7 8

  /external/strace/tests/
prctl-tsc.c 46 int *tsc = tail_alloc(sizeof(*tsc)); local
62 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
63 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
65 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
67 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
  /external/strace/tests-m32/
prctl-tsc.c 46 int *tsc = tail_alloc(sizeof(*tsc)); local
62 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
63 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
65 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
67 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
  /external/strace/tests-mx32/
prctl-tsc.c 46 int *tsc = tail_alloc(sizeof(*tsc)); local
62 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
63 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
65 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
67 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 33 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
58 } tsc; member in struct:nv50_screen
125 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
127 if (tsc->id >= 0)
128 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
141 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc)
143 if (tsc->id >= 0) {
144 screen->tsc.entries[tsc->id] = NULL
    [all...]
nv50_stateobj_tex.h 9 uint32_t tsc[8]; member in struct:nv50_tsc_entry
nv50_tex.c 294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); local
296 if (!tsc) {
301 if (tsc->id < 0) {
302 tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
305 65536 + tsc->id * 32,
306 NOUVEAU_BO_VRAM, 32, tsc->tsc);
309 nv50->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.h 34 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
54 } tsc; member in struct:nvc0_screen
124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
126 if (tsc->id >= 0)
127 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc)
142 if (tsc->id >= 0) {
143 screen->tsc.entries[tsc->id] = NULL
    [all...]
nvc0_tex.c 364 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
368 if (!tsc) {
372 if (tsc->id < 0) {
373 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc);
376 65536 + tsc->id * 32, NOUVEAU_BO_VRAM,
377 32, tsc->tsc);
380 nvc0->screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32)
407 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
    [all...]
  /external/swiftshader/src/Common/
Timer.cpp 53 int64_t tsc;
54 __asm volatile("rdtsc": "=A" (tsc));
55 return tsc;
  /external/autotest/client/tests/iosched_bugs/src/
dirty.c 16 int64_t tsc; local
18 __asm __volatile("rdtsc" : "=A" (tsc));
19 return (tsc);
  /external/syslinux/core/thread/
schedule.c 72 uint64_t tsc; local
74 asm volatile("rdtsc" : "=A" (tsc));
76 dprintf("@ %llu -> %p (%s)\n", tsc, best, best->name);
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
aperf.c 19 long long tsc, old_tsc, new_tsc; local
69 tsc = new_tsc-old_tsc;
78 printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
mce.h 31 __u64 tsc; member in struct:mce
  /external/fio/
gettime.c 374 * to use as THE clock source. For x86 CPUs, this means the TSC
459 uint64_t tsc; member in struct:clock_entry
509 uint64_t tsc; local
516 tsc = get_cpu_clock();
520 c->tsc = tsc;
526 clocks = t->entries[i - 1].tsc - t->entries[0].tsc;
534 if (!t->entries[i - 1].tsc && !t->entries[0].tsc)
    [all...]

Completed in 872 milliseconds

1 2 3 4 5 6 7 8