Home
last modified time | relevance | path

Searched refs:idtentry (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c327 gate_desc idtentry = { 0 }; in prepare_debug_idt() local
330 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()
/linux/fs/jfs/
H A Djfs_dtree.c1342 struct idtentry *idtentry; in dtSplitPage() local
1529 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 …]
H A Djfs_dtree.h52 struct idtentry { struct
/linux/arch/x86/include/asm/
H A Didtentry.h478 idtentry vector asm_##func func has_error_code=0
481 idtentry vector asm_##func func has_error_code=1
/linux/arch/x86/entry/
H A Dentry_64.S329 .macro idtentry vector asmsym cfunc has_error_code:req macro
378 idtentry \vector asm_\cfunc \cfunc has_error_code=1
H A Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req macro
/linux/Documentation/arch/x86/
H A Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This