Searched refs:idtentry (Results 1 – 4 of 4) sorted by relevance
971 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 ist_offset=0 create_gap=0 rea… macro1025 idtentry divide_error do_divide_error has_error_code=01026 idtentry overflow do_overflow has_error_code=01027 idtentry bounds do_bounds has_error_code=01028 idtentry invalid_op do_invalid_op has_error_code=01029 idtentry device_not_available do_device_not_available has_error_code=01030 idtentry double_fault do_double_fault has_error_code=1 paranoid=2 read_cr2=11031 idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=01032 idtentry invalid_TSS do_invalid_TSS has_error_code=11033 idtentry segment_not_present do_segment_not_present has_error_code=1[all …]
1334 struct idtentry *idtentry; in dtSplitPage() local1521 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 …]
52 struct idtentry { struct
100 must use idtentry with paranoid=1 to handle gsbase correctly. This