Home
last modified time | relevance | path

Searched refs:LSEL (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsegregs.sh91 sel = LSEL(sl, SEL_UPL);
H A Dldt.sh68 return (LSEL(sel, SEL_UPL));
/freebsd/sys/x86/include/
H A Dsegments.h53 #define LSEL(s,r) (((s)<<3) | SEL_LDT | r) /* a local selector */ macro