Paging: Difference between revisions

m
fixed processes -> processors
[unchecked revision][unchecked revision]
No edit summary
m (fixed processes -> processors)
Line 261:
== INVLPG ==
 
INVLPG is an instruction available since the i486 that invalidates a single page in the TLB. Intel notes that this instruction may be implemented differently on future processesprocessors, but that this alternate behavior must be explicitly enabled. INVLPG modifies no flags.
 
NASM example:
Anonymous user