Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rtr
Function
rtr
freebsd/i386/include/cpufunc.h:586–592 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
static __inline u_short
587
rtr(void)
588
{
589
u_short tr;
590
__asm __volatile(
"str %0"
:
"=g"
(tr));
591
return (tr);
592
}
593
594
static __inline void
595
load_fs(u_short sel)
Callers
1
machdep.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected