Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ridt
Function
ridt
freebsd/i386/include/cpufunc.h:562–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
}
561
562
static __inline uint64_t
563
ridt(void)
564
{
565
uint64_t idtr;
566
__asm __volatile(
"sidt %0"
:
"=m"
(idtr));
567
return (idtr);
568
}
569
570
static __inline u_short
571
rldt(void)
Callers
1
machdep.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected