Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rgdt
Function
rgdt
freebsd/i386/include/cpufunc.h:546–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
}
545
546
static __inline uint64_t
547
rgdt(void)
548
{
549
uint64_t gdtr;
550
__asm __volatile(
"sgdt %0"
:
"=m"
(gdtr));
551
return (gdtr);
552
}
553
554
static __inline u_short
555
rgs(void)
Callers
1
machdep.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected