edited by
19,952 views
51 votes
51 votes

In an instruction execution pipeline, the earliest that the data TLB (Translation Lookaside Buffer) can be accessed is:

  1. before effective address calculation has started

  2. during effective address calculation

  3. after effective address calculation has completed

  4. after data cache lookup has completed

edited by

7 Answers

Best answer
70 votes
70 votes

C is the answer here.

Effective address is the address after applying the addressing mode like indexed, immediate etc. But this resulting address is still the virtual address, the physical address is invisible to the CPU and will be given only by the MMU when given the corresponding virtual address. Virtual address is given for TLB look up. TLB -Translation Lookaside Buffer, here Lookaside means during Address translation (from Virtual to Physical). But virtual address must be there before we look into TLB.

https://gateoverflow.in/?qa=blob&qa_blobid=15279338060050073946

edited by
18 votes
18 votes
C as only after the calculation of Virtual address you can look up in the TLB
7 votes
7 votes

in case of indirect addressing mode.the flow will  be 

 [data from address field ] -> memory access-> TLB ->actual frame address ->data in that memory location -> back to processor->now this data is my effective address.

sir,so i think answer should be B.

Answer:

Related questions

19.8k
views
3 answers
40 votes
Kathleen asked Sep 12, 2014
19,834 views
The use of multiple register windows with overlap causes a reduction in the number of memory accesses for:Function locals and parametersRegister saves and restoresInstruction fetches ... $\text{I}, \text{II}$ and $\text{III}$
78.5k
views
14 answers
280 votes
Kathleen asked Sep 12, 2014
78,514 views
A processor uses $36$ bit physical address and $32$ bit virtual addresses, with a page frame size of $4$ Kbytes. Each page table entry is of size $4$ bytes. A three level page ... {20,20,20}$\text{24,24,24}$\text{24,24,20}$\text{25,25,24}$
8.8k
views
6 answers
32 votes
go_editor asked Apr 23, 2016
8,820 views
Consider a machine with a $2$-way set associative data cache of size $64$ Kbytes and block size $16$ bytes. The cache is managed using $32$ bit virtual addresses and ... $25\%$50\%$75\%$
16.2k
views
6 answers
62 votes
go_editor asked Apr 23, 2016
16,172 views
Consider a machine with a $2$-way set associative data cache of size $64$ Kbytes and block size $16$ bytes. The cache is managed using $32$ bit virtual addresses and the page size is ... }$\text{ARR[4][0]}$\text{ARR[0][5]}$\text{ARR[5][0]}$