Searched refs:idtentry (Results 1 – 7 of 7) sorted by relevance
327 gate_desc idtentry = { 0 }; in prepare_debug_idt() local330 idtentry.bits.p = 1; in prepare_debug_idt()331 idtentry.bits.type = GATE_TRAP; in prepare_debug_idt()332 idtentry.segment = __KERNEL_CS; in prepare_debug_idt()333 idtentry.offset_low = (control_page & 0xFFFF) + vec_ofs; in prepare_debug_idt()334 idtentry.offset_middle = (control_page >> 16) & 0xFFFF; in prepare_debug_idt()335 idtentry.offset_high = control_page >> 32; in prepare_debug_idt()338 kexec_debug_idt[i] = idtentry; in prepare_debug_idt()339 idtentry.offset_low += KEXEC_DEBUG_EXC_HANDLER_SIZE; in prepare_debug_idt()
1342 struct idtentry *idtentry; in dtSplitPage() local1529 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()1530 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()1885 struct idtentry *s; in dtSplitRoot()2041 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()3322 struct idtentry *ih; in dtCompare()3344 ih = (struct idtentry *) & p->slot[si]; in dtCompare()3400 struct idtentry *ih; in ciCompare()3440 ih = (struct idtentry *) & p->slot[si]; in ciCompare()3572 struct idtentry *ih; in dtGetKey()[all …]
52 struct idtentry { struct
478 idtentry vector asm_##func func has_error_code=0481 idtentry vector asm_##func func has_error_code=1
329 .macro idtentry vector asmsym cfunc has_error_code:req macro378 idtentry \vector asm_\cfunc \cfunc has_error_code=1
622 .macro idtentry vector asmsym cfunc has_error_code:req macro
100 must use idtentry with paranoid=1 to handle gsbase correctly. This