Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
static __inline void
575
load_ds(u_short sel)
576
{
577
__asm __volatile(
"movw %0,%%ds"
: :
"rm"
(sel));
578
}
579
580
static __inline void
581
load_es(u_short sel)
Callers
3
pmap_bootstrap_la57
Function · 0.85
hammer_time
Function · 0.85
init_secondary_tail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected