MCPcopy Create free account
hub / github.com/F-Stack/f-stack / invltlb

Function invltlb

freebsd/i386/include/cpufunc.h:520–525  ·  view source on GitHub ↗

* Global TLB flush (except for thise for pages marked PG_G) */

Source from the content-addressed store, hash-verified

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

Callers 7

invltlb_globFunction · 0.50
pmap_invalidate_all_intFunction · 0.50
__CONCAT(PMTYPE, cmap3)Function · 0.50
init_secondaryFunction · 0.50
x86_mrstoreoneFunction · 0.50

Calls 2

load_cr3Function · 0.70
rcr3Function · 0.70

Tested by

no test coverage detected