* Global TLB flush (except for thise for pages marked PG_G) */
| 483 | * Global TLB flush (except for thise for pages marked PG_G) |
| 484 | */ |
| 485 | static __inline void |
| 486 | invltlb(void) |
| 487 | { |
| 488 | |
| 489 | load_cr3(rcr3()); |
| 490 | } |
| 491 | |
| 492 | #ifndef CR4_PGE |
| 493 | #define CR4_PGE 0x00000080 /* Page global enable */ |
no test coverage detected