Lines Matching refs:sel
137 unsigned short sel; in check_gs_value() local
143 asm volatile ("mov %%gs, %0" : "=rm" (sel)); in check_gs_value()
147 sel); in check_gs_value()
151 base, sel); in check_gs_value()
158 sel); in check_gs_value()
162 base, sel); in check_gs_value()
213 unsigned short sel; in do_remote_base() local
214 asm volatile ("mov %%gs, %0" : "=rm" (sel)); in do_remote_base()
216 to_set, hard_zero ? " and clear gs" : "", sel); in do_remote_base()
623 unsigned short sel = s; in main() local
625 asm ("mov %%ss, %0" : "=rm" (sel)); in main()
628 sel, in main()