Searched refs:tsc (Results 1 - 25 of 42) sorted by relevance

12

/external/strace/tests/
H A Dprctl-tsc.c47 TAIL_ALLOC_OBJECT_CONST_PTR(int, tsc);
63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
64 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
68 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
/external/strace/tests-m32/
H A Dprctl-tsc.c47 TAIL_ALLOC_OBJECT_CONST_PTR(int, tsc);
63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
64 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
68 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
/external/strace/tests-mx32/
H A Dprctl-tsc.c47 TAIL_ALLOC_OBJECT_CONST_PTR(int, tsc);
63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1);
64 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc + 1, sprintrc(rc));
66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc);
68 printf("prctl(PR_GET_TSC, %p) = %s\n", tsc, sprintrc(rc));
/external/linux-kselftest/tools/testing/selftests/prctl/
H A DMakefile6 TEST_PROGS := disable-tsc-ctxt-sw-stress-test disable-tsc-on-off-stress-test \
7 disable-tsc-test
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h95 } tsc; member in struct:nv50_screen
193 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) argument
195 if (tsc->id >= 0)
196 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
209 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) argument
211 if (tsc->id >= 0) {
212 screen->tsc.entries[tsc
[all...]
H A Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member in struct:nv50_tsc_entry
H A Dnv50_tex.c356 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); local
358 if (!tsc) {
363 nv50->seamless_cube_map = tsc->seamless_cube_map;
364 if (tsc->id < 0) {
365 tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
368 65536 + tsc->id * 32,
369 NOUVEAU_BO_VRAM, 32, tsc->tsc);
372 nv50->screen->tsc
[all...]
H A Dnv50_state.c491 so->tsc[0] = (0x00026000 |
498 so->tsc[1] = G80_TSC_1_MAG_FILTER_LINEAR;
502 so->tsc[1] = G80_TSC_1_MAG_FILTER_NEAREST;
508 so->tsc[1] |= G80_TSC_1_MIN_FILTER_LINEAR;
512 so->tsc[1] |= G80_TSC_1_MIN_FILTER_NEAREST;
518 so->tsc[1] |= G80_TSC_1_MIP_FILTER_LINEAR;
521 so->tsc[1] |= G80_TSC_1_MIP_FILTER_NEAREST;
525 so->tsc[1] |= G80_TSC_1_MIP_FILTER_NONE;
531 so->tsc[1] |= GK104_TSC_1_CUBEMAP_INTERFACE_FILTERING;
533 so->tsc[
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h96 } tsc; member in struct:nvc0_screen
200 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) argument
202 if (tsc->id >= 0)
203 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
216 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) argument
218 if (tsc->id >= 0) {
219 screen->tsc.entries[tsc
[all...]
H A Dnvc0_tex.c625 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
629 if (!tsc) {
633 nvc0->seamless_cube_map = tsc->seamless_cube_map;
634 if (tsc->id < 0) {
635 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc);
638 65536 + tsc->id * 32, NV_VRAM_DOMAIN(&nvc0->screen->base),
639 32, tsc->tsc);
642 nvc0->screen->tsc
670 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
[all...]
H A Dnvc0_state_validate.c754 struct nv50_tsc_entry *tsc = nv50_tsc_entry(screen->default_tsc); local
755 tsc->id = nvc0_screen_tsc_alloc(screen, tsc);
756 nvc0->base.push_data(&nvc0->base, screen->txc, 65536 + tsc->id * 32,
757 NV_VRAM_DOMAIN(&screen->base), 32, tsc->tsc);
758 screen->tsc.lock[tsc->id / 32] |= 1 << (tsc->id % 32);
763 PUSH_DATA (push, (tsc
[all...]
/external/swiftshader/src/Common/
H A DTimer.cpp64 int64_t tsc;
65 __asm volatile("rdtsc": "=A" (tsc));
66 return tsc;
/external/autotest/client/tests/iosched_bugs/src/
H A Ddirty.c16 int64_t tsc; local
18 __asm __volatile("rdtsc" : "=A" (tsc));
19 return (tsc);
/external/syslinux/core/thread/
H A Dschedule.c72 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/
H A Daperf.c19 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);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dmce.h14 __u64 tsc; /* cpu time stamp counter */ member in struct:mce
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.h121 uint64_t tsc = __rdtsc();
131 child.start = tsc;
152 uint64_t tsc = __rdtsc();
158 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h226 unsigned int tsc; local
227 __asm__ __volatile__("rdtsc\n\t" : "=a"(tsc) :);
228 return tsc;
230 unsigned int tsc;
231 asm volatile("rdtsc\n\t" : "=a"(tsc) :);
232 return tsc;
/external/stressapptest/src/
H A Dos.h250 uint64 tsc; local
264 tsc = (static_cast<uint64>(tbu) << 32) | static_cast<uint64>(tbl);
268 tsc = data.l64;
271 tsc = 0;
274 tsc = 0;
276 return (tsc);
/external/fio/
H A Dgettime.c463 uint64_t tsc; member in struct:clock_entry
515 uint64_t tsc; local
522 tsc = get_cpu_clock();
526 c->tsc = tsc;
532 clocks = t->entries[i - 1].tsc - t->entries[0].tsc;
541 if (!t->entries[i - 1].tsc && !t->entries[0].tsc)
656 if (prev->tsc > thi
[all...]
/external/autotest/client/tests/monotonic_time/src/
H A Dtime_test.c50 "tsc|gtod|clock", program);
60 " tsc test the TSC\n"
85 uint64_t tsc; local
86 __asm__ __volatile__("rdtsc" : "=A" (tsc));
87 return tsc;
189 DEFINE_TEST(tsc); variable
/external/autotest/client/tests/tsc/
H A Dtsc.py5 class tsc(test.test): class in inherits:test.test
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_processor.h43 bool tsc; member in struct:__anon20849
/external/autotest/client/tests/tsc/src/
H A Dchecktsc.c158 uint64_t tsc; local
160 __asm__ __volatile__("rdtsc" : "=A" (tsc));
162 return tsc;
/external/syslinux/com32/modules/
H A Dcpuidtest.c63 if (cpu.flags.tsc)
64 printf("tsc ");

Completed in 560 milliseconds

12