Home
last modified time | relevance | path

Searched refs:ISLDT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Ddb_interface.c103 if (ISLDT(sel)) { in db_segsize()
/f-stack/freebsd/x86/include/
H A Dsegments.h53 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */ macro