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

Function invltlb

freebsd/amd64/include/cpufunc.h:485–490  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 8

efi_arch_enterFunction · 0.50
efi_arch_leaveFunction · 0.50
pmap_init_patFunction · 0.50
pmap_invalidate_allFunction · 0.50
invltlb_handlerFunction · 0.50
getmemsizeFunction · 0.50

Calls 2

load_cr3Function · 0.70
rcr3Function · 0.70

Tested by

no test coverage detected