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

Function load_cr0

freebsd/amd64/include/cpufunc.h:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407static __inline void
408load_cr0(u_long data)
409{
410
411 __asm __volatile("movq %0,%%cr0" : : "r" (data));
412}
413
414static __inline u_long
415rcr0(void)

Callers 5

pmap_init_patFunction · 0.50
fpu.cFile · 0.50
fpuresumeFunction · 0.50
init_secondaryFunction · 0.50
cpu_setregsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected