Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
static __inline u_short
579
rss(void)
580
{
581
u_short sel;
582
__asm __volatile(
"movw %%ss,%0"
:
"=rm"
(sel));
583
return (sel);
584
}
585
586
static __inline u_short
587
rtr(void)
Callers
2
db_ss
Function · 0.50
db_backtrace
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected