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

Function rcr4

freebsd/amd64/include/cpufunc.h:454–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454static __inline u_long
455rcr4(void)
456{
457 u_long data;
458
459 __asm __volatile("movq %%cr4,%0" : "=r" (data));
460 return (data);
461}
462
463static __inline u_long
464rxcr(u_int reg)

Callers 11

invltlb_globFunction · 0.70
vmm_host_state_initFunction · 0.50
restore_guest_fpustateFunction · 0.50
save_guest_fpustateFunction · 0.50
vmx_disableFunction · 0.50
vmx_enableFunction · 0.50
initializecpuFunction · 0.50
pmap_bootstrapFunction · 0.50
pmap_init_patFunction · 0.50
fpuinitFunction · 0.50
machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected