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

Function load_cr4

freebsd/amd64/include/cpufunc.h:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448static __inline void
449load_cr4(u_long data)
450{
451 __asm __volatile("movq %0,%%cr4" : : "r" (data));
452}
453
454static __inline u_long
455rcr4(void)

Callers 7

invltlb_globFunction · 0.70
vmx_disableFunction · 0.50
vmx_enableFunction · 0.50
initializecpuFunction · 0.50
pmap_bootstrapFunction · 0.50
pmap_init_patFunction · 0.50
fpuinitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected