Searched refs:idtentry (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dentry_64.S26 * - idtentry - Define exception entry points.
965 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
1071 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code label
1072 idtentry \sym \do_sym has_error_code=\has_error_code label
1076 idtentry \sym \do_sym has_error_code=\has_error_code label
1080 idtentry divide_error do_divide_error has_error_code=0 label
1081 idtentry overflow do_overflow has_error_code=0 label
1082 idtentry bounds do_bounds has_error_code=0 label
1083 idtentry invalid_op do_invalid_op has_error_code=0 label
1084 idtentry device_not_available do_device_not_available has_error_code=0 label
1085 idtentry double_fault do_double_fault has_error_code=1 paranoid=2 label
1086 idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0 label
1087 idtentry invalid_TSS do_invalid_TSS has_error_code=1 label
1088 idtentry segment_not_present do_segment_not_present has_error_code=1 label
1089 idtentry spurious_interrupt_bug do_spurious_interrupt_bug has_error_code=0 label
1090 idtentry coprocessor_error do_coprocessor_error has_error_code=0 label
1091 idtentry alignment_check do_alignment_check has_error_code=1 label
1092 idtentry simd_coprocessor_error do_simd_coprocessor_error has_error_code=0 label
1142 idtentry xen_hypervisor_callback xen_do_hypervisor_callback has_error_code=0 label
1253 idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK label
1254 idtentry int3 do_int3 has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK label
1255 idtentry stack_segment do_stack_segment has_error_code=1 label
1257 idtentry xen_debug do_debug has_error_code=0 label
1258 idtentry xen_int3 do_int3 has_error_code=0 label
1259 idtentry xen_stack_segment do_stack_segment has_error_code=1 label
1261 idtentry general_protection do_general_protection has_error_code=1 label
1264 idtentry async_page_fault do_async_page_fault has_error_code=1 label
1267 idtentry machine_check has_error_code=0 paranoid=1 do_sym=*machine_check_vector(%rip) label
/linux-4.1.27/fs/jfs/
H A Djfs_dtree.c1346 struct idtentry *idtentry; dtSplitPage() local
1533 idtentry = (struct idtentry *) & sp->slot[si]; dtSplitPage()
1534 n = NDTINTERNAL(idtentry->namlen); dtSplitPage()
1889 struct idtentry *s; dtSplitRoot()
2045 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; dtSplitRoot()
3599 struct idtentry *ih; dtCompare()
3621 ih = (struct idtentry *) & p->slot[si]; dtCompare()
3677 struct idtentry *ih; ciCompare()
3717 ih = (struct idtentry *) & p->slot[si]; ciCompare()
3849 struct idtentry *ih; dtGetKey()
3868 ih = (struct idtentry *) & p->slot[si]; dtGetKey()
3912 struct idtentry *ih = NULL; dtInsertEntry()
3957 ih = (struct idtentry *) h; dtInsertEntry()
4075 struct idtentry *sih, *dih = NULL; dtMoveEntry()
4151 sih = (struct idtentry *) s; dtMoveEntry()
4155 dih = (struct idtentry *) h; dtMoveEntry()
4292 si = ((struct idtentry *) t)->next; dtDeleteEntry()
4385 ((struct idtentry *) t)->namlen = 0; dtTruncateEntry()
4386 si = ((struct idtentry *) t)->next; dtTruncateEntry()
4387 ((struct idtentry *) t)->next = -1; dtTruncateEntry()
H A Djfs_dtree.h65 struct idtentry { struct

Completed in 270 milliseconds