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

Function load_es

freebsd/amd64/include/cpufunc.h:580–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580static __inline void
581load_es(u_short sel)
582{
583 __asm __volatile("movw %0,%%es" : : "rm" (sel));
584}
585
586static __inline void
587cpu_monitor(const void *addr, u_long extensions, u_int hints)

Callers 3

pmap_bootstrap_la57Function · 0.85
hammer_timeFunction · 0.85
init_secondary_tailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected