Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ load_gs
Function
load_gs
freebsd/i386/include/cpufunc.h:600–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
static __inline void
601
load_gs(u_short sel)
602
{
603
__asm __volatile(
"movw %0,%%gs"
: :
"rm"
(sel));
604
}
605
606
static __inline void
607
lidt(struct region_descriptor *addr)
Callers
9
sysarch
Function · 0.50
db_gs
Function · 0.50
cpu_exit
Function · 0.50
cpu_set_user_tls
Function · 0.50
osendsig
Function · 0.50
exec_setregs
Function · 0.50
cpu_setregs
Function · 0.50
linux_exec_setregs
Function · 0.50
linux_set_thread_area
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected