Lines Matching refs:teb
2482 struct _TEB *teb;
2483 __asm__(".byte 0x64\n\tmovl (0x18),%0" : "=r" (teb));
2484 return teb;
2489 struct _TEB *teb;
2491 __asm mov teb, eax;
2492 return teb;
2497 struct _TEB *teb;
2498 __asm__(".byte 0x65\n\tmovq (0x30),%0" : "=r" (teb));
2499 return teb;
2504 struct _TEB *teb;
2506 __asm mov teb, rax;
2507 return teb;