Searched defs:lldt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h560 lldt(u_short sel) function
562 __asm __volatile("lldt %0" : : "r" (sel));
738 void lldt(u_short sel);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h654 lldt(u_short sel) function
656 __asm __volatile("lldt %0" : : "r" (sel));
818 void lldt(u_short sel);

Completed in 59 milliseconds