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

Function load_ds

freebsd/amd64/include/cpufunc.h:574–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574static __inline void
575load_ds(u_short sel)
576{
577 __asm __volatile("movw %0,%%ds" : : "rm" (sel));
578}
579
580static __inline void
581load_es(u_short sel)

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