idtentry
idtentry vector asm_##func func has_error_code=0
idtentry vector asm_##func func has_error_code=1
gate_desc idtentry = { 0 };
idtentry.bits.p = 1;
idtentry.bits.type = GATE_TRAP;
idtentry.segment = __KERNEL_CS;
idtentry.offset_low = (control_page & 0xFFFF) + vec_ofs;
idtentry.offset_middle = (control_page >> 16) & 0xFFFF;
idtentry.offset_high = control_page >> 32;
kexec_debug_idt[i] = idtentry;
idtentry.offset_low += KEXEC_DEBUG_EXC_HANDLER_SIZE;
struct idtentry *idtentry;
idtentry = (struct idtentry *) & sp->slot[si];
n = NDTINTERNAL(idtentry->namlen);
struct idtentry *s;
s = (struct idtentry *) & sp->slot[DTENTRYSTART];
struct idtentry *ih;
ih = (struct idtentry *) & p->slot[si];
struct idtentry *ih;
ih = (struct idtentry *) & p->slot[si];
struct idtentry *ih;
ih = (struct idtentry *) & p->slot[si];
struct idtentry *ih = NULL;
ih = (struct idtentry *) h;
struct idtentry *sih, *dih = NULL;
sih = (struct idtentry *) s;
dih = (struct idtentry *) h;
si = ((struct idtentry *) t)->next;
((struct idtentry *) t)->namlen = 0;
si = ((struct idtentry *) t)->next;
((struct idtentry *) t)->next = -1;