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

Function rgs

freebsd/i386/include/cpufunc.h:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554static __inline u_short
555rgs(void)
556{
557 u_short sel;
558 __asm __volatile("movw %%gs,%0" : "=rm" (sel));
559 return (sel);
560}
561
562static __inline uint64_t
563ridt(void)

Callers 9

db_gsFunction · 0.50
cpu_forkFunction · 0.50
cpu_copy_threadFunction · 0.50
osendsigFunction · 0.50
freebsd4_sendsigFunction · 0.50
sendsigFunction · 0.50
makectxFunction · 0.50
linux_rt_sendsigFunction · 0.50
linux_sendsigFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected