Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/entry/
Dentry_64.S903 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 macro
990 idtentry divide_error do_divide_error has_error_code=0
991 idtentry overflow do_overflow has_error_code=0
992 idtentry bounds do_bounds has_error_code=0
993 idtentry invalid_op do_invalid_op has_error_code=0
994 idtentry device_not_available do_device_not_available has_error_code=0
995 idtentry double_fault do_double_fault has_error_code=1 paranoid=2
996 idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0
997 idtentry invalid_TSS do_invalid_TSS has_error_code=1
998 idtentry segment_not_present do_segment_not_present has_error_code=1
[all …]
/Linux-v4.19/fs/jfs/
Djfs_dtree.c1347 struct idtentry *idtentry; in dtSplitPage() local
1534 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1535 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1890 struct idtentry *s; in dtSplitRoot()
2046 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3598 struct idtentry *ih; in dtCompare()
3620 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3676 struct idtentry *ih; in ciCompare()
3716 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3848 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h65 struct idtentry { struct
/Linux-v4.19/Documentation/x86/
Dentry_64.txt94 must use idtentry with paranoid=1 to handle gsbase correctly. This