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

Function load_cr0

freebsd/i386/include/cpufunc.h:442–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442static __inline void
443load_cr0(u_int data)
444{
445
446 __asm __volatile("movl %0,%%cr0" : : "r" (data));
447}
448
449static __inline u_int
450rcr0(void)

Callers 15

init_bluelightningFunction · 0.50
init_486dlcFunction · 0.50
init_5x86Function · 0.50
init_i486_on_386Function · 0.50
init_6x86Function · 0.50
init_6x86MXFunction · 0.50
init_mendocinoFunction · 0.50
__CONCAT(PMTYPE, cold)Function · 0.50
init_secondaryFunction · 0.50
cpu_setregsFunction · 0.50
npxsuspendFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected