This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do the TLB maintenance instructions affect other offline CPU cores disabled by CPU Hotplug in the kernel

Hi,

I'm a beginner in ARM architecture. 

1) Are some TLBI instructions that can clean TLB entry for the Outer Shareable domain valid for other CPU cores that are offline? For example, if I make a CPU core to power down by CPU Hotplug in the Linux, can such TLBI instruction still clean up the TLB entries from this offline core, and how does it be effective?

2) And I wonder if there are any situations that might fail the TLB invalidation.

Thanks.

Parents
  • Why do you need to clean the TLB entries for a core that is powered down and offline? If it's powered off, then it _can't_ do anything. It has no power.

    The core will need invalidate its TLBs when getting powered on again, as part of the power up sequence.

Reply
  • Why do you need to clean the TLB entries for a core that is powered down and offline? If it's powered off, then it _can't_ do anything. It has no power.

    The core will need invalidate its TLBs when getting powered on again, as part of the power up sequence.

Children
No data