K. Mihaylov
K. Mihaylov

Reputation: 103

Accessing another processor's local APIC

The documentation for the Intel 64 and IA-32 says that the local APIC's register space can be remapped to other physical address.

My question is, is it possible to access other processor's local APIC register space when they are mapped to different physical addresses?

Thanks in advance.

Upvotes: 3

Views: 120

Answers (1)

prl
prl

Reputation: 12455

No, each CPU can only access its own APIC.

Upvotes: 4

Related Questions