MCPcopy 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
570static __inline u_short
571rldt(void)
572{
573 u_short ldtr;
574 __asm __volatile("sldt %0" : "=g" (ldtr));
575 return (ldtr);
576}
577
578static __inline u_short
579rss(void)

Callers 1

machdep.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected