Answered step by step
Verified Expert Solution
Question
1 Approved Answer
d) Now consider that we are executing one of these programs for the very first time. Assume we have a memory system with TLB, L1
d) Now consider that we are executing one of these programs for the very first time. Assume we have a memory system with TLB, L1 I-cache, L1 Dcache, L2 cache and 2-level Page Table Virtual Memory system. List all the steps that will/may happen as we load instructions or data from memory. You will also need to list the steps taken when target instructions or data are not in cache or page tables. i.e. the steps to handle misses. Load instructions 1. Read instruction: check TLB if instruction is in memory by looking up its virtual page number. 2. If virtual page number is not present in TLB, read miss. Check L1 page table to see if virtual page number is present
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started