HomeSort by relevance Sort by last modified time
    Searched refs:tss (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 284 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/
processor_32.h 293 /* This is the TSS defined by the hardware. */
336 * pads the TSS to be cacheline-aligned (size is 0x100)
501 static inline void native_load_esp0(struct tss_struct *tss, struct thread_struct *thread)
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)
585 native_load_esp0(tss, thread);
paravirt.h 104 void (*load_esp0)(struct tss_struct *tss, struct thread_struct *t);
452 static inline void load_esp0(struct tss_struct *tss,
455 PVOP_VCALL2(pv_cpu_ops.load_esp0, tss, thread);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 315 ServiceState tss; local
316 tss = ss;
318 newSS = tss;
CdmaServiceStateTracker.java 921 ServiceState tss; local
    [all...]
  /external/netcat/
stupidh 203 tss
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 795 ServiceState tss; local
796 tss = ss;
798 newSS = tss;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86_OSlib.h 153 # include <sys/tss.h>

Completed in 164 milliseconds