US20240193097A1 - Accessing a Cache Based on an Address Translation Buffer Result - Google Patents

Accessing a Cache Based on an Address Translation Buffer Result Download PDF

Info

Publication number
US20240193097A1
US20240193097A1 US18/064,155 US202218064155A US2024193097A1 US 20240193097 A1 US20240193097 A1 US 20240193097A1 US 202218064155 A US202218064155 A US 202218064155A US 2024193097 A1 US2024193097 A1 US 2024193097A1
Authority
US
United States
Prior art keywords
cache
instruction
level
data
memory request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US18/064,155
Inventor
Jagadish B. Kotra
John Kalamatianos
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced Micro Devices Inc
Original Assignee
Advanced Micro Devices Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advanced Micro Devices Inc filed Critical Advanced Micro Devices Inc
Priority to US18/064,155 priority Critical patent/US20240193097A1/en
Assigned to ADVANCED MICRO DEVICES, INC. reassignment ADVANCED MICRO DEVICES, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KOTRA, JAGADISH B, KALAMATIANOS, JOHN
Publication of US20240193097A1 publication Critical patent/US20240193097A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0888Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using selective caching, e.g. bypass
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0893Caches characterised by their organisation or structure
    • G06F12/0897Caches characterised by their organisation or structure with two or more cache hierarchy levels
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1027Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB]
    • G06F12/1045Address translation using associative or pseudo-associative address translation means, e.g. translation look-aside buffer [TLB] associated with a data cache

Definitions

  • Many computing devices have a memory system that includes a main memory and a cache, which is typically smaller but faster than the main memory.
  • a memory request is made, the device attempts to satisfy the request using the cache. If the attempt to satisfy the request using the cache fails, the device satisfies the request using the main memory.
  • FIG. 1 is an illustration of a non-limiting example system that is operable to employ the accessing a cache based on an address translation buffer result described herein.
  • FIG. 2 is an illustration of operation of an example system in the event of a translation lookaside buffer miss.
  • FIG. 3 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 4 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 5 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 6 is a flow diagram depicting a procedure in an example implementation of identifying memory system sensitivity to timing parameters.
  • main memory and a cache, which is typically a smaller but faster memory than the main memory.
  • Memory requests e.g., load and store memory requests
  • cache miss not all requests are satisfied by a cache because the requested data or instruction is not available in the cache, which is referred to as a cache miss.
  • a cache miss increases the latency for satisfying the request because time is expended checking whether the request is satisfiable by the cache only to find out that the request is not satisfiable by the cache.
  • TLB translation lookaside buffer
  • Examples of actions that are performed in various implementations in response to a TLB miss include bypassing level 1 (L1) and level 2 (L2) caches in the memory system, and speculatively sending the memory request to the L2 cache while checking whether the memory request is satisfied by the L1 cache.
  • L1 level 1
  • L2 level 2
  • the techniques discussed herein take advantage of an observation that the data or instruction to satisfy a memory request that results in a TLB miss is typically not in the cache (e.g., not in the L1 or the L2 cache). Accordingly, taking one or more of the actions discussed above in response to a TLB miss reduces data access latencies as well as energy expenditures for memory requests (e.g., load and store memory requests for data or instructions).
  • the data access latency (as well as energy expenditure) for the majority of memory requests when there is a TLB miss is reduced because time and power is not expended checking whether the request is satisfied by the L1 or L2 cache only to find out that the request cannot be satisfied by the L1 or L2 cache.
  • the data access latency for the majority of memory requests when there is a TLB miss is reduced because whether the memory request is satisfied by the L2 cache is checked without waiting to determine whether the memory request is satisfied by the L1 cache.
  • the techniques discussed herein expedite the execution of other instructions because resources of the caches are not being expended. For example, if a memory request is bypassing the L1 and L2 caches, the bandwidth used to access the L1 and L2 caches is usable for other requests (e.g., that resulted in TLB hits) and need not be expended on the requests that are unlikely to be satisfied by the L1 and L2 caches (e.g., the requests that are bypassing the L1 and L2 caches).
  • the techniques described herein relate to a method including: receiving a memory request targeting a virtual address, translating the virtual address to a physical address, and accessing a cache based on whether the translation resulted in a translation lookaside buffer miss.
  • the techniques described herein relate to a method, wherein the accessing includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a method, wherein the cache includes a level 1 cache and the accessing further includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a method, wherein the accessing further includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a method, wherein the cache includes a level 1 cache and the accessing includes, in response to the translation lookaside buffer miss: checking whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively sending the memory request to a level 2 cache.
  • the techniques described herein relate to a method, further including: transmitting, to a cache controller corresponding to the cache and in response to the translation resulting in the translation lookaside buffer miss, a memory request having a long-latency bit set to indicate to bypass the cache.
  • the techniques described herein relate to a device, including: a cache, a translation lookaside buffer hierarchy to translate a virtual address targeted by a memory request to a physical address, the translation lookaside buffer hierarchy including at least one translation lookaside buffer, and a cache controller, coupled to the cache and the translation lookaside buffer hierarchy, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
  • the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively send the memory request to a level 2 cache.
  • the techniques described herein relate to a device, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
  • the techniques described herein relate to a device, wherein the device includes a computing device, and the computing device further includes a system memory.
  • the techniques described herein relate to a device, including: a translation lookaside buffer hierarchy, including at least one translation lookaside buffer, to translate a virtual address targeted by a memory request to a physical address, and a cache system, including at least one cache, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
  • the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively send the memory request to a level 2 cache.
  • the techniques described herein relate to a device, wherein the cache includes a level 2 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 2 cache, and speculatively send the memory request to a level 3 cache.
  • the techniques described herein relate to a device, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
  • FIG. 1 is an illustration of a non-limiting example system 100 that is operable to employ the accessing a cache based on an address translation buffer result described herein.
  • the system 100 includes various components including a central processing unit (CPU) pipeline 102 , a TLB hierarchy 104 , a cache system 106 , and a system memory 108 .
  • the system 100 supports virtual memory, which refers to programs running in the system 100 being allocated a range of virtual memory in a virtual memory space.
  • the system 100 maps virtual addresses that are in the virtual memory space to physical addresses in the physical memory (e.g., system memory 108 ).
  • the system 100 also transfers data stored in portions (also referred to as pages) of physical memory to and from a storage device (not shown), such as a hard drive or solid-state drive, as needed, a process oftentimes referred to as paging.
  • the CPU pipeline 102 includes one or more of various components of a processor core that issue memory requests, such as read requests and store requests. Examples of such components include an arithmetic logic unit (ALU), a control unit (CU), a load-store unit (LSU), and so forth.
  • the TLB hierarchy 104 includes at least one TLB and a module or controller that translates virtual address to physical addresses in the event of a TLB miss, a process oftentimes referred to as a page walk.
  • the cache system 106 includes at least one cache.
  • Each cache is memory that is typically faster than the system memory 108 .
  • Each cache is, for example, an instruction cache, a data cache, or a combination thereof (e.g., a unified cache).
  • the system memory 108 is any of a variety of volatile memory, such as dynamic random access memory (DRAM). Additionally or alternatively, the system memory 108 is any of a variety of nonvolatile memory, such as resistive random access memory (e.g., memristors).
  • the system 100 is implementable in any of a variety of different types of computing devices that include or use virtual memory.
  • the system 100 is implementable in a smartphone or other wireless phone, a tablet or phablet computer, a notebook computer (e.g., netbook or ultrabook), a laptop computer, a wearable device (e.g., a smartwatch, an augmented reality headset or device, a virtual reality headset or device), an entertainment device (e.g., a gaming console, a portable gaming device, a streaming media player, a digital video recorder, a music or other audio playback device, a television), an Internet of Things (IOT) device, an automotive computer, and so forth.
  • IOT Internet of Things
  • FIG. 2 is an illustration of operation of an example system 200 in the event of a TLB miss.
  • the system 200 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102 , the TLB hierarchy 104 , the cache system 106 , and the system memory 108 .
  • the CPU pipeline 102 issues memory requests, such as load requests (also referred to as load instructions) to read data or instructions from memory and store requests (also referred to as store instructions) to store or save data or instructions to memory.
  • load requests also referred to as load instructions
  • store requests also referred to as store instructions
  • a memory request targets a virtual address and the CPU pipeline 102 issues an address translation request 202 to the TLB hierarchy 104 .
  • the TLB hierarchy 104 includes a TLB controller 204 that receives the address translation request 202 , which includes the virtual address targeted by the memory request that the CPU pipeline 102 is going to issue.
  • the TLB controller 204 accesses one or both of an L1 TLB 206 and an L2 TLB 208 .
  • the L1 TLB 206 is a smaller but faster memory than the L2 TLB 208 .
  • the TLB controller 204 returns an address translation response 210 to the CPU pipeline 102 that is dependent on whether a translation for the virtual address received in the address translation request 202 is available in the L1 TLB 206 or the L2 TLB 208 .
  • the TLB controller 204 If the virtual address is available in the L1 TLB 206 or the L2 TLB 208 , also referred to as a TLB hit, then the TLB controller 204 returns an indication of a TLB hit and the physical address, from the L1 TLB 206 or the L2 TLB 208 , that corresponds to the virtual address. If the virtual address is not available in the L1 TLB 206 or the L2 TLB 208 , also referred to as a TLB miss, then the TLB controller 204 performs a page walk to convert the virtual address to a physical address. The TLB controller 204 then an indication of a TLB miss as well as the physical address obtained via the page walk.
  • the CPU pipeline 102 issues a bypass memory request 212 that targets the physical address obtained from the TLB hierarchy 104 .
  • the bypass memory request 212 is similar to a conventional memory request but differs in that the bypass memory request 212 includes an indication of whether to bypass at least one cache in the cache system 106 .
  • Bypassing a cache refers to no check being made as to whether the data or instruction at the physical address is stored in the cache (e.g., and thus no check as to whether the memory request is satisfiable by the cache).
  • the indication is a bit, e.g., referred to as a long-latency bit.
  • the CPU pipeline 102 indicates to bypass at least one cache (e.g., sets the long-latency bit to one value, such as “1”) if the address translation request 202 resulted in a TLB miss (e.g., the TLB hierarchy 104 incurred a page walk). However, the CPU pipeline 102 indicates to not bypass any cache (e.g., sets the long-latency bit to another value, such as “0”) if the address translation request 202 resulted in a TLB hit (e.g., the TLB hierarchy 104 did not incur a page walk).
  • the indication of whether to bypass at least one cache in the cache system 106 is implementable in any of a variety of manners using different bits, instructions, signaling, and so forth.
  • the bypass memory request 212 bypasses an L1 cache 214 and an L2 cache 216 , and the memory request is received by an L3 cache controller 218 .
  • the L3 cache controller 218 operates in a conventional manner to check whether the requested data or instruction is stored in an L3 cache 220 .
  • the cache system 106 is implementable in any of a variety of different manners to bypass the L1 cache 214 and the L2 cache 216 . It should be noted that although each cache is illustrated in the example system 200 as having a corresponding cache controller, additionally or alternatively, a single cache controller controls multiple caches.
  • Each bypass memory request will allocate a miss status handling register (MSHR) at the L1 and L2 levels (e.g., one MSHR per cache level being bypassed) without entering the L1 cache controller 222 or the L2 cache controller 224 to perform a tag lookup.
  • the MSHRs are allocated to allow checking for whether a cache miss to the same block is already pending and avoid generating a new request if a cache miss to the same block is already pending.
  • the MSHRs are allocated by the CPU pipeline 102 (e.g., an LSU). Additionally or alternatively, the MSHRs are allocated by another component or module, such as the L1 cache controller 222 and the L2 cache controller 224 .
  • an L1 cache controller 222 receives the bypass memory request 212 , and in response sends the bypass memory request 212 to an L2 cache controller 224 .
  • the L1 cache controller 222 makes no check as to whether the requested data or instruction is in the L1 cache 214 .
  • the L1 cache controller 222 is able to replay (e.g., forward to the L2 cache controller 224 ) the bypass memory request 212 without scheduling it on the L1 cache 214 pipeline as the bypass memory request 212 has reserved an MSHR due to the TLB miss.
  • the L2 cache controller 224 receives the bypass memory request 212 from the L1 cache controller 222 and in response sends a memory request 226 to the L3 cache controller 218 .
  • the L2 cache controller 224 makes no check as to whether the requested data or instruction is in the L2 cache 216 .
  • the L2 cache controller 224 is able to forward the memory request 226 to the L3 cache controller 218 without scheduling it on the L2 cache 216 pipeline as the bypass memory request 212 has reserved an MSHR due to the TLB miss.
  • the memory request 226 is, for example, the same as the bypass memory request 212 except that the long-latency bit in the memory request 226 is not set.
  • the L2 cache controller 224 clears the long-latency bit in the bypass memory request 212 before forwarding the memory request 226 to the L3 cache controller 218 . Additionally or alternatively, the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218 , the system memory 108 , a system probe filter (SPF) 228 , and so forth).
  • the L3 cache controller 218 the system memory 108 , a system probe filter (SPF) 228 , and so forth.
  • SPPF system probe filter
  • the system 200 operates in a conventional manner to satisfy the memory request 226 .
  • the L3 shadow tag macro (STM) 230 is looked up in parallel to the L3 cache 220 lookup, to determine whether a cache line corresponding to the physical address is present in the private L1 or L2 cache of another core of the same core complex die (CCD).
  • STM shadow tag macro
  • the L3 cache controller 218 forwards the memory request 226 to the SPF 228 to determine whether the cache line corresponding to the physical address is present in some other CCD. If the cache line corresponding to the physical address is present in some other CCD (an SPF hit), the SPF 228 obtains the cache line from the other CCD and returns the cache line 232 to the L3 cache controller 218 .
  • the SPF 228 sends the memory request 226 to the system memory 108 , which returns the cache line 234 to the SPF 228 , which in turn returns the cache line (e.g., illustrated as cache line 232 ) to the L3 cache controller 218 .
  • the SPF 228 sends the memory request 226 to the system memory 108 speculatively while waiting to determine whether or not the cache line corresponding to the physical address is present in some other CCD (e.g., whether there is an SPF hit or an SPF miss).
  • the STM 230 if the STM 230 lookup indicates that the cache line corresponding to the physical address is present in the private L1 or L2 cache of the same core (e.g., an STM hit), then the cache line corresponding to the physical address is present in the L2 cache 216 . Accordingly, the STM 230 sends an STM hit to the L3 cache controller 218 . In response to the STM hit, the cache controller 218 deallocates the L3 MSHR for the memory request and issues an L2 cache 216 lookup, just as if the memory request received from the L1 cache controller did not indicate to bypass the L2 cache 216 .
  • the request is sent back to the L1 cache controller 222 to wake up the memory request while at the same time the L1 cache controller 222 and the L2 cache controller 224 free the L1 and L2 MSHRs, respectively.
  • the flow is the same as if there were an L2 miss but the cache line corresponding to the physical address is present in the L2 cache of the same CCD.
  • bypass memory request 212 being sent to the L1 cache controller 222 and the L2 cache controller 224 . Additionally or alternatively, the bypass memory request 212 is sent to neither the L1 cache controller 222 nor the L2 cache controller 224 , and is sent by the CPU pipeline 102 (e.g., an LSU) directly to the L3 cache controller 218 .
  • the CPU pipeline 102 e.g., an LSU
  • example system 200 illustrates a TLB miss.
  • the system 200 operates in a conventional manner.
  • the long-latency bit of the memory request issued by the CPU pipeline 102 indicates to not bypass any cache, and the L1 cache is checked to see if the memory request is satisfiable by the L1 cache, and the L2 cache (if the memory request is not satisfiable by the L1 cache) is checked to see if the memory request is satisfiable by the L2 cache.
  • system 200 is only an example and in one or more implementations all components illustrated in FIG. 2 need not be included in the system 200 .
  • the STM 230 need not be included in the system 200 .
  • the SPF 228 need not be included in the system 200 .
  • the cache system 106 only one cache level, then the bypass memory request would bypass that cache level and the memory request would be sent directly to the system memory 108 .
  • FIG. 3 is an illustration of operation of an example system 300 in the event of a TLB miss.
  • the system 300 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102 , the TLB hierarchy 104 , the cache system 106 , and the system memory 108 .
  • the operation of the example system 300 is analogous to the operation of the example system 200 of FIG. 3 , except that the operation of the example system 300 differs in that the L3 cache level is also bypassed.
  • the L3 cache controller 218 receives the bypass memory request 212 , and in response sends the memory request 226 to the SPF 228 .
  • the L3 cache controller 218 makes no check as to whether the requested data or instruction is in the L3 cache 220 .
  • the L3 cache controller 218 is able to replay (e.g., forward to the SPF 228 ) the memory request 226 without scheduling it on the L3 cache 220 pipeline as the bypass memory request 212 has reserved an MSHR at the L3 level due to the TLB miss.
  • the L3 cache controller 218 makes no check as to whether the requested data or instruction is in the L3 cache 220 , the STM 230 lookup is still performed as discussed above with respect to the example system 200 .
  • FIG. 4 is an illustration of operation of an example system 400 in the event of a TLB miss.
  • the system 400 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102 , the TLB hierarchy 104 , the cache system 106 , and the system memory 108 .
  • the operation of the example system 400 is analogous to the operation of the example system 200 of FIG. 2 , except that the operation of the example system 400 differs in that memory requests are speculatively sent to the next level cache rather than bypassing the current level cache.
  • MSHRs are not allocated in response to a TLB hit for cache levels that are bypassed. Rather, a cache level is checked while the memory request is speculatively sent to the next cache level. At each cache level, if the data or instruction corresponding to the physical address is not included in the cache, an MSHR is allocated for that level.
  • the CPU pipeline 102 issues a speculative memory request 402 that targets the physical address obtained from the TLB hierarchy 104 .
  • the speculative memory request 402 is similar to a conventional memory request but differs in that the speculative memory request 402 includes an indication of whether to speculatively access at least one cache in the cache system 106 .
  • Speculatively accessing a cache refers to speculatively sending the request to the next cache level as the cache is being checked to see whether the requested data or instruction is satisfied by the cache.
  • the indication is a bit, e.g., a long-latency bit.
  • the CPU pipeline 102 indicates to speculatively access at least one cache (e.g., sets the long-latency bit to one value, such as “1”) if the address translation request 202 resulted in a TLB miss (e.g., the TLB hierarchy 104 incurred a page walk). However, the CPU pipeline 102 indicates to not speculatively access at least one cache (e.g., sets the long-latency bit to another value, such as “0”) if the address translation request 202 resulted in a TLB hit (e.g., the TLB hierarchy 104 did not incur a page walk).
  • a cache e.g., sets the long-latency bit to one value, such as “1”
  • the indication of whether to speculatively access at least one cache in the cache system 106 is implementable in any of a variety of manners using different bits, instructions, signaling, and so forth.
  • the L1 cache controller 222 and the L2 cache controller 224 receive the speculative memory request 402 from the CPU pipeline 102 .
  • the request remains in the L1 cache controller 222 to complete a tag lookup in the L1 cache 214 . If the data or instruction corresponding to the physical address is not included in the L1 cache 214 (e.g., a cache miss), an MSHR is allocated for L1.
  • the memory request is satisfied by the L1 cache 214 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102 ) and the speculative requests issued to higher-level components (e.g., the L2 cache controller 224 , the L3 cache controller 218 , the SPF 228 , the system memory 108 ) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • higher-level components e.g., the L2 cache controller 224 , the L3 cache controller 218 , the SPF 228 , the system memory 108
  • the L2 cache controller 224 receives the speculative memory request 402 from the CPU pipeline 102 , and in response performs a tag lookup in the L2 cache 216 . If the data or instruction corresponding to the physical address is not included in the L2 cache 216 (e.g., a cache miss), an MSHR is allocated for L2 and the L2 cache controller 224 sends a memory request 226 to the L3 cache controller 218 . If the data or instruction corresponding to the physical address is included in the L2 cache 216 (e.g., a cache hit), then the memory request is satisfied by the L2 cache 216 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102 ).
  • the memory request 226 is, for example, the same as the speculative memory request 402 except that the long-latency bit in the memory request 226 is not set.
  • the L2 cache controller 224 clears the long-latency bit in the speculative memory request 402 before forwarding the memory request 226 to the L3 cache controller 218 .
  • the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218 , the system memory 108 , the SPF 228 , and so forth).
  • FIG. 5 is an illustration of operation of an example system 500 in the event of a TLB miss.
  • the system 500 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102 , the TLB hierarchy 104 , the cache system 106 , and the system memory 108 .
  • the operation of the example system 500 is analogous to the operation of the example system 400 of FIG. 4 , except that the operation of the example system 400 differs in that memory requests are speculatively sent to the L3 cache level as well.
  • the L2 cache controller 224 and the L3 cache controller 218 receive the speculative memory request 402 from the L1 cache controller 222 .
  • the request remains in the L2 cache controller 224 to complete a tag lookup in the L2 cache 216 . If the data or instruction corresponding to the physical address is not included in the L2 cache 216 (e.g., a cache miss), an MSHR is allocated for L2.
  • the memory request is satisfied by the L2 cache 216 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102 ) and the speculative requests issued to higher-level components (e.g., the L3 cache controller 218 , the SPF 228 , the system memory 108 ) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • the L3 cache controller 218 receives the speculative memory request 402 from the L1 cache controller 222 , and in response performs a tag lookup in the L3 cache 220 . If the data or instruction corresponding to the physical address is not included in the L3 cache 220 (e.g., a cache miss), an MSHR is allocated for L3 and the L3 cache controller 218 sends a memory request 226 to the SPF 228 .
  • the memory request is satisfied by the L3 cache 220 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102 ) and any speculative requests issued to higher-level components (e.g., the SPF 228 or the system memory 108 ) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • the memory request 226 is, for example, the same as the speculative memory request 402 except that the long-latency bit in the memory request 226 is not set.
  • the L3 cache controller 218 clears the long-latency bit in the speculative memory request 402 before forwarding the memory request 226 to the L3 cache controller 218 .
  • the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218 , the system memory 108 , the SPF 228 , and so forth).
  • the discussions herein include examples of bypassing one or more caches (e.g., one or more cache levels) or speculatively accessing one or more caches (e.g., one or more cache levels). Which caches to bypass or speculatively access is determined in any of a variety of different manners.
  • a cache is bypassed or speculatively accessed if there is less than a threshold chance (e.g., 5% or 10%) that the data or instruction will be in that cache if there was a TLB miss.
  • the chances of the data or instruction being in a cache if there was a TLB miss is determined in various manners, such as empirically.
  • a cache is bypassed or speculatively accessed based on the size of pages that the address translations correspond to. If the address translations correspond to small page sizes (e.g., 4 kilobytes (kB)), then the data or instructions stored at the translated physical addresses are less likely to be in lower level caches (e.g., the L1 cache or the L2 cache), but are more likely to be in higher level caches (e.g., the L3 cache or an L4 cache).
  • kB kilobytes
  • the address translations correspond to large page sizes (e.g., 2 megabyte (MB) or 1 gigabyte (GB))
  • the data or instructions stored at the translated physical addresses are less likely to be in lower level caches (e.g., the L1 cache or the L2 cache) as well as in higher level caches (e.g., the L3 cache or an L4 cache).
  • fewer caches are bypassed or speculatively accessed for smaller page sizes, and more caches are bypassed or speculatively accessed for larger page sizes.
  • FIG. 6 is a flow diagram 600 depicting a procedure in an example implementation of identifying memory system sensitivity to timing parameters.
  • the flow diagram 600 is performed by a system such as system 100 of FIG. 1 , system 200 of FIG. 2 , system 300 of FIG. 3 , system 400 of FIG. 4 , or system 500 of FIG. 5 .
  • a memory request targeting a virtual address is received (block 602 ).
  • Examples of such memory requests include store requests and load requests.
  • the virtual address is translated to a physical address (block 604 ).
  • This translation is performed, for example, using a TLB hierarchy, and includes accessing a TLB and optionally performing a page walk.
  • a cache is accessed based on whether the translation resulted in a TLB miss (block 606 ).
  • the cache is, for example, one or more caches (e.g., one or more cache levels) within a cache system.
  • accessing the cache includes bypassing, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address (block 608 ). Additionally or alternatively, accessing the cache includes both checking whether an instruction or data corresponding to the memory request is stored in the cache (block 610 ), and speculatively sending the memory request to a next level cache (block 612 ).
  • the various functional units illustrated in the figures and/or described herein are implemented in any of a variety of different manners such as hardware circuitry, software executing or firmware executing on a programmable processor, or any combination of two or more of hardware, software, and firmware.
  • the methods provided are implemented in any of a variety of devices, such as a general purpose computer, a processor, or a processor core.
  • Suitable processors include, by way of example, a general purpose processor, a special purpose processor, a conventional processor, a digital signal processor (DSP), a graphics processing unit (GPU), a parallel accelerated processor, a plurality of microprocessors, one or more microprocessors in association with a DSP core, a controller, a microcontroller, Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) circuits, any other type of integrated circuit (IC), and/or a state machine.
  • DSP digital signal processor
  • GPU graphics processing unit
  • ASICs Application Specific Integrated Circuits
  • FPGAs Field Programmable Gate Arrays
  • non-transitory computer-readable storage mediums include a read only memory (ROM), a random access memory (RAM), a register, cache memory, semiconductor memory devices, magnetic media such as internal hard disks and removable disks, magneto-optical media, and optical media such as CD-ROM disks, and digital versatile disks (DVDs).
  • ROM read only memory
  • RAM random access memory
  • register cache memory
  • semiconductor memory devices magnetic media such as internal hard disks and removable disks, magneto-optical media, and optical media such as CD-ROM disks, and digital versatile disks (DVDs).

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

Address translation is performed to translate a virtual address targeted by a memory request (e.g., a load or memory request for data or an instruction) to a physical address. This translation is performed using an address translation buffer, e.g., a translation lookaside buffer (TLB). One or more actions are taken to reduce data access latencies for memory requests in the event of a TLB miss where the virtual address to physical address translation is not in the TLB. Examples of actions that are performed in various implementations in response to a TLB miss include bypassing level 1 (L1) and level 2 (L2) caches in the memory system, and speculatively sending the memory request to the L2 cache while checking whether the memory request is satisfied by the L1 cache.

Description

    GOVERNMENT LICENSE RIGHTS
  • This invention was made with government support under contract number H98230-21-3-0001 awarded by the Department of Defense. The government has certain rights in the invention.
  • BACKGROUND
  • Many computing devices have a memory system that includes a main memory and a cache, which is typically smaller but faster than the main memory. When a memory request is made, the device attempts to satisfy the request using the cache. If the attempt to satisfy the request using the cache fails, the device satisfies the request using the main memory.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The detailed description is described with reference to the accompanying figures. Entities represented in the figures are indicative of one or more entities and thus reference is made interchangeably to single or plural forms of the entities in the discussion.
  • FIG. 1 is an illustration of a non-limiting example system that is operable to employ the accessing a cache based on an address translation buffer result described herein.
  • FIG. 2 is an illustration of operation of an example system in the event of a translation lookaside buffer miss.
  • FIG. 3 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 4 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 5 is an illustration of operation of another example system in the event of a translation lookaside buffer miss.
  • FIG. 6 is a flow diagram depicting a procedure in an example implementation of identifying memory system sensitivity to timing parameters.
  • DETAILED DESCRIPTION Overview
  • Many computer memory systems include a main memory and a cache, which is typically a smaller but faster memory than the main memory. Memory requests (e.g., load and store memory requests) that are satisfied by the cache typically have lower latency than memory requests satisfied by the main memory. However, not all requests are satisfied by a cache because the requested data or instruction is not available in the cache, which is referred to as a cache miss. A cache miss increases the latency for satisfying the request because time is expended checking whether the request is satisfiable by the cache only to find out that the request is not satisfiable by the cache.
  • The techniques discussed herein perform address translation to translate a virtual address targeted by a memory request (e.g., a load or memory request for data or an instruction) to a physical address. This translation is performed using an address translation buffer, typically referred to as a translation lookaside buffer (TLB). The TLB stores recent translations, allowing the translation to be returned more quickly. One or more actions are taken to reduce data access latencies for memory requests in situations where the virtual address to physical address translation is not in the TLB, which is typically referred to as a TLB miss. Examples of actions that are performed in various implementations in response to a TLB miss include bypassing level 1 (L1) and level 2 (L2) caches in the memory system, and speculatively sending the memory request to the L2 cache while checking whether the memory request is satisfied by the L1 cache.
  • The techniques discussed herein take advantage of an observation that the data or instruction to satisfy a memory request that results in a TLB miss is typically not in the cache (e.g., not in the L1 or the L2 cache). Accordingly, taking one or more of the actions discussed above in response to a TLB miss reduces data access latencies as well as energy expenditures for memory requests (e.g., load and store memory requests for data or instructions). For example, if the L1 and L2 caches are bypassed in response to a TLB miss for memory requests, the data access latency (as well as energy expenditure) for the majority of memory requests when there is a TLB miss is reduced because time and power is not expended checking whether the request is satisfied by the L1 or L2 cache only to find out that the request cannot be satisfied by the L1 or L2 cache. By way of another example, if memory requests are speculatively sent to the L2 cache while checking whether the memory request is satisfied by the L1 cache, the data access latency for the majority of memory requests when there is a TLB miss is reduced because whether the memory request is satisfied by the L2 cache is checked without waiting to determine whether the memory request is satisfied by the L1 cache.
  • Furthermore, the techniques discussed herein expedite the execution of other instructions because resources of the caches are not being expended. For example, if a memory request is bypassing the L1 and L2 caches, the bandwidth used to access the L1 and L2 caches is usable for other requests (e.g., that resulted in TLB hits) and need not be expended on the requests that are unlikely to be satisfied by the L1 and L2 caches (e.g., the requests that are bypassing the L1 and L2 caches).
  • In some aspects, the techniques described herein relate to a method including: receiving a memory request targeting a virtual address, translating the virtual address to a physical address, and accessing a cache based on whether the translation resulted in a translation lookaside buffer miss.
  • In some aspects, the techniques described herein relate to a method, wherein the accessing includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a method, wherein the cache includes a level 1 cache and the accessing further includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a method, wherein the accessing further includes bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a method, wherein the cache includes a level 1 cache and the accessing includes, in response to the translation lookaside buffer miss: checking whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively sending the memory request to a level 2 cache.
  • In some aspects, the techniques described herein relate to a method, further including: transmitting, to a cache controller corresponding to the cache and in response to the translation resulting in the translation lookaside buffer miss, a memory request having a long-latency bit set to indicate to bypass the cache.
  • In some aspects, the techniques described herein relate to a device, including: a cache, a translation lookaside buffer hierarchy to translate a virtual address targeted by a memory request to a physical address, the translation lookaside buffer hierarchy including at least one translation lookaside buffer, and a cache controller, coupled to the cache and the translation lookaside buffer hierarchy, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
  • In some aspects, the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively send the memory request to a level 2 cache.
  • In some aspects, the techniques described herein relate to a device, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
  • In some aspects, the techniques described herein relate to a device, wherein the device includes a computing device, and the computing device further includes a system memory.
  • In some aspects, the techniques described herein relate to a device, including: a translation lookaside buffer hierarchy, including at least one translation lookaside buffer, to translate a virtual address targeted by a memory request to a physical address, and a cache system, including at least one cache, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
  • In some aspects, the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein to access the cache includes to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
  • In some aspects, the techniques described herein relate to a device, wherein the cache includes a level 1 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 1 cache, and speculatively send the memory request to a level 2 cache.
  • In some aspects, the techniques described herein relate to a device, wherein the cache includes a level 2 cache and wherein to access the cache includes to, in response to the translation lookaside buffer miss: check whether an instruction or data corresponding to the memory request is stored in the level 2 cache, and speculatively send the memory request to a level 3 cache.
  • In some aspects, the techniques described herein relate to a device, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
  • FIG. 1 is an illustration of a non-limiting example system 100 that is operable to employ the accessing a cache based on an address translation buffer result described herein. The system 100 includes various components including a central processing unit (CPU) pipeline 102, a TLB hierarchy 104, a cache system 106, and a system memory 108. The system 100 supports virtual memory, which refers to programs running in the system 100 being allocated a range of virtual memory in a virtual memory space. The system 100 maps virtual addresses that are in the virtual memory space to physical addresses in the physical memory (e.g., system memory 108). The system 100 also transfers data stored in portions (also referred to as pages) of physical memory to and from a storage device (not shown), such as a hard drive or solid-state drive, as needed, a process oftentimes referred to as paging.
  • The CPU pipeline 102 includes one or more of various components of a processor core that issue memory requests, such as read requests and store requests. Examples of such components include an arithmetic logic unit (ALU), a control unit (CU), a load-store unit (LSU), and so forth. The TLB hierarchy 104 includes at least one TLB and a module or controller that translates virtual address to physical addresses in the event of a TLB miss, a process oftentimes referred to as a page walk.
  • The cache system 106 includes at least one cache. Each cache is memory that is typically faster than the system memory 108. Each cache is, for example, an instruction cache, a data cache, or a combination thereof (e.g., a unified cache). In one or more implementations, the system memory 108 is any of a variety of volatile memory, such as dynamic random access memory (DRAM). Additionally or alternatively, the system memory 108 is any of a variety of nonvolatile memory, such as resistive random access memory (e.g., memristors).
  • The system 100 is implementable in any of a variety of different types of computing devices that include or use virtual memory. For example, the system 100 is implementable in a smartphone or other wireless phone, a tablet or phablet computer, a notebook computer (e.g., netbook or ultrabook), a laptop computer, a wearable device (e.g., a smartwatch, an augmented reality headset or device, a virtual reality headset or device), an entertainment device (e.g., a gaming console, a portable gaming device, a streaming media player, a digital video recorder, a music or other audio playback device, a television), an Internet of Things (IOT) device, an automotive computer, and so forth.
  • FIG. 2 is an illustration of operation of an example system 200 in the event of a TLB miss. The system 200 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102, the TLB hierarchy 104, the cache system 106, and the system memory 108. The CPU pipeline 102 issues memory requests, such as load requests (also referred to as load instructions) to read data or instructions from memory and store requests (also referred to as store instructions) to store or save data or instructions to memory. A memory request targets a virtual address and the CPU pipeline 102 issues an address translation request 202 to the TLB hierarchy 104.
  • The TLB hierarchy 104 includes a TLB controller 204 that receives the address translation request 202, which includes the virtual address targeted by the memory request that the CPU pipeline 102 is going to issue. The TLB controller 204 accesses one or both of an L1 TLB 206 and an L2 TLB 208. In one or more implementations, the L1 TLB 206 is a smaller but faster memory than the L2 TLB 208. The TLB controller 204 returns an address translation response 210 to the CPU pipeline 102 that is dependent on whether a translation for the virtual address received in the address translation request 202 is available in the L1 TLB 206 or the L2 TLB 208. If the virtual address is available in the L1 TLB 206 or the L2 TLB 208, also referred to as a TLB hit, then the TLB controller 204 returns an indication of a TLB hit and the physical address, from the L1 TLB 206 or the L2 TLB 208, that corresponds to the virtual address. If the virtual address is not available in the L1 TLB 206 or the L2 TLB 208, also referred to as a TLB miss, then the TLB controller 204 performs a page walk to convert the virtual address to a physical address. The TLB controller 204 then an indication of a TLB miss as well as the physical address obtained via the page walk.
  • The CPU pipeline 102 issues a bypass memory request 212 that targets the physical address obtained from the TLB hierarchy 104. The bypass memory request 212 is similar to a conventional memory request but differs in that the bypass memory request 212 includes an indication of whether to bypass at least one cache in the cache system 106. Bypassing a cache refers to no check being made as to whether the data or instruction at the physical address is stored in the cache (e.g., and thus no check as to whether the memory request is satisfiable by the cache). In one or more implementations, the indication is a bit, e.g., referred to as a long-latency bit. The CPU pipeline 102 indicates to bypass at least one cache (e.g., sets the long-latency bit to one value, such as “1”) if the address translation request 202 resulted in a TLB miss (e.g., the TLB hierarchy 104 incurred a page walk). However, the CPU pipeline 102 indicates to not bypass any cache (e.g., sets the long-latency bit to another value, such as “0”) if the address translation request 202 resulted in a TLB hit (e.g., the TLB hierarchy 104 did not incur a page walk). Although examples are discussed herein with reference to the long-latency bit, it is to be appreciated that the indication of whether to bypass at least one cache in the cache system 106 is implementable in any of a variety of manners using different bits, instructions, signaling, and so forth.
  • In the example system 200, the bypass memory request 212 bypasses an L1 cache 214 and an L2 cache 216, and the memory request is received by an L3 cache controller 218. The L3 cache controller 218 operates in a conventional manner to check whether the requested data or instruction is stored in an L3 cache 220. The cache system 106 is implementable in any of a variety of different manners to bypass the L1 cache 214 and the L2 cache 216. It should be noted that although each cache is illustrated in the example system 200 as having a corresponding cache controller, additionally or alternatively, a single cache controller controls multiple caches.
  • Each bypass memory request will allocate a miss status handling register (MSHR) at the L1 and L2 levels (e.g., one MSHR per cache level being bypassed) without entering the L1 cache controller 222 or the L2 cache controller 224 to perform a tag lookup. The MSHRs are allocated to allow checking for whether a cache miss to the same block is already pending and avoid generating a new request if a cache miss to the same block is already pending. In one or more implementations, the MSHRs are allocated by the CPU pipeline 102 (e.g., an LSU). Additionally or alternatively, the MSHRs are allocated by another component or module, such as the L1 cache controller 222 and the L2 cache controller 224.
  • In one or more implementations, an L1 cache controller 222 receives the bypass memory request 212, and in response sends the bypass memory request 212 to an L2 cache controller 224. The L1 cache controller 222 makes no check as to whether the requested data or instruction is in the L1 cache 214. The L1 cache controller 222 is able to replay (e.g., forward to the L2 cache controller 224) the bypass memory request 212 without scheduling it on the L1 cache 214 pipeline as the bypass memory request 212 has reserved an MSHR due to the TLB miss.
  • The L2 cache controller 224 receives the bypass memory request 212 from the L1 cache controller 222 and in response sends a memory request 226 to the L3 cache controller 218. The L2 cache controller 224 makes no check as to whether the requested data or instruction is in the L2 cache 216. The L2 cache controller 224 is able to forward the memory request 226 to the L3 cache controller 218 without scheduling it on the L2 cache 216 pipeline as the bypass memory request 212 has reserved an MSHR due to the TLB miss. The memory request 226 is, for example, the same as the bypass memory request 212 except that the long-latency bit in the memory request 226 is not set. E.g., the L2 cache controller 224 clears the long-latency bit in the bypass memory request 212 before forwarding the memory request 226 to the L3 cache controller 218. Additionally or alternatively, the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218, the system memory 108, a system probe filter (SPF) 228, and so forth).
  • Once the memory request 226 is received at the L3 cache controller 218, the system 200 operates in a conventional manner to satisfy the memory request 226. The L3 shadow tag macro (STM) 230 is looked up in parallel to the L3 cache 220 lookup, to determine whether a cache line corresponding to the physical address is present in the private L1 or L2 cache of another core of the same core complex die (CCD).
  • If the STM 230 lookup and the L3 lookup indicate that the cache line corresponding to the physical address is not present in the private L1 or L2 cache of another core (e.g., an STM miss), the L3 cache controller 218 forwards the memory request 226 to the SPF 228 to determine whether the cache line corresponding to the physical address is present in some other CCD. If the cache line corresponding to the physical address is present in some other CCD (an SPF hit), the SPF 228 obtains the cache line from the other CCD and returns the cache line 232 to the L3 cache controller 218. If the cache line corresponding to the physical address is not present in some other CCD (an SPF miss), the SPF 228 sends the memory request 226 to the system memory 108, which returns the cache line 234 to the SPF 228, which in turn returns the cache line (e.g., illustrated as cache line 232) to the L3 cache controller 218. In one or more implementations, the SPF 228 sends the memory request 226 to the system memory 108 speculatively while waiting to determine whether or not the cache line corresponding to the physical address is present in some other CCD (e.g., whether there is an SPF hit or an SPF miss).
  • Returning to the STM 230, if the STM 230 lookup indicates that the cache line corresponding to the physical address is present in the private L1 or L2 cache of the same core (e.g., an STM hit), then the cache line corresponding to the physical address is present in the L2 cache 216. Accordingly, the STM 230 sends an STM hit to the L3 cache controller 218. In response to the STM hit, the cache controller 218 deallocates the L3 MSHR for the memory request and issues an L2 cache 216 lookup, just as if the memory request received from the L1 cache controller did not indicate to bypass the L2 cache 216. If the cache line resides in the L1 cache 214, then the request is sent back to the L1 cache controller 222 to wake up the memory request while at the same time the L1 cache controller 222 and the L2 cache controller 224 free the L1 and L2 MSHRs, respectively.
  • If the STM 230 lookup indicates that the cache line corresponding to the physical address is present in the L2 cache of another core, then the flow is the same as if there were an L2 miss but the cache line corresponding to the physical address is present in the L2 cache of the same CCD.
  • In the examples above, reference is made to the bypass memory request 212 being sent to the L1 cache controller 222 and the L2 cache controller 224. Additionally or alternatively, the bypass memory request 212 is sent to neither the L1 cache controller 222 nor the L2 cache controller 224, and is sent by the CPU pipeline 102 (e.g., an LSU) directly to the L3 cache controller 218.
  • The operation of example system 200 illustrates a TLB miss. Although not illustrated in system 200, in the event of a TLB hit the system 200 operates in a conventional manner. The long-latency bit of the memory request issued by the CPU pipeline 102 indicates to not bypass any cache, and the L1 cache is checked to see if the memory request is satisfiable by the L1 cache, and the L2 cache (if the memory request is not satisfiable by the L1 cache) is checked to see if the memory request is satisfiable by the L2 cache.
  • It should be noted that system 200 is only an example and in one or more implementations all components illustrated in FIG. 2 need not be included in the system 200. For example, if there are no other cores on the CCD, then the STM 230 need not be included in the system 200. By way of another example, if there are no other CCDs, then the SPF 228 need not be included in the system 200. By way of another example, if the cache system 106 only one cache level, then the bypass memory request would bypass that cache level and the memory request would be sent directly to the system memory 108.
  • FIG. 3 is an illustration of operation of an example system 300 in the event of a TLB miss. The system 300 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102, the TLB hierarchy 104, the cache system 106, and the system memory 108. The operation of the example system 300 is analogous to the operation of the example system 200 of FIG. 3 , except that the operation of the example system 300 differs in that the L3 cache level is also bypassed.
  • In one or more implementations, the L3 cache controller 218 receives the bypass memory request 212, and in response sends the memory request 226 to the SPF 228. The L3 cache controller 218 makes no check as to whether the requested data or instruction is in the L3 cache 220. The L3 cache controller 218 is able to replay (e.g., forward to the SPF 228) the memory request 226 without scheduling it on the L3 cache 220 pipeline as the bypass memory request 212 has reserved an MSHR at the L3 level due to the TLB miss.
  • Although the L3 cache controller 218 makes no check as to whether the requested data or instruction is in the L3 cache 220, the STM 230 lookup is still performed as discussed above with respect to the example system 200.
  • FIG. 4 is an illustration of operation of an example system 400 in the event of a TLB miss. The system 400 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102, the TLB hierarchy 104, the cache system 106, and the system memory 108. The operation of the example system 400 is analogous to the operation of the example system 200 of FIG. 2 , except that the operation of the example system 400 differs in that memory requests are speculatively sent to the next level cache rather than bypassing the current level cache.
  • As cache levels are not bypassed in the operation of example system 400, MSHRs are not allocated in response to a TLB hit for cache levels that are bypassed. Rather, a cache level is checked while the memory request is speculatively sent to the next cache level. At each cache level, if the data or instruction corresponding to the physical address is not included in the cache, an MSHR is allocated for that level.
  • The CPU pipeline 102 issues a speculative memory request 402 that targets the physical address obtained from the TLB hierarchy 104. The speculative memory request 402 is similar to a conventional memory request but differs in that the speculative memory request 402 includes an indication of whether to speculatively access at least one cache in the cache system 106. Speculatively accessing a cache refers to speculatively sending the request to the next cache level as the cache is being checked to see whether the requested data or instruction is satisfied by the cache. In one or more implementations, the indication is a bit, e.g., a long-latency bit. The CPU pipeline 102 indicates to speculatively access at least one cache (e.g., sets the long-latency bit to one value, such as “1”) if the address translation request 202 resulted in a TLB miss (e.g., the TLB hierarchy 104 incurred a page walk). However, the CPU pipeline 102 indicates to not speculatively access at least one cache (e.g., sets the long-latency bit to another value, such as “0”) if the address translation request 202 resulted in a TLB hit (e.g., the TLB hierarchy 104 did not incur a page walk). Although examples are discussed herein with reference to the long-latency bit, it is to be appreciated that the indication of whether to speculatively access at least one cache in the cache system 106 is implementable in any of a variety of manners using different bits, instructions, signaling, and so forth.
  • In one or more implementations, the L1 cache controller 222 and the L2 cache controller 224 receive the speculative memory request 402 from the CPU pipeline 102. The request remains in the L1 cache controller 222 to complete a tag lookup in the L1 cache 214. If the data or instruction corresponding to the physical address is not included in the L1 cache 214 (e.g., a cache miss), an MSHR is allocated for L1. If the speculation is incorrect and the data or instruction corresponding to the physical address is included in the L1 cache 214 (e.g., a cache hit), then the memory request is satisfied by the L1 cache 214 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102) and the speculative requests issued to higher-level components (e.g., the L2 cache controller 224, the L3 cache controller 218, the SPF 228, the system memory 108) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • In one or more implementations, the L2 cache controller 224 receives the speculative memory request 402 from the CPU pipeline 102, and in response performs a tag lookup in the L2 cache 216. If the data or instruction corresponding to the physical address is not included in the L2 cache 216 (e.g., a cache miss), an MSHR is allocated for L2 and the L2 cache controller 224 sends a memory request 226 to the L3 cache controller 218. If the data or instruction corresponding to the physical address is included in the L2 cache 216 (e.g., a cache hit), then the memory request is satisfied by the L2 cache 216 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102). The memory request 226 is, for example, the same as the speculative memory request 402 except that the long-latency bit in the memory request 226 is not set. E.g., the L2 cache controller 224 clears the long-latency bit in the speculative memory request 402 before forwarding the memory request 226 to the L3 cache controller 218. Additionally or alternatively, the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218, the system memory 108, the SPF 228, and so forth).
  • FIG. 5 is an illustration of operation of an example system 500 in the event of a TLB miss. The system 500 is an example of the system 100 of FIG. 1 , and includes the CPU pipeline 102, the TLB hierarchy 104, the cache system 106, and the system memory 108. The operation of the example system 500 is analogous to the operation of the example system 400 of FIG. 4 , except that the operation of the example system 400 differs in that memory requests are speculatively sent to the L3 cache level as well.
  • In one or more implementations, the L2 cache controller 224 and the L3 cache controller 218 receive the speculative memory request 402 from the L1 cache controller 222. The request remains in the L2 cache controller 224 to complete a tag lookup in the L2 cache 216. If the data or instruction corresponding to the physical address is not included in the L2 cache 216 (e.g., a cache miss), an MSHR is allocated for L2. If the speculation is incorrect and the data or instruction corresponding to the physical address is included in the L2 cache 216 (e.g., a cache hit), then the memory request is satisfied by the L2 cache 216 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102) and the speculative requests issued to higher-level components (e.g., the L3 cache controller 218, the SPF 228, the system memory 108) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • In one or more implementations, the L3 cache controller 218 receives the speculative memory request 402 from the L1 cache controller 222, and in response performs a tag lookup in the L3 cache 220. If the data or instruction corresponding to the physical address is not included in the L3 cache 220 (e.g., a cache miss), an MSHR is allocated for L3 and the L3 cache controller 218 sends a memory request 226 to the SPF 228. If the data or instruction corresponding to the physical address is included in the L3 cache 220 (e.g., a cache hit), then the memory request is satisfied by the L3 cache 220 (e.g., for a load request, data or instruction is returned back to the CPU pipeline 102) and any speculative requests issued to higher-level components (e.g., the SPF 228 or the system memory 108) are cancelled. Additionally or alternatively, a separate cancel signal flows down the cache hierarchy to explicitly stop the speculative requests.
  • The memory request 226 is, for example, the same as the speculative memory request 402 except that the long-latency bit in the memory request 226 is not set. E.g., the L3 cache controller 218 clears the long-latency bit in the speculative memory request 402 before forwarding the memory request 226 to the L3 cache controller 218. Additionally or alternatively, the long-latency bit is not cleared but is ignored by later controllers or modules involved in satisfying the memory request (e.g., the L3 cache controller 218, the system memory 108, the SPF 228, and so forth).
  • Returning to FIG. 1 , the discussions herein include examples of bypassing one or more caches (e.g., one or more cache levels) or speculatively accessing one or more caches (e.g., one or more cache levels). Which caches to bypass or speculatively access is determined in any of a variety of different manners. In one or more implementations, a cache is bypassed or speculatively accessed if there is less than a threshold chance (e.g., 5% or 10%) that the data or instruction will be in that cache if there was a TLB miss. The chances of the data or instruction being in a cache if there was a TLB miss is determined in various manners, such as empirically.
  • Additionally or alternatively, a cache is bypassed or speculatively accessed based on the size of pages that the address translations correspond to. If the address translations correspond to small page sizes (e.g., 4 kilobytes (kB)), then the data or instructions stored at the translated physical addresses are less likely to be in lower level caches (e.g., the L1 cache or the L2 cache), but are more likely to be in higher level caches (e.g., the L3 cache or an L4 cache). However, if the address translations correspond to large page sizes (e.g., 2 megabyte (MB) or 1 gigabyte (GB)), then the data or instructions stored at the translated physical addresses are less likely to be in lower level caches (e.g., the L1 cache or the L2 cache) as well as in higher level caches (e.g., the L3 cache or an L4 cache). Accordingly, in one or more implementations fewer caches are bypassed or speculatively accessed for smaller page sizes, and more caches are bypassed or speculatively accessed for larger page sizes.
  • FIG. 6 is a flow diagram 600 depicting a procedure in an example implementation of identifying memory system sensitivity to timing parameters. The flow diagram 600 is performed by a system such as system 100 of FIG. 1 , system 200 of FIG. 2 , system 300 of FIG. 3 , system 400 of FIG. 4 , or system 500 of FIG. 5 .
  • In this example, a memory request targeting a virtual address is received (block 602). Examples of such memory requests include store requests and load requests.
  • The virtual address is translated to a physical address (block 604). This translation is performed, for example, using a TLB hierarchy, and includes accessing a TLB and optionally performing a page walk.
  • A cache is accessed based on whether the translation resulted in a TLB miss (block 606). The cache is, for example, one or more caches (e.g., one or more cache levels) within a cache system. In one or more implementations, accessing the cache includes bypassing, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address (block 608). Additionally or alternatively, accessing the cache includes both checking whether an instruction or data corresponding to the memory request is stored in the cache (block 610), and speculatively sending the memory request to a next level cache (block 612).
  • The various functional units illustrated in the figures and/or described herein (including, where appropriate, the CPU pipeline 102, the TLB hierarchy 104, the cache system 106, and the system memory 108) are implemented in any of a variety of different manners such as hardware circuitry, software executing or firmware executing on a programmable processor, or any combination of two or more of hardware, software, and firmware. The methods provided are implemented in any of a variety of devices, such as a general purpose computer, a processor, or a processor core. Suitable processors include, by way of example, a general purpose processor, a special purpose processor, a conventional processor, a digital signal processor (DSP), a graphics processing unit (GPU), a parallel accelerated processor, a plurality of microprocessors, one or more microprocessors in association with a DSP core, a controller, a microcontroller, Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) circuits, any other type of integrated circuit (IC), and/or a state machine.
  • In one or more implementations, the methods and procedures provided herein are implemented in a computer program, software, or firmware incorporated in a non-transitory computer-readable storage medium for execution by a general purpose computer or a processor. Examples of non-transitory computer-readable storage mediums include a read only memory (ROM), a random access memory (RAM), a register, cache memory, semiconductor memory devices, magnetic media such as internal hard disks and removable disks, magneto-optical media, and optical media such as CD-ROM disks, and digital versatile disks (DVDs).
  • Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as example forms of implementing the claimed invention.

Claims (20)

What is claimed is:
1. A method comprising:
receiving a memory request targeting a virtual address;
translating the virtual address to a physical address; and
accessing a cache based on whether the translation resulted in a translation lookaside buffer miss.
2. The method of claim 1, wherein the accessing comprises bypassing, in response to the translation resulting in the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
3. The method of claim 2, wherein the cache comprises a level 1 cache and the accessing further comprises bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
4. The method of claim 3, wherein the accessing further comprises bypassing, in response to the translation resulting in the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
5. The method of claim 1, wherein the cache comprises a level 1 cache and the accessing comprises, in response to the translation lookaside buffer miss:
checking whether an instruction or data corresponding to the memory request is stored in the level 1 cache; and
speculatively sending the memory request to a level 2 cache.
6. The method of claim 1, further comprising:
transmitting, to a cache controller corresponding to the cache and in response to the translation resulting in the translation lookaside buffer miss, a memory request having a long-latency bit set to indicate to bypass the cache.
7. A device, comprising:
a cache;
a translation lookaside buffer hierarchy to translate a virtual address targeted by a memory request to a physical address, the translation lookaside buffer hierarchy including at least one translation lookaside buffer; and
a cache controller, coupled to the cache and the translation lookaside buffer hierarchy, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
8. The device of claim 7, wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
9. The device of claim 8, wherein the cache comprises a level 1 cache and wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
10. The device of claim 9, wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
11. The device of claim 7, wherein the cache comprises a level 1 cache and wherein to access the cache comprises to, in response to the translation lookaside buffer miss:
check whether an instruction or data corresponding to the memory request is stored in the level 1 cache; and
speculatively send the memory request to a level 2 cache.
12. The device of claim 7, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
13. The device of claim 7, wherein the device comprises a computing device, and the computing device further comprises a system memory.
14. A device, comprising:
a translation lookaside buffer hierarchy, including at least one translation lookaside buffer, to translate a virtual address targeted by a memory request to a physical address; and
a cache system, including at least one cache, to receive the memory request and access the cache based on whether the virtual address resulted in a translation lookaside buffer miss in the translation lookaside buffer hierarchy.
15. The device of claim 14, wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, the cache when retrieving data or an instruction from the physical address or storing the data or the instruction to the physical address.
16. The device of claim 15, wherein the cache comprises a level 1 cache and wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, a level 2 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
17. The device of claim 16, wherein to access the cache comprises to bypass, in response to the translation lookaside buffer miss, a level 3 cache when retrieving the data or the instruction from the physical address or storing the data or the instruction to the physical address.
18. The device of claim 14, wherein the cache comprises a level 1 cache and wherein to access the cache comprises to, in response to the translation lookaside buffer miss:
check whether an instruction or data corresponding to the memory request is stored in the level 1 cache; and
speculatively send the memory request to a level 2 cache.
19. The device of claim 14, wherein the cache comprises a level 2 cache and wherein to access the cache comprises to, in response to the translation lookaside buffer miss:
check whether an instruction or data corresponding to the memory request is stored in the level 2 cache; and
speculatively send the memory request to a level 3 cache.
20. The device of claim 14, wherein the memory request includes a long-latency bit set to indicate to bypass the cache.
US18/064,155 2022-12-09 2022-12-09 Accessing a Cache Based on an Address Translation Buffer Result Pending US20240193097A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/064,155 US20240193097A1 (en) 2022-12-09 2022-12-09 Accessing a Cache Based on an Address Translation Buffer Result

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US18/064,155 US20240193097A1 (en) 2022-12-09 2022-12-09 Accessing a Cache Based on an Address Translation Buffer Result

Publications (1)

Publication Number Publication Date
US20240193097A1 true US20240193097A1 (en) 2024-06-13

Family

ID=91380882

Family Applications (1)

Application Number Title Priority Date Filing Date
US18/064,155 Pending US20240193097A1 (en) 2022-12-09 2022-12-09 Accessing a Cache Based on an Address Translation Buffer Result

Country Status (1)

Country Link
US (1) US20240193097A1 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078790A1 (en) * 2002-10-22 2004-04-22 Youfeng Wu Methods and apparatus to manage mucache bypassing
US20060224857A1 (en) * 2005-03-29 2006-10-05 O'connor Dennis M Locking entries into translation lookaside buffers
US20070094476A1 (en) * 2005-10-20 2007-04-26 Augsburg Victor R Updating multiple levels of translation lookaside buffers (TLBs) field
US20090182944A1 (en) * 2008-01-10 2009-07-16 Miguel Comparan Processing Unit Incorporating L1 Cache Bypass
US20090216947A1 (en) * 2008-02-26 2009-08-27 International Business Machines Corporation System, method and processor for accessing data after a translation lookaside buffer miss
US7984263B2 (en) * 2007-12-14 2011-07-19 International Business Machines Corporation Structure for a memory-centric page table walker
US20130111132A1 (en) * 2010-07-28 2013-05-02 Rambus Inc. Cache Memory That Supports Tagless Addressing
US20130246708A1 (en) * 2012-03-15 2013-09-19 Oracle International Corporation Filtering pre-fetch requests to reduce pre-fetching overhead
US20150205724A1 (en) * 2014-01-20 2015-07-23 Honeywell International Inc. System and method of cache partitioning for processors with limited cached memory pools
US20170286151A1 (en) * 2016-03-29 2017-10-05 Imagination Technologies Limited Handling Memory Requests

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078790A1 (en) * 2002-10-22 2004-04-22 Youfeng Wu Methods and apparatus to manage mucache bypassing
US20060224857A1 (en) * 2005-03-29 2006-10-05 O'connor Dennis M Locking entries into translation lookaside buffers
US20070094476A1 (en) * 2005-10-20 2007-04-26 Augsburg Victor R Updating multiple levels of translation lookaside buffers (TLBs) field
US7984263B2 (en) * 2007-12-14 2011-07-19 International Business Machines Corporation Structure for a memory-centric page table walker
US20090182944A1 (en) * 2008-01-10 2009-07-16 Miguel Comparan Processing Unit Incorporating L1 Cache Bypass
US20090216947A1 (en) * 2008-02-26 2009-08-27 International Business Machines Corporation System, method and processor for accessing data after a translation lookaside buffer miss
US20130111132A1 (en) * 2010-07-28 2013-05-02 Rambus Inc. Cache Memory That Supports Tagless Addressing
US20130246708A1 (en) * 2012-03-15 2013-09-19 Oracle International Corporation Filtering pre-fetch requests to reduce pre-fetching overhead
US20150205724A1 (en) * 2014-01-20 2015-07-23 Honeywell International Inc. System and method of cache partitioning for processors with limited cached memory pools
US20170286151A1 (en) * 2016-03-29 2017-10-05 Imagination Technologies Limited Handling Memory Requests

Similar Documents

Publication Publication Date Title
US10203901B2 (en) Transparent hardware-assisted memory decompression
US8285969B2 (en) Reducing broadcasts in multiprocessors
US9274959B2 (en) Handling virtual memory address synonyms in a multi-level cache hierarchy structure
KR102448124B1 (en) Cache accessed using virtual addresses
US8250254B2 (en) Offloading input/output (I/O) virtualization operations to a processor
US8095734B2 (en) Managing cache line allocations for multiple issue processors
US9563568B2 (en) Hierarchical cache structure and handling thereof
US9311239B2 (en) Power efficient level one data cache access with pre-validated tags
US20150143045A1 (en) Cache control apparatus and method
KR102268601B1 (en) Processor for data forwarding, operation method thereof and system including the same
US8972664B2 (en) Multilevel cache hierarchy for finding a cache line on a remote node
US10310759B2 (en) Use efficiency of platform memory resources through firmware managed I/O translation table paging
US9003130B2 (en) Multi-core processing device with invalidation cache tags and methods
US20100332762A1 (en) Directory cache allocation based on snoop response information
CN112559433B (en) Multi-core interconnection bus, inter-core communication method and multi-core processor
US9639467B2 (en) Environment-aware cache flushing mechanism
US20210240631A1 (en) Cache memory device, system including the same, and method of operating the same
US20240193097A1 (en) Accessing a Cache Based on an Address Translation Buffer Result
US20070180157A1 (en) Method for cache hit under miss collision handling
US9824017B2 (en) Cache control apparatus and method
US20020188805A1 (en) Mechanism for implementing cache line fills
US9542318B2 (en) Temporary cache memory eviction
JP2019525327A (en) System and method for identifying pendency of memory access request by cache entry
US20240202116A1 (en) Method and Apparatus for Increasing Memory Level Parallelism by Reducing Miss Status Holding Register Allocation in Caches
US20240111425A1 (en) Tag and data configuration for fine-grained cache memory

Legal Events

Date Code Title Description
AS Assignment

Owner name: ADVANCED MICRO DEVICES, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KOTRA, JAGADISH B;KALAMATIANOS, JOHN;SIGNING DATES FROM 20221206 TO 20221208;REEL/FRAME:062046/0532

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED