MCPcopy 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
600static __inline void
601load_gs(u_short sel)
602{
603 __asm __volatile("movw %0,%%gs" : : "rm" (sel));
604}
605
606static __inline void
607lidt(struct region_descriptor *addr)

Callers 9

sysarchFunction · 0.50
db_gsFunction · 0.50
cpu_exitFunction · 0.50
cpu_set_user_tlsFunction · 0.50
osendsigFunction · 0.50
exec_setregsFunction · 0.50
cpu_setregsFunction · 0.50
linux_exec_setregsFunction · 0.50
linux_set_thread_areaFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected