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

Function rss

freebsd/i386/include/cpufunc.h:578–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578static __inline u_short
579rss(void)
580{
581 u_short sel;
582 __asm __volatile("movw %%ss,%0" : "=rm" (sel));
583 return (sel);
584}
585
586static __inline u_short
587rtr(void)

Callers 2

db_ssFunction · 0.50
db_backtraceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected