Symbol: idtentry
arch/x86/include/asm/idtentry.h
455
idtentry vector asm_##func func has_error_code=0
arch/x86/include/asm/idtentry.h
458
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
1339
struct idtentry *idtentry;
fs/jfs/jfs_dtree.c
1526
idtentry = (struct idtentry *) & sp->slot[si];
fs/jfs/jfs_dtree.c
1527
n = NDTINTERNAL(idtentry->namlen);
fs/jfs/jfs_dtree.c
1882
struct idtentry *s;
fs/jfs/jfs_dtree.c
2038
s = (struct idtentry *) & sp->slot[DTENTRYSTART];
fs/jfs/jfs_dtree.c
3319
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3341
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3397
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3437
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3569
struct idtentry *ih;
fs/jfs/jfs_dtree.c
3588
ih = (struct idtentry *) & p->slot[si];
fs/jfs/jfs_dtree.c
3632
struct idtentry *ih = NULL;
fs/jfs/jfs_dtree.c
3677
ih = (struct idtentry *) h;
fs/jfs/jfs_dtree.c
3795
struct idtentry *sih, *dih = NULL;
fs/jfs/jfs_dtree.c
3871
sih = (struct idtentry *) s;
fs/jfs/jfs_dtree.c
3875
dih = (struct idtentry *) h;
fs/jfs/jfs_dtree.c
4012
si = ((struct idtentry *) t)->next;
fs/jfs/jfs_dtree.c
4105
((struct idtentry *) t)->namlen = 0;
fs/jfs/jfs_dtree.c
4106
si = ((struct idtentry *) t)->next;
fs/jfs/jfs_dtree.c
4107
((struct idtentry *) t)->next = -1;