MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rtr

Function rtr

freebsd/i386/include/cpufunc.h:586–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586static __inline u_short
587rtr(void)
588{
589 u_short tr;
590 __asm __volatile("str %0" : "=g" (tr));
591 return (tr);
592}
593
594static __inline void
595load_fs(u_short sel)

Callers 1

machdep.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected