Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rldt
Function
rldt
freebsd/i386/include/cpufunc.h:570–576 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
}
569
570
static __inline u_short
571
rldt(void)
572
{
573
u_short ldtr;
574
__asm __volatile(
"sldt %0"
:
"=g"
(ldtr));
575
return (ldtr);
576
}
577
578
static __inline u_short
579
rss(void)
Callers
1
machdep.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected