Searched defs:tss (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A Dtaint-tester.c108 char tss = s[0]; // expected-warning + {{tainted}} local
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c284 struct dlthread *tss; local
287 tss = pthread_getspecific(dlerror_key);
288 err_str = tss->errstr;
293 tss->errset = 1;
916 struct dlthread *tss; local
917 tss = pthread_getspecific(dlerror_key);
918 tss->errset = 0;
933 struct dlthread *tss; local
935 tss = pthread_getspecific(dlerror_key);
936 if (!tss)
957 struct dlthread *tss; local
1175 struct dlthread *tss; local
[all...]
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h104 void (*load_esp0)(struct tss_struct *tss, struct thread_struct *t);
452 static inline void load_esp0(struct tss_struct *tss, argument
455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread);
H A Dprocessor_32.h501 static inline void native_load_esp0(struct tss_struct *tss, struct thread_struct *thread) argument
503 tss->x86_tss.esp0 = thread->esp0;
505 if (unlikely(tss->x86_tss.ss1 != thread->sysenter_cs)) {
506 tss->x86_tss.ss1 = thread->sysenter_cs;
583 static inline void load_esp0(struct tss_struct *tss, struct thread_struct *thread) argument
585 native_load_esp0(tss, thread);

Completed in 1252 milliseconds