MCPcopy 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
546static __inline uint64_t
547rgdt(void)
548{
549 uint64_t gdtr;
550 __asm __volatile("sgdt %0" : "=m" (gdtr));
551 return (gdtr);
552}
553
554static __inline u_short
555rgs(void)

Callers 1

machdep.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected