Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/
Dentry_64.S727 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 macro
820 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
821 idtentry \sym \do_sym has_error_code=\has_error_code
825 idtentry \sym \do_sym has_error_code=\has_error_code
829 idtentry divide_error do_divide_error has_error_code=0
830 idtentry overflow do_overflow has_error_code=0
831 idtentry bounds do_bounds has_error_code=0
832 idtentry invalid_op do_invalid_op has_error_code=0
833 idtentry device_not_available do_device_not_available has_error_code=0
834 idtentry double_fault do_double_fault has_error_code=1 paranoid=2
[all …]
/linux-4.4.14/fs/jfs/
Djfs_dtree.c1346 struct idtentry *idtentry; in dtSplitPage() local
1533 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1534 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1889 struct idtentry *s; in dtSplitRoot()
2045 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3599 struct idtentry *ih; in dtCompare()
3621 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3677 struct idtentry *ih; in ciCompare()
3717 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3849 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h65 struct idtentry { struct
/linux-4.4.14/Documentation/x86/
Dentry_64.txt94 must use idtentry with paranoid=1 to handle gsbase correctly. This