惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Threatpost
V
Vulnerabilities – Threatpost
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
G
GRAHAM CLULEY
S
Securelist
P
Palo Alto Networks Blog
MongoDB | Blog
MongoDB | Blog
A
Arctic Wolf
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
WordPress大学
WordPress大学
Project Zero
Project Zero
T
Threat Research - Cisco Blogs
L
Lohrmann on Cybersecurity
C
Cyber Attacks, Cyber Crime and Cyber Security
F
Fortinet All Blogs
博客园 - 叶小钗
B
Blog RSS Feed
C
Cisco Blogs
Google DeepMind News
Google DeepMind News
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
K
Kaspersky official blog
D
Docker
Latest news
Latest news
Cisco Talos Blog
Cisco Talos Blog
T
Tor Project blog
Cyberwarzone
Cyberwarzone
Security Latest
Security Latest
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
J
Java Code Geeks
Simon Willison's Weblog
Simon Willison's Weblog
T
Tenable Blog
Recent Announcements
Recent Announcements
T
Tailwind CSS Blog
H
Help Net Security
L
LINUX DO - 热门话题
T
The Exploit Database - CXSecurity.com
Jina AI
Jina AI
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
NISL@THU
NISL@THU
美团技术团队
腾讯CDC

博客园 - bullfinch

Notes of "The Unbridged Pentium 4" - Pentium 4 System Overview Notes of "The Unbridged Pentium 4" - Pentium 4 Road Map Notes of "The Unbridged Pentium 4" - Overview of the Processor Role Notes of "Pentium Processor System Architecture" - Mutiple Processors and the MESI Model Notes of "Pentium Processor System Architecture" - The Functional Units & Pentium Cache Overview AMD Opteron Architecture related Fedora Core 3 挂载FAT32分区以及中文显示和输入 摄像头设置事件 linux下安装HP NC6000无线网卡(HP W500) C#学习笔记(八) TreeView.AfterCheck和TreeNode.Checked赋值的问题 C#学习笔记(七) C#学习笔记(六) C#学习笔记(五) 图像中密集点群的定位 C#学习笔记(四) 中兴ZXDSL831立式蓝猫自动拨号+NAT+DHCP设置 关于变参(zz) C#学习笔记(三)
Notes of "Pentium Processor System Architecture" - Pentium Signal Interface (part)
bullfinch · 2005-05-15 · via 博客园 - bullfinch

1. The Pentium processor address bus consits of two sets of signal lines:

  • the address bus proper, consisting of 29 signal lines designated A31:A3.
  • the Byte Enable bus, consisting of the 8 signal lines designated BE#7:BE#0.

2. A20 Mask(A20M#) allows the processor to emulate the address wrap-around at the 1MB boundary that occurs on the 8086/8088.

3. Address Translation:

  • 32-bit devices    A31:A2 adn BE3#:BE0#
  • 16-bit deviecs    A23:A1 and BHE#,BLE#
  • 8-bit devices     A19:A0

4. A series of transceivers can do steering to pass data from one path to another when the device is smaller than 64-bits. (BRDY# will net be sent until all data is ready)

5. Bus Cycle Control Signals:
    Address Status Output(ADS#)
    Bus Cycle Definition(M/IO# D/C# W/R# CACHE#) Special Cycles(BE5:0#)
    LOCK# and SCYC
    ......

6. The Pentium processor invalidates a cache line that is hit during a locked read transfer and runs the bus cycles to external memory.

7. Thre processor must respond to the BOFF# signal and external snoops during locked transfer.

8. Setting CD and NW bits to 0s enables the internal caches and places the data cache in the write-back mode.

9. When the WB/WT# line is set hight the cache line is stored in the E state causing it to behave according to ther write-back policy. When the WB/WT# line set low, the cache line is stored in S state, causing all writes to be transferred to external momery according to the write-through policy.

10. L2 cache use AHOLD to force the processor to remove its address and prepare to receive a snoop address over its address bus. AHOLD only is used in look-through cache with a L2 cache.

11. External logic must assert the EADS# signal to tell the processor that a valid address is on its local address bus and to go ahead and snoop it.

12. External logic also drives the INV signal along with EADS# to tell the processor whether to leave the cache line valid or to mark it invalid in case of a snoop hit.

13. The Pentium processor asserts the HIT# signal when a snoop hit occurs on one of its internal caches.

14. The Pentium processor asserts the HIT Modified Line(HITM#)signal to indicate that a snnop operation has hit to a modified line in cache.

15. The signal Page Cache Disable(PCD) signal controls cacheability of the L2 cache, while the Page Write-Through(PWT) signal specifies whether the L2 cache should use a write-back or write-through policy for the line being written to.

16. The FLUSH# signal causes the data in the internal caches to be invalidated. (After write-back)