码迷,mamicode.com
首页 > 其他好文 > 详细

cache支持三种pre-fetch方式:normal/pre-fetch1/pre-fetch2-way1/pre-fetch-way2

时间:2014-10-09 14:41:14      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:使用   ar   数据   sp   art   on   line   new   bs   

1.normal fetch  ----fetch 1 cache line once

2. pre-fetch mode one ---- fetch 3 cache line once

3.pre-fetch mode two ----{way1: fetch 3 cache lines  once  , this way is the same as mode one

                                       way2:fetch 2 cache lines once , when fshc in idle state and pre-buffer is empty,hardware would

                                               start a new request automatic}

 

NOTE: 1 cache line = 4-word width data

 

pre-fetch data 存于16x32bit buffer(2个8x32bit buffers),每一次预取完会填充其中一个8x32bits的buffer,预取处理完后会产生一个pluse。如果两个8x32bit的buffer都没有数据,在更新时就会清除对应最早的没有使用的buffer的地址及数据。

cache支持三种pre-fetch方式:normal/pre-fetch1/pre-fetch2-way1/pre-fetch-way2

标签:使用   ar   数据   sp   art   on   line   new   bs   

原文地址:http://www.cnblogs.com/chip/p/4013130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!