612 cache alias

Source: Internet
Author: User

Cache alias problems:

L1cache: vipt type;

32 K, (S, E, B) = (256, 4, 32)

Way-size = 8kb

Assume that the tlbsize is 4 kb and there are two address ing relationships:

Va0: 0x0000_0020-> PA 0x0000_0020

Va1: 0x0000_1020-> PA 0x0000_0020

We can obtain that the index of va0 is 1, and the index of va1 is 129. If this is set to cold cache, PA data enters index1 when accessing va0, and PA data enters index129 again when accessing va1, therefore, the cache contains two copies of data with the same physical address, which generates the cache alias.

Cache alias will appear in vept and way-size> page-size. For sep612, this is a problem that must be solved. Write it again.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.