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

Function rcr0

freebsd/amd64/include/cpufunc.h:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414static __inline u_long
415rcr0(void)
416{
417 u_long data;
418
419 __asm __volatile("movq %%cr0,%0" : "=r" (data));
420 return (data);
421}
422
423static __inline u_long
424rcr2(void)

Callers 8

vmm_host_state_initFunction · 0.50
save_guest_fpustateFunction · 0.50
pmap_init_patFunction · 0.50
fpu.cFile · 0.50
fpuresumeFunction · 0.50
init_secondaryFunction · 0.50
cpu_setregsFunction · 0.50
machdep.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected