Symbol: idtentry
arch/x86/include/asm/idtentry.h
478
idtentry vector asm_##func func has_error_code=0
arch/x86/include/asm/idtentry.h
481
idtentry vector asm_##func func has_error_code=1
arch/x86/kernel/machine_kexec_64.c
327
gate_desc idtentry = { 0 };
arch/x86/kernel/machine_kexec_64.c
330
idtentry.bits.p = 1;
arch/x86/kernel/machine_kexec_64.c
331
idtentry.bits.type = GATE_TRAP;
arch/x86/kernel/machine_kexec_64.c
332
idtentry.segment = __KERNEL_CS;
arch/x86/kernel/machine_kexec_64.c
333
idtentry.offset_low = (control_page & 0xFFFF) + vec_ofs;
arch/x86/kernel/machine_kexec_64.c
334
idtentry.offset_middle = (control_page >> 16) & 0xFFFF;
arch/x86/kernel/machine_kexec_64.c
335
idtentry.offset_high = control_page >> 32;
arch/x86/kernel/machine_kexec_64.c
338
kexec_debug_idt[i] = idtentry;
arch/x86/kernel/machine_kexec_64.c
339
idtentry.offset_low += KEXEC_DEBUG_EXC_HANDLER_SIZE;
fs/jfs/jfs_dtree.c
1342
struct idtentry *idtentry;
fs/jfs/jfs_dtree.c
1529
idtentry = (struct idtentry *) & sp->slot[si];
fs/jfs/jfs_dtree.c
1530
n = NDTINTERNAL(idtentry->namlen);
fs/jfs/jfs_dtree.c
1885
struct idtentry *s;
fs/jfs/jfs_dtree.c
2041
s = (struct idtentry *) & sp->slot[DTENTRYSTART];
fs/jfs/jfs_dtree.c
3322
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3344
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3400
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3440
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3572
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3591
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3635
struct idtentry *ih = NULL;
fs/jfs/jfs_dtree.c
3680
ih = (struct idtentry *) h;
fs/jfs/jfs_dtree.c
3798
struct idtentry *sih, *dih = NULL;
fs/jfs/jfs_dtree.c
3874
sih = (struct idtentry *) s;
fs/jfs/jfs_dtree.c
3878
dih = (struct idtentry *) h;
fs/jfs/jfs_dtree.c
4015
si = ((struct idtentry *) t)->next;
fs/jfs/jfs_dtree.c
4108
((struct idtentry *) t)->namlen = 0;
fs/jfs/jfs_dtree.c
4109
si = ((struct idtentry *) t)->next;
fs/jfs/jfs_dtree.c
4110
((struct idtentry *) t)->next = -1;