code16_sel        127 tools/testing/selftests/x86/sigreturn.c static unsigned short code16_sel, data16_sel, npcode32_sel, npdata32_sel;
code16_sel        197 tools/testing/selftests/x86/sigreturn.c 	add_ldt(&code16_desc, &code16_sel, "code16");
code16_sel        450 tools/testing/selftests/x86/sigreturn.c 		sig_cs == code16_sel ? 0 : (unsigned long)&int3;
code16_sel        571 tools/testing/selftests/x86/sigreturn.c 	if (cs_bitness(code16_sel) == bitness)
code16_sel        572 tools/testing/selftests/x86/sigreturn.c 		return code16_sel;