<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Cache, set associate to direct mapped in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517796#M5565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read this on the ARM programmer guide &lt;/P&gt;&lt;P&gt;"You can lock the replacement algorithm on a way basis, enabling the associativity to be reduced from eight-way down to one-way, direct mapped."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register 9 is the lockdown register, but I don't know how to use it, I saw "MRC p15,0,&amp;lt;Rd&amp;gt;,c9,c0,0" on ARM website, I have no idea how exactly it was used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone provide an example of what exactly should I put in Rd, and how do I determine it is a read or write?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 06:09:02 GMT</pubDate>
    <dc:creator>hjk</dc:creator>
    <dc:date>2016-06-09T06:09:02Z</dc:date>
    <item>
      <title>Cache, set associate to direct mapped</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517796#M5565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read this on the ARM programmer guide &lt;/P&gt;&lt;P&gt;"You can lock the replacement algorithm on a way basis, enabling the associativity to be reduced from eight-way down to one-way, direct mapped."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register 9 is the lockdown register, but I don't know how to use it, I saw "MRC p15,0,&amp;lt;Rd&amp;gt;,c9,c0,0" on ARM website, I have no idea how exactly it was used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone provide an example of what exactly should I put in Rd, and how do I determine it is a read or write?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 06:09:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517796#M5565</guid>
      <dc:creator>hjk</dc:creator>
      <dc:date>2016-06-09T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cache, set associate to direct mapped</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517797#M5566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt;​ can you help here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 21:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517797#M5566</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-06-13T21:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cache, set associate to direct mapped</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517798#M5567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="214905" data-objecttype="3" href="https://community.nxp.com/people/timesyssupport" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #266fc8;"&gt;Timesys Support&lt;/A&gt;&lt;SPAN style="color: #000000; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; do you have an update?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 16:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517798#M5567</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2016-06-20T16:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cache, set associate to direct mapped</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517799#M5568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands 'MRC' and 'MCR' are used to specify if its a read or a write operation. MRC stands for "send a command to a coprocessor and get some data back" and MCR is "send a command to a coprocessor and pass some data along". &lt;/P&gt;&lt;P&gt;Rd is the core register and its contents must be the value needed to be set in the register. I will update you with the example commands soon, meanwhile please refer the below link for more information&amp;nbsp; "&lt;A href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344i/Chdeghcb.html" title="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344i/Chdeghcb.html"&gt;ARM Information Center&lt;/A&gt; ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Timesys Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 16:15:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/517799#M5568</guid>
      <dc:creator>timesyssupport</dc:creator>
      <dc:date>2016-06-21T16:15:55Z</dc:date>
    </item>
    <item>
      <title>This an automatic process.  We are marking this post as s...</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/1138863#M6160</link>
      <description>&lt;B&gt;This an automatic process.&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
We are marking this post as solved, due to the either low activity or any reply marked as correct.&lt;BR /&gt;&lt;BR /&gt;
If you have additional questions, please create a new post and reference to this closed post.&lt;BR /&gt;&lt;BR /&gt;
NXP Community!</description>
      <pubDate>Thu, 03 Sep 2020 19:11:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Cache-set-associate-to-direct-mapped/m-p/1138863#M6160</guid>
      <dc:creator>CommunityBot</dc:creator>
      <dc:date>2020-09-03T19:11:50Z</dc:date>
    </item>
  </channel>
</rss>

