* Global TLB flush (except for thise for pages marked PG_G) */
| 518 | * Global TLB flush (except for thise for pages marked PG_G) |
| 519 | */ |
| 520 | static __inline void |
| 521 | invltlb(void) |
| 522 | { |
| 523 | |
| 524 | load_cr3(rcr3()); |
| 525 | } |
| 526 | |
| 527 | /* |
| 528 | * TLB flush for an individual page (even if it has PG_G). |
no test coverage detected