Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/entry/
Dentry_64.S971 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 ist_offset=0 create_gap=0 rea… macro
1025 idtentry divide_error do_divide_error has_error_code=0
1026 idtentry overflow do_overflow has_error_code=0
1027 idtentry bounds do_bounds has_error_code=0
1028 idtentry invalid_op do_invalid_op has_error_code=0
1029 idtentry device_not_available do_device_not_available has_error_code=0
1030 idtentry double_fault do_double_fault has_error_code=1 paranoid=2 read_cr2=1
1031 idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0
1032 idtentry invalid_TSS do_invalid_TSS has_error_code=1
1033 idtentry segment_not_present do_segment_not_present has_error_code=1
[all …]
/Linux-v5.4/fs/jfs/
Djfs_dtree.c1334 struct idtentry *idtentry; in dtSplitPage() local
1521 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1522 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1877 struct idtentry *s; in dtSplitRoot()
2033 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3585 struct idtentry *ih; in dtCompare()
3607 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3663 struct idtentry *ih; in ciCompare()
3703 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3835 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h52 struct idtentry { struct
/Linux-v5.4/Documentation/x86/
Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This