UCB CS61C : Machine Structures

Similar documents
UC Berkeley CS61C : Machine Structures

UC Berkeley CS61C : Machine Structures

Memory Hierarchy Requirements. Three Advantages of Virtual Memory

Review. Manage memory to disk? Treat as cache. Lecture #26 Virtual Memory II & I/O Intro

Another View of the Memory Hierarchy. Lecture #25 Virtual Memory I Memory Hierarchy Requirements. Memory Hierarchy Requirements

Agenda. CS 61C: Great Ideas in Computer Architecture. Virtual Memory II. Goals of Virtual Memory. Memory Hierarchy Requirements

CS 61C: Great Ideas in Computer Architecture. Virtual Memory

CS61C : Machine Structures

Virtual Memory Virtual memory first used to relive programmers from the burden of managing overlays.

Virtual Memory, Address Translation

UCB CS61C : Machine Structures

CS 61C: Great Ideas in Computer Architecture. Virtual Memory III. Instructor: Dan Garcia

CPS104 Computer Organization and Programming Lecture 16: Virtual Memory. Robert Wagner

Virtual Memory. Virtual Memory

CPS 104 Computer Organization and Programming Lecture 20: Virtual Memory

CISC 662 Graduate Computer Architecture Lecture 16 - Cache and virtual memory review

A Few Problems with Physical Addressing. Virtual Memory Process Abstraction, Part 2: Private Address Space

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Computer Architecture ECE 568/668

Modern Computer Architecture

Virtual Memory, Address Translation

Lecture 33 Caches III What to do on a write hit? Block Size Tradeoff (1/3) Benefits of Larger Block Size

COSC 6385 Computer Architecture. - Memory Hierarchies (I)

UCB CS61C : Machine Structures

COSC 6385 Computer Architecture - Memory Hierarchies (I)

Computer Structure. X86 Virtual Memory and TLB

UCB CS61C : Machine Structures

Computer Architecture. Lecture 8: Virtual Memory

Virtual Memory. Daniel Sanchez Computer Science & Artificial Intelligence Lab M.I.T. April 12, 2018 L16-1

ECE232: Hardware Organization and Design

UC Berkeley CS61C : Machine Structures

1" 0" d" c" b" a" ...! ! Benefits of Larger Block Size. " Very applicable with Stored-Program Concept " Works well for sequential array accesses

5DV118 Computer Organization and Architecture Umeå University Department of Computing Science Stephen J. Hegner

Caching and Demand-Paged Virtual Memory

LECTURE 12. Virtual Memory

MEMORY: SWAPPING. Shivaram Venkataraman CS 537, Spring 2019

ECE468 Computer Organization and Architecture. Virtual Memory

Virtual Memory: From Address Translation to Demand Paging

ECE4680 Computer Organization and Architecture. Virtual Memory

COEN-4730 Computer Architecture Lecture 3 Review of Caches and Virtual Memory

CS152 Computer Architecture and Engineering Lecture 18: Virtual Memory

Virtual Memory. Daniel Sanchez Computer Science & Artificial Intelligence Lab M.I.T. November 15, MIT Fall 2018 L20-1

Virtual Memory: From Address Translation to Demand Paging

Lecture 14: Cache & Virtual Memory

Virtual Memory. Patterson & Hennessey Chapter 5 ELEC 5200/6200 1

Virtual Memory Nov 9, 2009"

CS61C : Machine Structures

Virtual Memory - Objectives

Handout 4 Memory Hierarchy

virtual memory. March 23, Levels in Memory Hierarchy. DRAM vs. SRAM as a Cache. Page 1. Motivation #1: DRAM a Cache for Disk

Lecture 15: Virtual Memory

Topic 18: Virtual Memory

1. Creates the illusion of an address space much larger than the physical memory

CS61C : Machine Structures

CS162 Operating Systems and Systems Programming Lecture 14. Caching and Demand Paging

And in Review! ! Locality of reference is a Big Idea! 3. Load Word from 0x !

Module 2: Virtual Memory and Caches Lecture 3: Virtual Memory and Caches. The Lecture Contains:

Virtual Memory. Motivations for VM Address translation Accelerating translation with TLBs

6.004 Tutorial Problems L20 Virtual Memory

Embedded Systems Dr. Santanu Chaudhury Department of Electrical Engineering Indian Institute of Technology, Delhi

Topic 18 (updated): Virtual Memory

CSE 120. Translation Lookaside Buffer (TLB) Implemented in Hardware. July 18, Day 5 Memory. Instructor: Neil Rhodes. Software TLB Management

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 27, SPRING 2013

CS162 Operating Systems and Systems Programming Lecture 10 Caches and TLBs"

CPE 631 Lecture 08: Virtual Memory

This Unit: Main Memory. Virtual Memory. Virtual Memory. Other Uses of Virtual Memory

Page 1. Review: Address Segmentation " Review: Address Segmentation " Review: Address Segmentation "

Virtual Memory Oct. 29, 2002

Chapter 8. Virtual Memory

Advanced Computer Architecture

CS 152 Computer Architecture and Engineering. Lecture 9 - Address Translation

COSC3330 Computer Architecture Lecture 20. Virtual Memory

Performance! (1/latency)! 1000! 100! 10! Capacity Access Time Cost. CPU Registers 100s Bytes <10s ns. Cache K Bytes ns 1-0.

registers data 1 registers MEMORY ADDRESS on-chip cache off-chip cache main memory: real address space part of virtual addr. sp.

Page 1. CS162 Operating Systems and Systems Programming Lecture 14. Caching and Demand Paging

Lecture 21: Virtual Memory. Spring 2018 Jason Tang

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

Paging! 2/22! Anthony D. Joseph and Ion Stoica CS162 UCB Fall 2012! " (0xE0)" " " " (0x70)" " (0x50)"

Virtual Memory. User memory model so far:! In reality they share the same memory space! Separate Instruction and Data memory!!

Guerrilla 7: Virtual Memory, ECC, IO

CSE 351. Virtual Memory

Virtual Memory Overview

Q3: Block Replacement. Replacement Algorithms. ECE473 Computer Architecture and Organization. Memory Hierarchy: Set Associative Cache

CS 153 Design of Operating Systems Winter 2016

EN1640: Design of Computing Systems Topic 06: Memory System

Reducing Hit Times. Critical Influence on cycle-time or CPI. small is always faster and can be put on chip

virtual memory Page 1 CSE 361S Disk Disk

Virtual Memory. CS 3410 Computer System Organization & Programming

CPE 631 Lecture 04: CPU Caches

ECE331: Hardware Organization and Design

Block Size Tradeoff (1/3) Benefits of Larger Block Size. Lecture #22 Caches II Block Size Tradeoff (3/3) Block Size Tradeoff (2/3)

198:231 Intro to Computer Organization. 198:231 Introduction to Computer Organization Lecture 14

Address spaces and memory management

Virtual Memory. Motivation:

Chapter 5. Large and Fast: Exploiting Memory Hierarchy

CS 5523 Operating Systems: Memory Management (SGG-8)

Cache Performance (H&P 5.3; 5.5; 5.6)

Virtual Memory. Samira Khan Apr 27, 2017

COMP 3221: Microprocessors and Embedded Systems

Virtual Memory. Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University

Memory Hierarchy Motivation, Definitions, Four Questions about Memory Hierarchy

Transcription:

inst.eecs.berkeley.edu/~cs61c UCB CS61C : Machine Structures Sr Lecturer SOE Dan Garcia Lecture 35 Virtual Memory III" The severity of the decline in the market is further evidence that the post-pc era heralded several years ago by Steven P. Jobs, Apple s former chief executive, was not an empty slogan. Jobs predicted that PCs would endure, but that smartphones and tablets would become the devices people favored for most of their computing needs www.nytimes.com/2013/04/11/technology/data-show-steep-decline-in-pc-shipments.html!

How many hours h on last project? a) 0 h < 8 b) 8 h < 16 c) 16 h < 32 d) 32 h < 64 e) 64 h CS61C L35 Virtual Memory III (2)

I understand Virtual Memory. a) Strongly disagree b) Mildly disagree c) Neutral d) Mildly agree e) Strongly agree CS61C L35 Virtual Memory III (3)

Review Manage memory to disk? Treat as cache ú Included protection as bonus, now critical ú Use Page Table of mappings for each user vs. tag/data in cache ú TLB is cache of Virtual Physical addr trans Virtual Memory allows protected sharing of memory between processes Spatial Locality means Working Set of Pages is all that must be in memory for process to run fairly well CS61C L35 Virtual Memory III (4)

Review: Address Mapping: Page Table Virtual Address: page no. offset Page Table Base Reg index into page table Val -id Page Table Access Rights.... V A.R. P. P. A.... Physical Page Address Page Table located in physical memory PPN"offset" Physical Memory Address CS61C L35 Virtual Memory III (5)

Fetching data on a memory read Check TLB (input: VPN, output: PPN) ú hit: fetch translation ú miss: check page table (in memory) Page table hit: fetch translation Page table miss: page fault, fetch page from disk to memory, return translation to TLB Check cache (input: PPN, output: data) ú hit: return value ú miss: fetch value from memory, remember it in cache, return value Processor VA hit TLB Lookup miss Translation PA Cache hit miss data Main Memory CS61C L35 Virtual Memory III (6)

Address Translation using TLB Virtual Address VPN TLB Tag INDEX Data Cache CS61C L35 Virtual Memory III (7)... TLB Tag (Tag used just like in cache) TLB Tag Tag Data Tag Data TLB Offset P. P. N. Physical Page Number P. P. N. PPN Offset Physical Address Tag INDEX Offset

Typical TLB Format Physical Dirty Ref Valid Access Tag Page # Rights TLB just a cache on the page table mappings TLB access time comparable to cache (much less than main memory access time) Dirty: since use write back, need to know whether or not to write page to disk when replaced Ref: Used to help calculate LRU on replacement ú Cleared by OS periodically, then checked to see if page was referenced CS61C L35 Virtual Memory III (8)

What if not in TLB? Option 1: Hardware checks page table and loads new Page Table Entry into TLB Option 2: Hardware traps to OS, up to OS to decide what to do ú MIPS follows Option 2: Hardware knows nothing about page table ú A trap is a synchronous exception in a user process, often resulting in the OS taking over and performing some action before returning to the program. More about exceptions next lecture CS61C L35 Virtual Memory III (9)

What if the data is on disk? We load the page off the disk into a free block of memory, using a DMA transfer (Direct Memory Access special hardware support to avoid processor) ú Meantime we switch to some other process waiting to be run When the DMA is complete, we get an interrupt and update the process's page table ú So when we switch back to the task, the desired data will be in memory CS61C L35 Virtual Memory III (10)

What if we don t have enough memory? We chose some other page belonging to a program and transfer it onto the disk if dirty ú If clean (disk copy is up-to-date), just overwrite that data in memory ú We chose the page to evict based on replacement policy (e.g., LRU) And update that program's page table to reflect the fact that its memory moved somewhere else If continuously swap between disk and memory, called Thrashing CS61C L35 Virtual Memory III (11)

Question (1/3) 40-bit virtual address, 16 KB page Virtual Page Number (? bits)" 36-bit physical address Physical Page Number (? bits)" Page Offset (? bits)" Page Offset (? bits)" Number of bits in Virtual Page Number/Page offset, Physical Page Number/Page offset?!a: 22/18 (VPN/PO), 22/14 (PPN/PO) b: 24/16, 20/16 c: 26/14, 22/14 d: 26/14, 26/10 e: 28/12, 24/12! CS61C L35 Virtual Memory III (12)

(1/3) Answer 40-bit virtual address, 16 KB page Virtual Page Number (26 bits)" 36-bit physical address Physical Page Number (22 bits)" Page Offset (14 bits)" Page Offset (14 bits)" Number of bits in Virtual Page Number/Page offset, Physical Page Number/Page offset?!a: 22/18 (VPN/PO), 22/14 (PPN/PO) b: 24/16, 20/16 c: 26/14, 22/14 d: 26/14, 26/10 e: 28/12, 24/12! CS61C L35 Virtual Memory III (13)

Question (2/3): 40b VA, 36b PA 2-way set-assoc. TLB, 512 entries: TLB Tag (? bits)" TLB Index (? bits)" TLB Entry: Valid bit, Dirty bit, Access Control (say 2 bits), Physical Page Number V" D" Access (2 bits)" TLB Tag (? bits)" Page Offset (14 bits)" Physical Page No. (? bits)" Number of bits in TLB Tag / Index / Entry?!a: 12 / 14 / 38 (TLB Tag / Index / Entry) b: 14 / 12 / 40 c: 18 / 8 / 44 d: 17 / 9 / 43 e: 18 / 8 / 58! CS61C L35 Virtual Memory III (14)

(2/3) Answer 2-way set-assoc data cache, 256 (28) sets, 2 TLB entries per set è 8 bit index TLB Tag (18 bits)" TLB Index (8 bits)" Virtual Page Number (26 bits)" Page Offset (14 bits)" TLB Entry: Valid bit, Dirty bit, Access Control (2 bits), Virtual Page Number, Physical Page Number V" D" Access (2 bits)" TLB Tag (18 bits)" Physical Page No. (22 bits)"!a: 12 / 14 / 38 (TLB Tag / Index / Entry) b: 14 / 12 / 40 c: 18 / 8 / 44 d: 17 / 9 / 43 e: 18 / 8 / 58! CS61C L35 Virtual Memory III (15)

Question (3/3) 2-way set-assoc, 64KB data cache, 64B block Cache Tag (? bits)" Cache Index (? bits)" Physical Address (36 bits)" Block Offset (? bits)" Data Cache Entry: Valid bit, Dirty bit, Cache tag +? bits of Data V" D" Cache Tag (? bits)" Cache Data (? bits)" Number of bits in Data cache Tag / Index / Offset / Entry?!a: 12 / 9 / 14 / 87 (Tag/Index/Offset/Entry) b: 20 / 10 / 6 / 86 c: 20 / 10 / 6 / 534 d: 21 / 9 / 6 / 87 e: 21 / 9 / 6 / 535! CS61C L35 Virtual Memory III (16)

(3/3) Answer 2-way set-assoc data cache, 64K/1K (2 10 ) sets, 2 entries per sets => 9 bit index Cache Tag (21 bits)" Cache Index (9 bits)" Physical Address (36 bits)" Block Offset (6 bits)" Data Cache Entry: Valid bit, Dirty bit, Cache tag + 64 Bytes of Data V" D" Cache Tag (21 bits)" Cache Data (64 Bytes = 512 bits)"!a: 12 / 9 / 14 / 87 (Tag/Index/Offset/Entry) b: 20 / 10 / 6 / 86 c: 20 / 10 / 6 / 534 d: 21 / 9 / 6 / 87 e: 21 / 9 / 6 / 535! CS61C L35 Virtual Memory III (17)

Virtual Memory Summary User program view: ú Contiguous ú Start from some set address ú Infinitely large ú Is the only running program Reality: ú Non-contiguous ú Start wherever available memory is ú Finite size ú Many programs running at a time Virtual memory provides: ú illusion of contiguous memory ú all programs starting at same set address ú illusion of ~ infinite memory (232 or 264 bytes) ú Protection, Sharing Implementation: ú Divide memory into chunks (pages) ú OS controls page table that maps virtual into physical addresses ú memory as a cache for disk ú TLB is a cache for the page table

Bonus slides These are extra slides that used to be included in lecture notes, but have been moved to this, the bonus area to serve as a supplement. The slides will appear in the order they would have in the normal presentation CS61C L35 Virtual Memory III (19)

4 Qs for any Memory Hierarchy Q1: Where can a block be placed? ú One place (direct mapped) ú A few places (set associative) ú Any place (fully associative) Q2: How is a block found? ú Indexing (as in a direct-mapped cache) ú Limited search (as in a set-associative cache) ú Full search (as in a fully associative cache) ú Separate lookup table (as in a page table) Q3: Which block is replaced on a miss? ú Least recently used (LRU) ú Random Q4: How are writes handled? ú Write through (Level never inconsistent w/lower) ú Write back (Could be dirty, must have dirty bit) CS61C L35 Virtual Memory III (20)

Q1: Where block placed in upper level? Block #12 placed in 8 block cache: ú Fully associative ú Direct mapped ú 2-way set associative Set Associative Mapping = Block # Mod # of Sets Block no. 0 1 2 3 4 5 6 7 Block no. 0 1 2 3 4 5 6 7 Block no. 0 1 2 3 4 5 6 7 Fully associative: block 12 can go anywhere Direct mapped: block 12 can go only into block 4 (12 mod 8) Set Set Set Set 0 1 2 3 Set associative: block 12 can go anywhere in set 0 (12 mod 4) CS61C L35 Virtual Memory III (21)

Q2: How is a block found in upper level? Tag Block Address Index Block offset Set Select Data Select Direct indexing (using index and block offset), tag compares, or combination Increasing associativity shrinks index, expands tag CS61C L35 Virtual Memory III (22)

Q3: Which block replaced on a miss? Easy for Direct Mapped Set Associative or Fully Associative: ú Random ú LRU (Least Recently Used) Miss Rates Associativity: 2-way 4-way 8-way Size LRU Ran LRU Ran LRU Ran 16 KB 5.2% 5.7% 4.7% 5.3% 4.4% 5.0% 64 KB 1.9% 2.0% 1.5% 1.7% 1.4% 1.5% 256 KB 1.15% 1.17% 1.13% 1.13% 1.12% 1.12% CS61C L35 Virtual Memory III (23)

Q4: What to do on a write hit? Write-through ú update the word in cache block and corresponding word in memory Write-back ú update word in cache block ú allow memory word to be stale ú => add dirty bit to each line indicating that memory be updated when block is replaced ú => OS flushes cache before I/O!!! Performance trade-offs? ú WT: read misses cannot result in writes ú WB: no writes of repeated writes CS61C L35 Virtual Memory III (24)