Intel 80287, 80286 manual Interrupts and Exceptions, Trap and Interrupt Gate Checks

Models: 80287 80286

1 515
Download 515 pages 45.04 Kb
Page 168
Image 168

 

INTERRUPTS AND EXCEPTIONS

 

 

 

 

 

Table 9-1, Trap and Interrupt Gate Checks

 

 

 

Check

Exception'

Error Code

 

 

Interrupt vector is in lOT limit

GP

lOT entry X 8 + 2 +

EXT

 

Trap, Interrupt, or Task Gate in lOT Entry

GP

IDTentry X 8 + 2 +

EXT

 

If INT instruction, gate OPL ~ CPL

GP

lOT entry X 8 + 2 +

EXT

 

P bit of gate is set

 

NP

lOT entry X 8 + 2 +

EXT

 

Code segment selector is in descriptor table limit

GP

CS selector X 8 +

EXT

 

CS selector refers to a code segment

GP

CS selector X 8 +

EXT

 

If code segment is non-conforming, Code Segment

GP

CS selector X 8 +

EXT

 

OPL =:; CPL

 

 

 

 

 

 

If code segment is non-conforming, and OPL < CPL and if

T8

88 selector X 8 +

EXT

 

SS selector in TSS is in descriptor table limit

 

 

 

 

 

If code segment is non-conforming, and OPL < CPL and if

TS

SS selector X 8 +

EXT

 

SS is a writable data segment

 

 

 

 

 

If code segment is non-conforming, and OPL < CPL and

TS

Stack segment selector +

EXT

code segment OPL = stack segment OPL

 

 

 

 

 

If code segment is non-conforming, and OPL <CPL and if

SF

Stack segment selector +

EXT

SS is present

 

 

 

 

 

 

If code segment is non-conforming, and OPL < CPL and if

SF

SS selector + EXT

 

 

 

there is enough space for 5 words on the stack (or 6 if error

 

 

 

 

 

code is required)

 

 

 

 

 

 

If code segment is conforming, then OPL =:;CPL

GP

Code segment selector + EXT

If code segment is not present

NP

Code segment selector +

EXT

If IP is not within the limit of code segment

GP

0+ EXT

 

 

 

• GP = General Protection Exception

 

 

 

 

 

NP = Not Present Exception

 

 

 

 

 

SF = Stack Fault

 

 

 

 

 

 

,

' ',' .

 

 

 

 

 

Like the RET instruction,

ntET is restricted to return to a level of equal or lesscr privilege unless a

task switch occurs. The IRET instruction works like the inter-segment RET instruction except that the flag word is popped and no stack pointer update for parameters is performed since no parameters are

on the stack. See section 7:5.2 for information on inter-level returns.'

To distinguish an inter-ievel IRET, the new CPL (which is the RPL of the return addr~ss CS selector) is compared with the current CPL. If they are the same, the IP and flags are popped and execution

continues.

'

An inter-level return via IRET has all the same checks as shown in table 7-4. The only difference is the extra word on the stack for the old flag word.

Interrupt gates are typically associated with high-priority hardware interrupts for automatically disabling interrupts upon their invocation. Trap gates are typically software-invoked since they do not disable ,the maskable hardware interrupts. However, low-priority interrupts {e.g.;a timer) are often invoked via a trap gate to allow other devices of higher priority to 'interrupt the handler of that lower priority interrupt.

9-6

Page 168
Image 168
Intel 80287, 80286 manual Interrupts and Exceptions, Trap and Interrupt Gate Checks