Searched defs:idtentry (Results 1 – 3 of 3) sorted by relevance
52 struct idtentry { struct53 pxd_t xd; /* 8: child extent descriptor */55 s8 next; /* 1: */56 u8 namlen; /* 1: */57 __le16 name[11]; /* 22: 2-byte aligned */
329 .macro idtentry vector asmsym cfunc has_error_code:req macro
326 gate_desc idtentry = { 0 }; in prepare_debug_idt() local