MCPcopy 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
562static __inline uint64_t
563ridt(void)
564{
565 uint64_t idtr;
566 __asm __volatile("sidt %0" : "=m" (idtr));
567 return (idtr);
568}
569
570static __inline u_short
571rldt(void)

Callers 1

machdep.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected