What happen to IPIs when Interrupt Flag is 0?
Are they also masked?
IF=0 and IPIs
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:IF=0 and IPIs
Hi,
The only interrupts that the IF flag doesn't control are exceptions, NMIs, SMIs, STARUP IPIs, INIT IPIs (both assert and d-assert) and ExtINT.
Cheers,
Brendan
The IPIs behave like an IRQ when the interrupts are disabled.kataklinger wrote: What happen to IPIs when Interrupt Flag is 0?
Are they also masked?
The only interrupts that the IF flag doesn't control are exceptions, NMIs, SMIs, STARUP IPIs, INIT IPIs (both assert and d-assert) and ExtINT.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.