Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 446 Bytes

File metadata and controls

19 lines (7 loc) · 446 Bytes

Question 97

Is the TF flag cleared automatically when entering interrupt handlers? Refer to [Intel 64 and IA-32 Architectures Software Developer's Manual].

Answer

It depends on the interrupt descriptors (aka gates). There are two types of them: trap gates and interrupt gates. For interrupt gates the interrupt handling is automatically disabled once CPU enters the interrupt handler.

prev +++ next