Lines Matching full:ss
15 * kernels that save SS in the sigcontext. All kernels that set
17 * regardless of SS (i.e. they implement espfix).
22 * Sigreturn restores SS as follows:
24 * if (saved SS is valid || UC_STRICT_RESTORE_SS is set ||
26 * new SS = saved SS (will fail IRET and signal if invalid)
28 * new SS = a flat 32-bit data segment
33 * with zero or garbage in the SS slot (e.g. old CRIU) and call
37 * context, delete the old SS segment (with modify_ldt), and change
40 * despite the fact that the SS selector when the signal was raised is
42 * will fix up SS for these DOSEMU versions.
48 * previous SS value.