anonymous
Visitor
 Fresh Osdever
| Posts: 0 |   | Karma: 0
|
Re: interruptable machine instructions - 2005/08/22 13:16
Um, but pretty much any Intel instruction can be interrupted. What if, for example, your source operand is not currently mapped through your page table? Oops, page fault. The swapper gets called up, loads the page with the source operand, and te instruction gets restarted. Oops, the destination address is not in the page table... then the timer goes off and the process gets swapped out,
Just think about it. The question is which instructions are NOT interruptible, There are only a handful.
|