Lines Matching defs:sel
162 unsigned short sel;
168 asm volatile ("mov %%gs, %0" : "=rm" (sel));
172 sel);
176 base, sel);
183 sel);
187 base, sel);
239 unsigned short sel;
240 asm volatile ("mov %%gs, %0" : "=rm" (sel));
241 printf("\tother thread: ARCH_SET_GS(0x%lx)%s -- sel is 0x%hx\n",
242 to_set, hard_zero ? " and clear gs" : "", sel);
649 unsigned short sel = s;
651 asm ("mov %%ss, %0" : "=rm" (sel));
654 sel,