void
cpu_swapout(
struct lwp *l
)
void
cpu_swapin(
struct lwp *l
)
)
and
cpu_swapin(
)
are the machine-dependent interface for swapping processes in and out
of the system.
They perform any machine-specific operations such as
saving and restoring floating point state.
They are invoked by
uvm_swapout(
)
and
uvm_swapin(
)
respectively.