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

Function load_cr4

freebsd/i386/include/cpufunc.h:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483static __inline void
484load_cr4(u_int data)
485{
486 __asm __volatile("movl %0,%%cr4" : : "r" (data));
487}
488
489static __inline u_int
490rcr4(void)

Callers 8

initializecpuFunction · 0.50
__CONCAT(PMTYPE, cold)Function · 0.50
vm86_sysarchFunction · 0.50
npxinitFunction · 0.50
init_secondary_tailFunction · 0.50
x86_mrstoreoneFunction · 0.50
_mca_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected