Searched refs:idt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dtable_inline.h42 #include <machdep/i386/idt.h>
57 return (&idt[sel.index]);
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/
H A DMakefile.i38635 idt.o
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp_desc.h87 struct fake_descriptor idt[IDTSZ] __attribute__ ((aligned (16))); member in struct:cpu_desc_table
95 struct fake_descriptor64 idt[IDTSZ] __attribute__ ((aligned (16))); member in struct:cpu_desc_table64
H A Dmp_desc.c241 offsetof(cpu_desc_table_t, idt[0]));
261 (char *)cdt->idt,
369 cdi->cdi_idt = (struct fake_descriptor *)cdt->idt;
378 (char *)cdt->idt,

Completed in 179 milliseconds