Searched refs:NULL_SEG (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpal_routines.c259 set_gs(NULL_SEG);
260 set_fs(NULL_SEG);
271 set_ss(NULL_SEG);
272 set_es(NULL_SEG);
273 set_ds(NULL_SEG);
H A Dpcb_native.c138 set_ds(NULL_SEG);
139 set_es(NULL_SEG);
140 set_fs(NULL_SEG);
141 if (get_gs() != NULL_SEG) {
143 set_gs(NULL_SEG);
H A Dseg.h258 #define NULL_SEG 0 macro
H A Dpcb.c646 ts->gs = thread->machine.cthread_self ? USER_CTHREAD : NULL_SEG;
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c287 tstate64->fs = NULL_SEG;
603 tstate32->fs = NULL_SEG;

Completed in 31 milliseconds