WO2006039153A1 - Dynamic reconfiguration of cache memory - Google Patents

Dynamic reconfiguration of cache memory Download PDF

Info

Publication number
WO2006039153A1
WO2006039153A1 PCT/US2005/033671 US2005033671W WO2006039153A1 WO 2006039153 A1 WO2006039153 A1 WO 2006039153A1 US 2005033671 W US2005033671 W US 2005033671W WO 2006039153 A1 WO2006039153 A1 WO 2006039153A1
Authority
WO
WIPO (PCT)
Prior art keywords
cache
cache memory
utilization
determining
current utilization
Prior art date
Application number
PCT/US2005/033671
Other languages
French (fr)
Inventor
Michael L. Golden
Richard E. Klass
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 KR1020077007488A priority Critical patent/KR101136141B1/en
Priority to DE112005002672T priority patent/DE112005002672B4/en
Priority to CN2005800330956A priority patent/CN101048763B/en
Priority to JP2007534653A priority patent/JP4456154B2/en
Priority to GB0705275A priority patent/GB2432695B/en
Publication of WO2006039153A1 publication Critical patent/WO2006039153A1/en

Links

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/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0811Multiuser, multiprocessor or multiprocessing cache systems with multilevel cache hierarchies
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/26Power supply means, e.g. regulation thereof
    • G06F1/32Means for saving power
    • G06F1/3203Power management, i.e. event-based initiation of a power-saving mode
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • 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
    • 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/12Replacement control
    • G06F12/121Replacement control using replacement algorithms
    • G06F12/126Replacement control using replacement algorithms with special data handling, e.g. priority of data or instructions, handling errors or pinning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/10Providing a specific technical effect
    • G06F2212/1028Power efficiency
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/27Using a specific cache architecture
    • G06F2212/271Non-uniform cache access [NUCA] architecture
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This invention is related to the field of microprocessors and chip multiprocessors (CMP) and, more particularly, to reconfiguration of cache memory of a processor.
  • CMP chip multiprocessors
  • microprocessors typically include on-chip cache memory.
  • microprocessors include an on-chip hierarchical cache structure that may include level one (Ll), level two (L2) and in some cases a level three (L3) cache memory.
  • Ll level one
  • L2 level two
  • L3 level three
  • Typical cache hierarchies may employ a small fast Ll, cache that may be used to store the most frequently used cache lines.
  • the L2 may be a larger and possibly slower cache for storing cache lines that are accessed but don't fit in the Ll.
  • the L3 cache may be used to store cache lines are accessed but do not fit in the L2 cache. Having a cache hierarchy as described above may improve processor performance by reducing the latencies associated with memory access by the processor core.
  • CMPs chip multiprocessors
  • IC integrated circuit
  • CMPs include multiple processor cores, they may also include circuitry associated with each core.
  • a CMP may include an Ll and an L2 cache memory for each processor core. Accordingly, for the reasons described above relative to single core microprocessors, the power consumption and thermal budget of a CMP may still be high. Thus, it may be desirable to find ways to reduce power consumption while maintaining processor performance.
  • a processor includes a cache memory, such as an L2 cache, for example coupled to a cache monitor unit and a configuration unit.
  • the cache monitor unit may be configured to monitor a current utilization of the cache memory and to determine whether the current utilization is below a predetermined utilization value.
  • the configuration unit may selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that the current utilization is below the predetermined utilization value.
  • a processing node includes a plurality of processor cores each including a cache memory coupled to a cache monitor unit and to a configuration unit.
  • Each cache monitor unit may be configured to independently monitor a current utilization of the cache memory to which it is coupled and to determine whether the current utilization is below a predetermined utilization value.
  • the configuration unit may selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that a given current utilization is below the predetermined utilization value.
  • FIG. 1 is a block diagram of one embodiment of a computer system including a multi-core processing node and configurable cache memory.
  • FIG. 2 is a block diagram of another embodiment of a computer system including a multi-core processing node and configurable cache memory.
  • FIG. 3 is a flow diagram describing the operation of one embodiment of a processing node.
  • FIG. 4 is a block diagram of one embodiment of microprocessor including a single processor core and configurable cache memory.
  • J 7 IG. 5 is a flow diagram describing the operation of one embodiment of the microprocessor of FIG. 4.
  • FIG. 1 a block diagram of one embodiment of a computer system 10 is shown.
  • the computer system 10 includes a processing node 12 coupled to memory 14 and to peripheral devices 13A-13B.
  • the node 12 includes processor cores 15A-15B coupled to a node controller 20 which is further coupled to a memory controller 22 and a plurality of HyperTransportTM (HT) interface circuits 24A-24C.
  • the processor cores 15A-15B are also coupled to a shared level three (L3) cache memory 60, which is coupled to an L3 cache monitor 85 and a configuration unit 50.
  • L3 cache memory 60 shared level three
  • the HT circuit 24C is coupled to the peripheral device 16A, which is coupled to the peripheral device 16B in a daisy-chain configuration (using HT interfaces, in this embodiment).
  • the remaining HT circuits 24A-B may be connected to other similar processing nodes (not shown) via other HT interfaces (not shown).
  • the memory controller 22 is coupled to the memory 14.
  • node 12 may be a single integrated circuit chip comprising the circuitry shown therein in FIG. 1. That is, node 12 may be a chip multiprocessor (CMP). Any level of integration or discrete components may be used. It is noted that processing node 12 may include various other circuits that have been omitted for simplicity.
  • node controller 20 may include various interconnection circuits (not shown) for interconnecting processor cores 15A and 15B to each other, to other nodes and to memory.
  • Node controller 20 may also include sets of fuses (not shown) that may be selectively blown during the manufacturing process to represent a plurality of values.
  • various node properties that may be selected by the fuses. The properties include the maximum and minimum operating frequencies for the node and the maximum and minimum power supply voltages for the node.
  • the fuses may select processor-core specific properties.
  • the node controller 20 may generally be configured to route communications between the processor cores 15A-15B, the memory controller 22, and the HT circuits 24A-24C dependent upon the communication type, the address in the communication, etc.
  • the node controller 20 includes a system request queue (SRQ) into which received communications are written by the node controller 20.
  • SRQ system request queue
  • the node controller 20 may schedule communications from the SRQ for routing to the destination or destinations among the processor cores 15A-15B, the HT circuits 24A-24C, and the memory controller 22. Operation of the node 12 and its components will be discussed in more detail below.
  • the processor cores 15A-15B may use the interface(s) to the node controller 20 to communicate with other components of the computer system 10 (e.g. peripheral devices 16A-16B, other processor cores (not shown), the memory controller 22, etc.).
  • the interface may be designed in any desired fashion.
  • Cache coherent communication may be defined for the interface, in some embodiments.
  • communication on the interfaces between the node controller 20 and the processor cores 15A-15B may be in the form of packets similar to those used on the HT interfaces. In other embodiments, any desired communication may be used (e.g. transactions on a bus interface, packets of a different form, etc.).
  • the processor cores 15A-15B may share an interface to the node controller 20 (e.g. a shared bus interface).
  • the communications from the processor cores 15A-15B may include requests such as read operations (to read a memory location or a register external to the processor core) and write operations (to write a memory location or external register), responses to probes (for cache coherent embodiments), interrupt acknowledgements, and system management messages, etc.
  • the memory 14 may include any suitable memory devices.
  • a memory 14 may comprise one or more RAMBUS DRAMs (RDRAMs), synchronous DRAMs (SDRAMs), double data rate (DDR) SDRAM, static RAM, etc.
  • the memory controller 22 may comprise control circuitry for interfacing to the memories 14. Additionally, the memory controller 22 may include request queues for queuing memory requests, etc.
  • the HT circuits 24A-24C may comprise a variety of buffers and control circuitry for receiving packets from an HT link and for transmitting packets upon an HT link.
  • the HT interface comprises unidirectional links for transmitting packets. Each HT circuit 24A-24C may be coupled to two such links (one for transmitting and one for receiving).
  • a given HT interface may be operated in a cache coherent fashion (e.g. between processing nodes) or in a non-coherent fashion (e.g. to/from peripheral devices 16A-16B).
  • the HT circuits 24A-24B are not in use, and the HT circuit 24C is coupled via non-coherent links to the peripheral devices 16A- 16B.
  • the peripheral devices 16A-16B may be any type of peripheral devices.
  • the peripheral devices 16A-16B may include devices for communicating with another computer system to which the devices may be coupled (e.g. network interface cards, circuitry similar to a network interface card that is integrated onto a main circuit board of a computer system, or modems).
  • peripheral devices 16A-16B may include video accelerators, audio cards, hard or floppy disk drives or drive controllers, SCSI (Small Computer Systems Interface) adapters and telephony cards, sound cards, and a variety of data acquisition cards such as GPIB or field bus interface cards. It is noted that the term "peripheral device" is intended to encompass input/output (I/O) devices.
  • a processor core 15A-15B may include circuitry that is designed to execute instructions defined in a given instruction set architecture. That is, the processor core circuitry may be configured to fetch, decode, execute, and store results of the instructions defined in the instruction set architecture. For example, in one embodiment, processor cores 15A-15B may implement the x86 architecture.
  • the processor cores 15A-15B may comprise any desired configurations, including superpipelined, superscalar, or combinations thereof. Other configurations may include scalar, pipelined, non-pipelined, etc. Various embodiments may employ out of order speculative execution or in order execution.
  • the processor cores may include microcoding for one or more instructions or other functions, in combination with any of the above constructions. Various embodiments may implement a variety of other design features such as caches, translation lookaside buffers (TLBs), etc.
  • HT interface for communication between nodes and between a node and peripheral devices
  • other embodiments may use any desired interface or interfaces for either communication.
  • packet based interfaces may be used, bus interfaces may be used, various standard peripheral interfaces maybe used (e.g., peripheral component interconnect (PCI), PCI express, etc.), etc.
  • PCI peripheral component interconnect
  • PCI express PCI express
  • processor core 15A includes an L2 cache 17A.
  • processor core 15B includes an L2 cache 17B.
  • the respective L2 caches may be representative of any L2 cache found in a microprocessor.
  • the L2 caches 17A-17B may be implemented using a number of independently controllable memory blocks, as indicated by the dashed lines.
  • each of the blocks may include an independently controllable power grid. As such the power (VDD) supplied to each of the memory blocks may be independently removed or in some cases the voltage supplied to the blocks by the individual power grids may be independently lowered.
  • the L3 cache 60 may also be implemented using a number of independently controllable memory blocks, as indicated by the dashed lines, in which each of the blocks may include an independently controllable power grid.
  • the power (VDD) supplied to each of the memory blocks may be independently removed or in some cases VDD supplied to the blocks by the individual power grids may be independently lowered.
  • each of the respective L2 cache memories 17A- 17B are coupled to an L2 cache monitor unit 18A-18B, respectively and to a configuration unit 19A-19B, respectively.
  • each cache monitor unit e.g., 18A, 19A, 85
  • L2 cache monitor unit 18 A may monitor the utilization of L2 cache 17A.
  • each cache monitor unit includes circuits (e.g., 4OA, 4OB, 86) that may determine the current cache utilization and determine whether the current utilization is within a given utilization limit. More particularly, by way of example, cache monitor unit 18A may determine if the current utilization of L2 cache 17 A is below a predetermine threshold value. If so, the cache monitor unit 18 A may notify configuration unit 19 A.
  • configuration unit 19A includes one or more storages designated 42A such as programmable registers, for example, that may store values which correspond to various configuration preferences and states of the L2 cache 17A.
  • configuration unit 19A may be programmed to selectably enable or disable one or more of the independently controllable memory blocks of L2 cache 17A in response to the notification from the L2 cache monitor 18 A.
  • the values stored within storages 42A may determine whether the power grid for a given block may be turned off or the voltage lowered. For example, in certain cases such as when processor core performs a context switch, the L2 cache may not be used for the new thread or context.
  • Configuration unit 50 may be further configured to allow processor core 15A to share the L2 cache 17B of processor core 15B and vice versa dependent upon the configuration values stored within it For example, in response to cache monitor 4OA determining that the current utilization of L2 cache 17A is above an upper threshold value, configuration unit 42A may request access to L2 cache 17B.
  • configuration unit 42B may allow the shared access if L2 cache 17B has blocks that are disabled and therefore sharable.
  • the storages 42A, 42B and 51 of configuration units 19A, 19B and 50 respectively may include default preference values. Alternatively, preference values may be programmed into the storages.
  • These preference values may be used to determine which action may be taken in response to receiving a notification from the corresponding cache monitor unit. For example, as described above, the configuration units may use these values to determine whether to disable the portions of the L2 cache in the corresponding processor core and the and L3 cache by removing power or lowering the voltage. In addition, in one embodiment, the configuration unit s may use the values to determine which, if any, portions of the L2 or L3 cache memories should be disabled at power-up. [0028]
  • storages 42A, 42B and 51 may be programmed using software. For example, special instructions may be used to access storages 42A, 42B and 51. In another embodiment, storages 42 A, 42B and 51 may be programmed more permanently using hard fuses as described above.
  • the values are read from blown fuses and stored within the storages.
  • the hard fuses may be overridden by external programming.
  • storages 42A, 42B and 51 may be programmed via configuration ports 44A, 44B and 54, respectively, via an external port such as lhe joint test action group (JTAG) port, for example. Overriding the hard fuses configuration in this way is sometimes referred to as programming via soft fuses.
  • cache monitors 18 A, 18B and 85 may determine the current utilization using the parameters such as how many entries of a respective cache are being used and how frequently the respective cache is accessed.
  • the number of entries in a given cache that are being used may be determined without using probes using a counter (not shown explicitly, part of 4OA, 40B and 86) to count writes to the cache and by monitoring whether a write generates a victim or not. If a victim is not generated, then the write must have resulted in the allocation of a new entry. Otherwise, the number of entries stays the same. Thus if a victim is generated the write may not be counted.
  • the frequency in which a cache is accessed may be determined using a saturation counter, for example (not explicitly shown, part of circuit 40A). In one embodiment, the saturation counter may be incremented each time the cache is accessed.
  • the counter may be decremented at some clock interval, but never below zero. If the count value stays above some predetermined value, it may be assumed that the cache access frequency is high; thereby indicating a high utilization. From these two parameters a lower predetermined utilization value and an upper predetermined utilization value may be calculated. It is noted that in other embodiments, other mechanisms may be employed to determine the cache utilization as desired. [0030] It is noted that, while the computer system 10 illustrated in FIG. 1 includes one processing node 12, other embodiments may implement any number of processing nodes. Similarly, a processing node such as node 12 may include any number of processor cores, in various embodiments.
  • FIG. 2 a block diagram of another embodiment of a computer system 20 is shown. Components that correspond to those shown in FIG. 1 are numbered identically for clarity and simplicity. Similar to the computer system 10 of FIG. 1, computers system 20 of FIG. 2 includes a processing node 22 coupled to a memory 14 and to peripheral devices 13A-13B. Processing node 22 includes similar functionality to node 12 of FIG. 1. Accordingly, differing functionality will be described while description of functionality common to node 12 will be omitted here for brevity. It is noted that processing node 12 of FIG. 2 may include various outer circuits that have been omitted for simplicity.
  • processing node 22 also includes processor cores 15A-15B coupled to a node controller 20 which is further coupled to a memory controller 22 and a plurality of HyperTransportTM (HT) interface circuits 24A-24C.
  • processor cores 15A-15B are also coupled to a shared level three (L3) cache memory 60.
  • L3 cache 60 is coupled to a cache monitor 95 and a configuration unit 65.
  • node 22 may be a single integrated circuit chip comprising the circuitry shown therein in FIG. 2. That is, node 22 may be a chip multiprocessor (CMP).
  • CMP chip multiprocessor
  • each of the L2 cache memories 17A-17B are also coupled to cache monitor unit 95 and to configuration unit 65.
  • cache monitor unit 95 maybe configured to monitor the utilization of all cache memories connected to it (e.g., L2 cache 17A-17B and L3 cache 60) using functionality as described above in conjunction with the description of FIG. 1.
  • configuration unit 65 includes one or more storages designated 61 such as programmable registers, for example, that may store values which correspond to various configuration preferences and states of the L2 cachel7A-17B and L3 cache 60.
  • configuration unit 65 may be programmed to selectably enable or disable one or more of the independently controllable memory blocks of L2 cachel7A-17B and L3 cache 60 in response to the notification from the cache monitor unit 95.
  • the values stored within storages 61 may determine whether the power grid for a given block may be turned off or the voltage lowered. It is noted that storage 61 may be programmed similar to storages 42A, 42B and 51 described above.
  • configuration unit 60 may be configured to allow processor core 15A to share the L2 cache 17B of processor core 15B and vice versa dependent upon the configuration values stored within it. For example, in response to cache monitor 95 determining that the current utilization of L2 cache 17A is above an upper threshold value, configuration unit 65 may enable access to L2 cache 17B by processor core 15 A. In such cases, configuration unit 65, may allow the shared access if L2 cache 17B has blocks that are disabled and therefore sharable.
  • FIG. 3 illustrates a flow diagram describing the operation of one embodiment of processing node 12.
  • the configuration values stored within configuration unit 42 A may be read and used to configure L2 cache 17A.
  • the configuration values stored within configuration unit 42B may be read and used to configure L2 cache 17B and the configuration values stored within configuration unit 50 maybe read and used to configure L3 cache 60.
  • cache monitor units 18A, 18B and 85 are configured to monitor the current utilization of their respective cache memories (block 300). For example, as described above, cache monitor units 18A, 18B and 85 may track cache access frequency and cache entry use to determine the current utilization for their respective caches.
  • cache monitor unit 85 may determine whether the respective current utilization is within predetermined limits. In one embodiment, cache monitor unit 85 may compare the current utilization of L3 cache 60 to an upper threshold value and a lower threshold value. [0038] If the current utilization is within the predetermined threshold values, cache monitor unit 85 continues to monitor the utilization of L3 cache 60 as described above in block 300. However, if the current utilization is not within the predetermined threshold values and is below the lower threshold value (block 305), cache monitor unit 85 may provide notification to configuration unit 50 (block 310). Configuration unit 50 may selectably disable one or more blocks of L3 cache 60 (block 315). In one embodiment, configuration unit 50 may disable blocks according to configuration preferences stored within storages 51 and in response to the notification.
  • cache monitor 85 may provide notification to configuration unit 50
  • Configuration unit 50 may selectably enable one or more disabled blocks of L3 cache 60 (block 315) if there are disabled blocks. In one embodiment, configuration unit 50 may enable blocks according to configuration preferences stored in storages 51. Once the selected blocks have been re-enabled, cache monitor 85 continues to monitor the utilization as described above in block 300. [0040] In block 330, based upon the current utilization, cache mom ' tor units 18A and 18B may determine whether the respective current utilization is within predetermined limits. More particularly, in one embodiment cache monitor units 18A, 18B may compare the current utilization of L2 caches 17A-17B to an upper threshold value and a lower threshold value.
  • cache monitor units 18A, 18B continue to monitor the utilization of L2 caches 17A-17B as described above in block 300. However, if the current utilization of either cache is not within the predetermined threshold values and is below the lower threshold value (block 330), the appropriate cache monitor unit 18A-18B may provide notification to configuration unit 19A-19B (block 335).
  • Configuration units 19A-19B may selectably disable one or more blocks of the corresponding L2 caches 17A-17B (block 340). In one embodiment, configuration units 19A-19B may disable blocks according to configuration preferences stored within storages 42A-42b, respectively and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage.
  • the blocks selected first may be the blocks furthest away from the CPU logic of processor cores 15A-15B, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor units 18A-18B continue to monitor the utilization as described above in block 300.
  • cache monitor units 18A-18B may provide notification to configuration unit 19A-19B (block 345). If any L2 blocks are disabled in the affected L2 cache (block 350), configuration unit 19A- 19B may selectably enable one or more blocks of L2 caches 17A-17B (block 355). In one embodiment, configuration units 19A-19B may disable blocks according to configuration preferences stored within storages 42A- 42B, respectively and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage.
  • the blocks selected first may be the blocks furthest away from the processor cores 15A-15B, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor units 18A-18B continue to monitor the utilization as described above in block 300.
  • the configuration unit of the affected L2 cache may request from the configuration unit of the other processor core, access permission to share the L2 cache of the other core. For example, if cache monitor unit 18B determines that the current utilization of L2 cache 17B is over the upper threshold, configuration unit 19B may request access from configuration unit 19A to L2 cache 17A. In response to the request, configuration unit 19A may determine if L2 cache 17A has disabled blocks to share (block 360). If so, configuration unit 19A may grant access to processor core 15B to share the disabled blocks of L2 cache 17A (block 365). The disabled blocks may be re- enabled. Operation proceeds as described above in block 300.
  • FIG. 4 and FIG. 5, below provide additional embodiments of configurable cache memory in the context of a microprocessor including a single processor core.
  • Microprocessor 415 includes processor core logic 450 which is coupled to an Ll cache 475, an L2 cache 417 and an L3 cache 460.
  • Microprocessor 415 also includes a cache monitor unit 418 that is coupled to the L2 cache 417 and the L3 cache 460.
  • microprocessor 415 includes a configuration unit 419 that is coupled to cache monitor 418 and to each of Ll cache 475, L2 cache 417 and L3 cache 460. It is noted that microprocessor 415 may include various other circuits that have been omitted for simplicity.
  • cache monitor 418 and configuration unit 419 are similar to that of L2 cache monitor 95 and configuration unit 65 described above in conjunction with FIG. 2 and FIG. 3. Accordingly, their description has been omitted here for brevity.
  • FIG. 5 a flow diagram describing the operation of one embodiment of the microprocessor of FIG. 4 is shown.
  • the configuration values stored within storages 442 of configuration unit419 may be read and used to configure L2 cache 417.
  • the configuration values stored within configuration unit 419 may be read and used to configure L3 cache 460.
  • cache monitor unit 418 is configured to monitor the current utilization of each of the cache memories (block 500). For example, as described above, cache monitor unit 418 may track cache access frequency and cache entry use to determine the current utilization for each cache. [0048] In block 505, based upon the current utilization, cache monitor unit 418 may determine whether the respective current utilization of each cache is within predetermined limits. In one embodiment, cache monitor unit
  • L2 cache 417 may compare the current utilization of L2 cache 417 and the current utilization of L3 cache 460 to an upper threshold value and a lower threshold value.
  • cache monitor unit 418 continues to monitor the utilization of L2 cache 417 and L3 cache 460 as described above in block 500. However, if the current utilization is not within the predetermined threshold values and is below the lower threshold value (block 505), cache monitor unit 418 may provide notification to configuration unit 419 (block 510).
  • configuration unit 419 may selectably disable one or more blocks of either L2 cache 417 and L3 cache 460 (block 515).
  • configuration unit 419 may disable blocks according to configuration preferences stored within storages 442 and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage.
  • the blocks selected first may be the blocks furthest away from the processor core logic 450, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor 418 continues to monitor the utilization as described above in block 500.
  • cache monitor unit 418 may provide notification to configuration unit 419 (block 320).
  • Configuration unit 419 may selectably enable one or more disabled blocks of either L2 cache 417 and L3 cache 460 (block 525) if there are disabled blocks.
  • configuration unit 419 may enable blocks according to configuration preferences stored in storages 442. Once the selected blocks have been re- enabled, cache monitor 418 continues to monitor the utilization as described above in block 500.
  • storages 440 and 442 may be programmed using software. For example, special instructions may be used to access storages 440 and 442.
  • storages 440 and 442 may be programmed more permanently using hard fuses as described above. In such an embodiment, the values are read from blown fuses and stored within the storages. In one embodiment, the hard fuses may be overridden by external programming. In such an embodiment, storages 440 and 442 may be programmed via configuration port 44A via an external port such as the joint test action group (JTAG) port, for example. Overriding the hard fuses configuration in this way is sometimes referred to as programming via soft fuses.
  • JTAG joint test action group
  • an L3 cache memory is shown. However, it is contemplated that other embodiments may not include an L3 cache. The absence of an L3 cache does not in any way detract from the configurability of the L2 caches.
  • This invention may generally be applicable to reconfiguration of cache memory for microprocessors and chip multiprocessors.

Abstract

In one embodiment, a processing node includes a plurality of processor cores each including a cache memory coupled to a cache monitor unit and to a configuration unit. Each cache monitor unit may be configured to independently monitor a current utilization of the cache memory to which it is coupled and to determine whether the current utilization is below a predetermined utilization value. The configuration unit may selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that the current utilization is below the predetermined utilization value.

Description

TITLE: DYNAMIC RECONFIGURATION OF CACHE MEMORY
Technical Field
This invention is related to the field of microprocessors and chip multiprocessors (CMP) and, more particularly, to reconfiguration of cache memory of a processor.
Background Art
[0001] Modern microprocessors typically include on-chip cache memory. In many cases, microprocessors include an on-chip hierarchical cache structure that may include level one (Ll), level two (L2) and in some cases a level three (L3) cache memory. Typical cache hierarchies may employ a small fast Ll, cache that may be used to store the most frequently used cache lines. The L2 may be a larger and possibly slower cache for storing cache lines that are accessed but don't fit in the Ll. The L3 cache may be used to store cache lines are accessed but do not fit in the L2 cache. Having a cache hierarchy as described above may improve processor performance by reducing the latencies associated with memory access by the processor core. [0002] However, in certain instances such an improvement in performance may come at a cost. It is well known that modern microprocessors can consume a great deal of power and have high thermal budgets. Cache memories may consume power via static leakage even when they are not used. Thus, the larger the cache the more power consumed. [0003] In an effort to increase efficiency and processor, chip multiprocessors (CMPs) are becoming an emerging technology that is gaining increased popularity. A CMP has two or more processor cores implemented on the same integrated circuit (IC) device. The increase in popularity may be due, at least in part, to the notion that a CMP may be a more efficient use of the millions of transistors that may be included on an integrated circuit than, for example, a more elaborate single processor. For example, by sharing processing loads between processor cores, a CMP may execute some tasks at a lower frequency than that required by some single core processors. Lower frequencies may translate in some cases to savings in power and a reduction in the thermal budget.
[0004] Since CMPs include multiple processor cores, they may also include circuitry associated with each core. For example, a CMP may include an Ll and an L2 cache memory for each processor core. Accordingly, for the reasons described above relative to single core microprocessors, the power consumption and thermal budget of a CMP may still be high. Thus, it may be desirable to find ways to reduce power consumption while maintaining processor performance.
DISCLOSURE OF INVENTION
[0005] Various embodiments of dynamic reconfiguration of a cache memory are disclosed. In one embodiment, a processor includes a cache memory, such as an L2 cache, for example coupled to a cache monitor unit and a configuration unit. The cache monitor unit may be configured to monitor a current utilization of the cache memory and to determine whether the current utilization is below a predetermined utilization value. The configuration unit may selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that the current utilization is below the predetermined utilization value. [0U06J In another embodiment, a processing node includes a plurality of processor cores each including a cache memory coupled to a cache monitor unit and to a configuration unit. Each cache monitor unit may be configured to independently monitor a current utilization of the cache memory to which it is coupled and to determine whether the current utilization is below a predetermined utilization value. The configuration unit may selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that a given current utilization is below the predetermined utilization value.
BRIEF DESCRIPTION OF DRAWINGS
[0007J FIG. 1 is a block diagram of one embodiment of a computer system including a multi-core processing node and configurable cache memory.
[0008] FIG. 2 is a block diagram of another embodiment of a computer system including a multi-core processing node and configurable cache memory.
[0009] FIG. 3 is a flow diagram describing the operation of one embodiment of a processing node.
[0010] FIG. 4 is a block diagram of one embodiment of microprocessor including a single processor core and configurable cache memory.
[0011] J7IG. 5 is a flow diagram describing the operation of one embodiment of the microprocessor of FIG. 4. [0012] While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the drawings and detailed description thereto are not intended to limit the invention to the particular form disclosed, but on the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the present invention as defined by Hie appended claims. Note, the headings are for organizational purposes only and are not meant to be used to limit or interpret the description or claims. Furthermore, note that the word "may" is used throughout this application in a permissive sense (Le., having the potential to, being able to), not a mandatory sense (i.e., must). The term "include" and derivations thereof mean "including, but not limited to." The term "connected" means "directly or indirectly connected," and the term "coupled" means "directly or indirectly coupled."
MODEfS) FOR CARRYING OUT THE INVENTION
Chip multiprocessor with dynamically configurable cache [0013] Turning now to FIG. 1, a block diagram of one embodiment of a computer system 10 is shown. In the illustrated embodiment, the computer system 10 includes a processing node 12 coupled to memory 14 and to peripheral devices 13A-13B. The node 12 includes processor cores 15A-15B coupled to a node controller 20 which is further coupled to a memory controller 22 and a plurality of HyperTransport™ (HT) interface circuits 24A-24C. The processor cores 15A-15B are also coupled to a shared level three (L3) cache memory 60, which is coupled to an L3 cache monitor 85 and a configuration unit 50. The HT circuit 24C is coupled to the peripheral device 16A, which is coupled to the peripheral device 16B in a daisy-chain configuration (using HT interfaces, in this embodiment). The remaining HT circuits 24A-B may be connected to other similar processing nodes (not shown) via other HT interfaces (not shown). The memory controller 22 is coupled to the memory 14. In one embodiment, node 12 may be a single integrated circuit chip comprising the circuitry shown therein in FIG. 1. That is, node 12 may be a chip multiprocessor (CMP). Any level of integration or discrete components may be used. It is noted that processing node 12 may include various other circuits that have been omitted for simplicity. [0014] In one embodiment, node controller 20 may include various interconnection circuits (not shown) for interconnecting processor cores 15A and 15B to each other, to other nodes and to memory. Node controller 20 may also include sets of fuses (not shown) that may be selectively blown during the manufacturing process to represent a plurality of values. In some embodiments, various node properties that may be selected by the fuses. The properties include the maximum and minimum operating frequencies for the node and the maximum and minimum power supply voltages for the node. In addition, the fuses may select processor-core specific properties. [0015] The node controller 20 may generally be configured to route communications between the processor cores 15A-15B, the memory controller 22, and the HT circuits 24A-24C dependent upon the communication type, the address in the communication, etc. In one embodiment, the node controller 20 includes a system request queue (SRQ) into which received communications are written by the node controller 20. The node controller 20 may schedule communications from the SRQ for routing to the destination or destinations among the processor cores 15A-15B, the HT circuits 24A-24C, and the memory controller 22. Operation of the node 12 and its components will be discussed in more detail below.
[0016] Generally, the processor cores 15A-15B may use the interface(s) to the node controller 20 to communicate with other components of the computer system 10 (e.g. peripheral devices 16A-16B, other processor cores (not shown), the memory controller 22, etc.). The interface may be designed in any desired fashion. Cache coherent communication may be defined for the interface, in some embodiments. In one embodiment, communication on the interfaces between the node controller 20 and the processor cores 15A-15B may be in the form of packets similar to those used on the HT interfaces. In other embodiments, any desired communication may be used (e.g. transactions on a bus interface, packets of a different form, etc.). In other embodiments, the processor cores 15A-15B may share an interface to the node controller 20 (e.g. a shared bus interface). Generally, the communications from the processor cores 15A-15B may include requests such as read operations (to read a memory location or a register external to the processor core) and write operations (to write a memory location or external register), responses to probes (for cache coherent embodiments), interrupt acknowledgements, and system management messages, etc.
[0017] The memory 14 may include any suitable memory devices. For example, a memory 14 may comprise one or more RAMBUS DRAMs (RDRAMs), synchronous DRAMs (SDRAMs), double data rate (DDR) SDRAM, static RAM, etc. The memory controller 22 may comprise control circuitry for interfacing to the memories 14. Additionally, the memory controller 22 may include request queues for queuing memory requests, etc. [0018] The HT circuits 24A-24C may comprise a variety of buffers and control circuitry for receiving packets from an HT link and for transmitting packets upon an HT link. The HT interface comprises unidirectional links for transmitting packets. Each HT circuit 24A-24C may be coupled to two such links (one for transmitting and one for receiving). A given HT interface may be operated in a cache coherent fashion (e.g. between processing nodes) or in a non-coherent fashion (e.g. to/from peripheral devices 16A-16B). In the illustrated embodiment, the HT circuits 24A-24B are not in use, and the HT circuit 24C is coupled via non-coherent links to the peripheral devices 16A- 16B. [0019] The peripheral devices 16A-16B may be any type of peripheral devices. For example, the peripheral devices 16A-16B may include devices for communicating with another computer system to which the devices may be coupled (e.g. network interface cards, circuitry similar to a network interface card that is integrated onto a main circuit board of a computer system, or modems). Furthermore, the peripheral devices 16A-16B may include video accelerators, audio cards, hard or floppy disk drives or drive controllers, SCSI (Small Computer Systems Interface) adapters and telephony cards, sound cards, and a variety of data acquisition cards such as GPIB or field bus interface cards. It is noted that the term "peripheral device" is intended to encompass input/output (I/O) devices. [0020] Generally, a processor core 15A-15B may include circuitry that is designed to execute instructions defined in a given instruction set architecture. That is, the processor core circuitry may be configured to fetch, decode, execute, and store results of the instructions defined in the instruction set architecture. For example, in one embodiment, processor cores 15A-15B may implement the x86 architecture. The processor cores 15A-15B may comprise any desired configurations, including superpipelined, superscalar, or combinations thereof. Other configurations may include scalar, pipelined, non-pipelined, etc. Various embodiments may employ out of order speculative execution or in order execution. The processor cores may include microcoding for one or more instructions or other functions, in combination with any of the above constructions. Various embodiments may implement a variety of other design features such as caches, translation lookaside buffers (TLBs), etc.
[0021] It is noted that, while the present embodiment uses the HT interface for communication between nodes and between a node and peripheral devices, other embodiments may use any desired interface or interfaces for either communication. For example, other packet based interfaces may be used, bus interfaces may be used, various standard peripheral interfaces maybe used (e.g., peripheral component interconnect (PCI), PCI express, etc.), etc. Configurable cache control
[0022] In the illustrated embodiment, processor core 15A includes an L2 cache 17A. Likewise, processor core 15B includes an L2 cache 17B. The respective L2 caches may be representative of any L2 cache found in a microprocessor. However, in one embodiment, the L2 caches 17A-17B may be implemented using a number of independently controllable memory blocks, as indicated by the dashed lines. In one implementation, each of the blocks may include an independently controllable power grid. As such the power (VDD) supplied to each of the memory blocks may be independently removed or in some cases the voltage supplied to the blocks by the individual power grids may be independently lowered.
[0023] Like the L2 caches described above, in the illustrated embodiment, the L3 cache 60 may also be implemented using a number of independently controllable memory blocks, as indicated by the dashed lines, in which each of the blocks may include an independently controllable power grid. As such the power (VDD) supplied to each of the memory blocks may be independently removed or in some cases VDD supplied to the blocks by the individual power grids may be independently lowered.
[0024] In the illustrated embodiment, similar to the L3 cache, each of the respective L2 cache memories 17A- 17B are coupled to an L2 cache monitor unit 18A-18B, respectively and to a configuration unit 19A-19B, respectively. In one embodiment, each cache monitor unit (e.g., 18A, 19A, 85) may be configured to monitor the utilization of the respective cache memory connected to it. For example, L2 cache monitor unit 18 A may monitor the utilization of L2 cache 17A. In the illustrated embodiment, each cache monitor unit includes circuits (e.g., 4OA, 4OB, 86) that may determine the current cache utilization and determine whether the current utilization is within a given utilization limit. More particularly, by way of example, cache monitor unit 18A may determine if the current utilization of L2 cache 17 A is below a predetermine threshold value. If so, the cache monitor unit 18 A may notify configuration unit 19 A.
[0025] In one embodiment, configuration unit 19A includes one or more storages designated 42A such as programmable registers, for example, that may store values which correspond to various configuration preferences and states of the L2 cache 17A. Depending upon the values stored within storages 42 A, configuration unit 19A may be programmed to selectably enable or disable one or more of the independently controllable memory blocks of L2 cache 17A in response to the notification from the L2 cache monitor 18 A. In addition, the values stored within storages 42A may determine whether the power grid for a given block may be turned off or the voltage lowered. For example, in certain cases such as when processor core performs a context switch, the L2 cache may not be used for the new thread or context. However, it may be desirable for the data stored within L2 cache 17A to be ready when the context is switched back. In such cases, simply lowering the voltage to one or more blocks may allow the data stored therein to be retained but further access may be prohibited or disabled until the blocks are re-enabled and the voltage is brought back to normal. [0026] Configuration unit 50 may be further configured to allow processor core 15A to share the L2 cache 17B of processor core 15B and vice versa dependent upon the configuration values stored within it For example, in response to cache monitor 4OA determining that the current utilization of L2 cache 17A is above an upper threshold value, configuration unit 42A may request access to L2 cache 17B. In such cases, configuration unit 42B, may allow the shared access if L2 cache 17B has blocks that are disabled and therefore sharable. [0027] In one embodiment, the storages 42A, 42B and 51 of configuration units 19A, 19B and 50, respectively may include default preference values. Alternatively, preference values may be programmed into the storages.
These preference values may be used to determine which action may be taken in response to receiving a notification from the corresponding cache monitor unit. For example, as described above, the configuration units may use these values to determine whether to disable the portions of the L2 cache in the corresponding processor core and the and L3 cache by removing power or lowering the voltage. In addition, in one embodiment, the configuration unit s may use the values to determine which, if any, portions of the L2 or L3 cache memories should be disabled at power-up. [0028] In one embodiment, storages 42A, 42B and 51 may be programmed using software. For example, special instructions may be used to access storages 42A, 42B and 51. In another embodiment, storages 42 A, 42B and 51 may be programmed more permanently using hard fuses as described above. In such an embodiment, the values are read from blown fuses and stored within the storages. In one embodiment, the hard fuses may be overridden by external programming. In such an embodiment, storages 42A, 42B and 51 may be programmed via configuration ports 44A, 44B and 54, respectively, via an external port such as lhe joint test action group (JTAG) port, for example. Overriding the hard fuses configuration in this way is sometimes referred to as programming via soft fuses. [0029] In one embodiment, cache monitors 18 A, 18B and 85 may determine the current utilization using the parameters such as how many entries of a respective cache are being used and how frequently the respective cache is accessed. In one implementation, the number of entries in a given cache that are being used may be determined without using probes using a counter (not shown explicitly, part of 4OA, 40B and 86) to count writes to the cache and by monitoring whether a write generates a victim or not. If a victim is not generated, then the write must have resulted in the allocation of a new entry. Otherwise, the number of entries stays the same. Thus if a victim is generated the write may not be counted. In addition, in one implementation, the frequency in which a cache is accessed may be determined using a saturation counter, for example (not explicitly shown, part of circuit 40A). In one embodiment, the saturation counter may be incremented each time the cache is accessed. The counter may be decremented at some clock interval, but never below zero. If the count value stays above some predetermined value, it may be assumed that the cache access frequency is high; thereby indicating a high utilization. From these two parameters a lower predetermined utilization value and an upper predetermined utilization value may be calculated. It is noted that in other embodiments, other mechanisms may be employed to determine the cache utilization as desired. [0030] It is noted that, while the computer system 10 illustrated in FIG. 1 includes one processing node 12, other embodiments may implement any number of processing nodes. Similarly, a processing node such as node 12 may include any number of processor cores, in various embodiments. Various embodiments of the computer system 10 may also include different numbers of HT interfaces per node 12, and differing numbers of peripheral devices 16 coupled to the node, etc. [0031] Turning to FIG. 2 a block diagram of another embodiment of a computer system 20 is shown. Components that correspond to those shown in FIG. 1 are numbered identically for clarity and simplicity. Similar to the computer system 10 of FIG. 1, computers system 20 of FIG. 2 includes a processing node 22 coupled to a memory 14 and to peripheral devices 13A-13B. Processing node 22 includes similar functionality to node 12 of FIG. 1. Accordingly, differing functionality will be described while description of functionality common to node 12 will be omitted here for brevity. It is noted that processing node 12 of FIG. 2 may include various outer circuits that have been omitted for simplicity.
[0032] In the embodiment illustrated in FIG.2, like processing node 12, processing node 22 also includes processor cores 15A-15B coupled to a node controller 20 which is further coupled to a memory controller 22 and a plurality of HyperTransport™ (HT) interface circuits 24A-24C. In addition, the processor cores 15A-15B are also coupled to a shared level three (L3) cache memory 60. However, L3 cache 60 is coupled to a cache monitor 95 and a configuration unit 65. In one embodiment, node 22 may be a single integrated circuit chip comprising the circuitry shown therein in FIG. 2. That is, node 22 may be a chip multiprocessor (CMP).
[0033] In the illustrated embodiment, and in contrast to the embodiment of FIG. 1, each of the L2 cache memories 17A-17B are also coupled to cache monitor unit 95 and to configuration unit 65. In one embodiment, cache monitor unit 95 maybe configured to monitor the utilization of all cache memories connected to it (e.g., L2 cache 17A-17B and L3 cache 60) using functionality as described above in conjunction with the description of FIG. 1.
[0034] In one embodiment, similar to the description above configuration unit 65 includes one or more storages designated 61 such as programmable registers, for example, that may store values which correspond to various configuration preferences and states of the L2 cachel7A-17B and L3 cache 60. Depending upon the values stored within storages 61, configuration unit 65 may be programmed to selectably enable or disable one or more of the independently controllable memory blocks of L2 cachel7A-17B and L3 cache 60 in response to the notification from the cache monitor unit 95. Likewise, the values stored within storages 61 may determine whether the power grid for a given block may be turned off or the voltage lowered. It is noted that storage 61 may be programmed similar to storages 42A, 42B and 51 described above. [0035] Further, configuration unit 60 may be configured to allow processor core 15A to share the L2 cache 17B of processor core 15B and vice versa dependent upon the configuration values stored within it. For example, in response to cache monitor 95 determining that the current utilization of L2 cache 17A is above an upper threshold value, configuration unit 65 may enable access to L2 cache 17B by processor core 15 A. In such cases, configuration unit 65, may allow the shared access if L2 cache 17B has blocks that are disabled and therefore sharable.
[0036] FIG. 3 illustrates a flow diagram describing the operation of one embodiment of processing node 12. Referring collectively to FIG. 1 and FIG. 3, in one embodiment, when node 12 is first powered up or brought out of reset, the configuration values stored within configuration unit 42 A may be read and used to configure L2 cache 17A. Likewise, the configuration values stored within configuration unit 42B may be read and used to configure L2 cache 17B and the configuration values stored within configuration unit 50 maybe read and used to configure L3 cache 60. During operation of node 12, cache monitor units 18A, 18B and 85 are configured to monitor the current utilization of their respective cache memories (block 300). For example, as described above, cache monitor units 18A, 18B and 85 may track cache access frequency and cache entry use to determine the current utilization for their respective caches.
[0037] In block 305, based upon the current utilization, cache monitor unit 85 may determine whether the respective current utilization is within predetermined limits. In one embodiment, cache monitor unit 85 may compare the current utilization of L3 cache 60 to an upper threshold value and a lower threshold value. [0038] If the current utilization is within the predetermined threshold values, cache monitor unit 85 continues to monitor the utilization of L3 cache 60 as described above in block 300. However, if the current utilization is not within the predetermined threshold values and is below the lower threshold value (block 305), cache monitor unit 85 may provide notification to configuration unit 50 (block 310). Configuration unit 50 may selectably disable one or more blocks of L3 cache 60 (block 315). In one embodiment, configuration unit 50 may disable blocks according to configuration preferences stored within storages 51 and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage. In addition, in one embodiment, the blocks selected first may be the blocks furthest away from the processor cores 15A-15B, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor 85 continues to mom'tor the utilization as described above in block 300. [0039] Referring back to block 305, if the current utilization is not within the predetermined threshold values and is above the upper threshold value, cache monitor unit 85 may provide notification to configuration unit 50
(block 320). Configuration unit 50 may selectably enable one or more disabled blocks of L3 cache 60 (block 315) if there are disabled blocks. In one embodiment, configuration unit 50 may enable blocks according to configuration preferences stored in storages 51. Once the selected blocks have been re-enabled, cache monitor 85 continues to monitor the utilization as described above in block 300. [0040] In block 330, based upon the current utilization, cache mom'tor units 18A and 18B may determine whether the respective current utilization is within predetermined limits. More particularly, in one embodiment cache monitor units 18A, 18B may compare the current utilization of L2 caches 17A-17B to an upper threshold value and a lower threshold value. [0041] If the current utilization is within the predetermined threshold values, cache monitor units 18A, 18B continue to monitor the utilization of L2 caches 17A-17B as described above in block 300. However, if the current utilization of either cache is not within the predetermined threshold values and is below the lower threshold value (block 330), the appropriate cache monitor unit 18A-18B may provide notification to configuration unit 19A-19B (block 335). Configuration units 19A-19B may selectably disable one or more blocks of the corresponding L2 caches 17A-17B (block 340). In one embodiment, configuration units 19A-19B may disable blocks according to configuration preferences stored within storages 42A-42b, respectively and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage. In addition, in one embodiment, the blocks selected first may be the blocks furthest away from the CPU logic of processor cores 15A-15B, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor units 18A-18B continue to monitor the utilization as described above in block 300.
[0042] Referring back to block 330, if the current utilization is not within the predetermined threshold values and is above the upper threshold value, cache monitor units 18A-18B may provide notification to configuration unit 19A-19B (block 345). If any L2 blocks are disabled in the affected L2 cache (block 350), configuration unit 19A- 19B may selectably enable one or more blocks of L2 caches 17A-17B (block 355). In one embodiment, configuration units 19A-19B may disable blocks according to configuration preferences stored within storages 42A- 42B, respectively and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage. In addition, in one embodiment, the blocks selected first may be the blocks furthest away from the processor cores 15A-15B, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor units 18A-18B continue to monitor the utilization as described above in block 300.
[0043] However, if there are no disabled blocks in the affected L2 cache (block 350), the configuration unit of the affected L2 cache (i.e., the L2 cache that is over-utilized) may request from the configuration unit of the other processor core, access permission to share the L2 cache of the other core. For example, if cache monitor unit 18B determines that the current utilization of L2 cache 17B is over the upper threshold, configuration unit 19B may request access from configuration unit 19A to L2 cache 17A. In response to the request, configuration unit 19A may determine if L2 cache 17A has disabled blocks to share (block 360). If so, configuration unit 19A may grant access to processor core 15B to share the disabled blocks of L2 cache 17A (block 365). The disabled blocks may be re- enabled. Operation proceeds as described above in block 300.
[0044] The descriptions of FIG. 4 and FIG. 5, below, provide additional embodiments of configurable cache memory in the context of a microprocessor including a single processor core. Single microprocessor with dynamically configurable cache
[0045] Referring now to FIG. 4, a block diagram of one embodiment of a microprocessor including a single processor core and configurable cache memory is shown. Microprocessor 415 includes processor core logic 450 which is coupled to an Ll cache 475, an L2 cache 417 and an L3 cache 460. Microprocessor 415 also includes a cache monitor unit 418 that is coupled to the L2 cache 417 and the L3 cache 460. Further, microprocessor 415 includes a configuration unit 419 that is coupled to cache monitor 418 and to each of Ll cache 475, L2 cache 417 and L3 cache 460. It is noted that microprocessor 415 may include various other circuits that have been omitted for simplicity.
[0046] In the illustrated embodiment, the functionality of cache monitor 418 and configuration unit 419 is similar to that of L2 cache monitor 95 and configuration unit 65 described above in conjunction with FIG. 2 and FIG. 3. Accordingly, their description has been omitted here for brevity.
[0047] Turning to FIG. 5, a flow diagram describing the operation of one embodiment of the microprocessor of FIG. 4 is shown. Referring collectively to FIG. 4 and FIG. 5, in one embodiment, when microprocessor 415 is first powered up or brought out of reset, the configuration values stored within storages 442 of configuration unit419 may be read and used to configure L2 cache 417. Likewise, the configuration values stored within configuration unit 419 may be read and used to configure L3 cache 460. During operation of microprocessor 415, cache monitor unit 418 is configured to monitor the current utilization of each of the cache memories (block 500). For example, as described above, cache monitor unit 418 may track cache access frequency and cache entry use to determine the current utilization for each cache. [0048] In block 505, based upon the current utilization, cache monitor unit 418 may determine whether the respective current utilization of each cache is within predetermined limits. In one embodiment, cache monitor unit
418 may compare the current utilization of L2 cache 417 and the current utilization of L3 cache 460 to an upper threshold value and a lower threshold value.
[0049] If the current utilization is within the predetermined threshold values, cache monitor unit 418 continues to monitor the utilization of L2 cache 417 and L3 cache 460 as described above in block 500. However, if the current utilization is not within the predetermined threshold values and is below the lower threshold value (block 505), cache monitor unit 418 may provide notification to configuration unit 419 (block 510). Configuration unit
419 may selectably disable one or more blocks of either L2 cache 417 and L3 cache 460 (block 515). In one embodiment, configuration unit 419 may disable blocks according to configuration preferences stored within storages 442 and in response to the notification. For example, as described above, power may be removed from the selected blocks or it may be reduced to a lower voltage. In addition, in one embodiment, the blocks selected first may be the blocks furthest away from the processor core logic 450, since these blocks may represent the longest path delay. Once the selected blocks have been disabled, cache monitor 418 continues to monitor the utilization as described above in block 500. [0050] Referring back to block 505, if the current utilization is not within the predetermined threshold values and is above the upper threshold value, cache monitor unit 418 may provide notification to configuration unit 419 (block 320). Configuration unit 419 may selectably enable one or more disabled blocks of either L2 cache 417 and L3 cache 460 (block 525) if there are disabled blocks. In one embodiment, configuration unit 419 may enable blocks according to configuration preferences stored in storages 442. Once the selected blocks have been re- enabled, cache monitor 418 continues to monitor the utilization as described above in block 500. [0051] Similar to the description above, in one embodiment, storages 440 and 442 may be programmed using software. For example, special instructions may be used to access storages 440 and 442. In another embodiment, storages 440 and 442 may be programmed more permanently using hard fuses as described above. In such an embodiment, the values are read from blown fuses and stored within the storages. In one embodiment, the hard fuses may be overridden by external programming. In such an embodiment, storages 440 and 442 may be programmed via configuration port 44A via an external port such as the joint test action group (JTAG) port, for example. Overriding the hard fuses configuration in this way is sometimes referred to as programming via soft fuses.
[0052] It is noted that in the embodiments described above, an L3 cache memory is shown. However, it is contemplated that other embodiments may not include an L3 cache. The absence of an L3 cache does not in any way detract from the configurability of the L2 caches.
[0053] Although the embodiments above have been described in considerable detail, numerous variations and modifications will become apparent to those skilled in the art once the above disclosure is fully appreciated. It is intended that the following claims be interpreted to embrace all such variations and modifications.
Industrial Applicability
[0054] This invention may generally be applicable to reconfiguration of cache memory for microprocessors and chip multiprocessors.

Claims

WHAT IS CLAIMED IS;
1. A method for configuring a cache memory (417, 460) of a processor (415) characterized in that, the method comprising: monitoring a current utilization of the cache memory; determining whether the current utilization is below a predetermined utilization value; and selectably disabling one or more portions of the cache memory in response to determining that the current utilization is below the predetermined utilization value.
2. The method as recited in claim 1 , further comprising storing the predetermined utilization value within a configurable storage (442).
3. The method as recited in claim 1, wherein determining whether the utilization is below a predetermined utilization value includes comparing the predetermined utilization value with the current utilization.
4. The method as recited in claim 1 , further comprising determining the current utilization value by determining a number of entries being used in the cache memory and determining how frequently the cache memory is accessed.
5. The method as recited in claim 4, wherein determining a number of entries being used in the cache memory includes monitoring a number of writes to the cache memory that cause a victim to be generated.
6. The method as recited in claim 4, wherein determining how frequently the cache memory is accessed includes counting a number of accesses to the cache memory using a counter.
7. A processor (415) comprising: a cache memory (417) (460); a cache monitor unit (418) coupled to the cache memory and configured to monitor a current utilization of the cache memory and to determine whether the current utilization is below a predetermined utilization value; and a configuration unit (419) coupled to the cache monitor unit and to the cache memory, wherein the cache configuration unit is configured to selectably disable one or more portions of the cache memory in response to the cache monitor unit determining that the current utilization is below the predetermined utilization value.
8. A method for dynamically configuring a processing node (12, 22) including a plurality of processor cores (15A, 15B), each processor core including a cache memory, the method comprising: independently monitoring a respective current utilization corresponding to each of the cache memories; determining whether the respective current utilization is below a predetermined utilization value; in response to determining that the respective current utilization is below the predetermined utilization value selectably disabling one or more portions of the corresponding cache memory.
9. The method as recited in claim 1 , further comprising determining the current utilization value by determining a number of entries being used in the cache memory and determining how frequently the cache memory is accessed.
10. A processing node (12, 22) comprising: a plurality of processor cores (15A, 15B) each including: a cache memory (17A, 17B, 60); a cache monitor unit (18A, 18B, 85, 95) coupled to the cache memory, wherein each cache monitor unit is configured to independently monitor a current utilization of the cache memory to which each cache monitor unit is coupled and to determine whether the current utilization is below a predetermined utilization value; and a configuration unit (19A, 19B, 50, 65) coupled to the cache monitor unit and to the cache memory, wherein the cache configuration unit is configured to selectably disable one or more portions of the corresponding cache memory to which the configuration unit is coupled in response to the cache monitor unit determining that the current utilization is below the predetermined utilization value.
PCT/US2005/033671 2004-10-01 2005-09-21 Dynamic reconfiguration of cache memory WO2006039153A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR1020077007488A KR101136141B1 (en) 2004-10-01 2005-09-21 Dynamic reconfiguration of cache memory
DE112005002672T DE112005002672B4 (en) 2004-10-01 2005-09-21 Dynamic reconfiguration of a cache memory
CN2005800330956A CN101048763B (en) 2004-10-01 2005-09-21 Method for reconfiguration of cache memory of a processor and the processor
JP2007534653A JP4456154B2 (en) 2004-10-01 2005-09-21 Dynamic reconfiguration of cache memory
GB0705275A GB2432695B (en) 2004-10-01 2005-09-21 Dynamic reconfiguration of cache memory

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/956,560 US7257678B2 (en) 2004-10-01 2004-10-01 Dynamic reconfiguration of cache memory
US10/956,560 2004-10-01

Publications (1)

Publication Number Publication Date
WO2006039153A1 true WO2006039153A1 (en) 2006-04-13

Family

ID=35519765

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/033671 WO2006039153A1 (en) 2004-10-01 2005-09-21 Dynamic reconfiguration of cache memory

Country Status (8)

Country Link
US (1) US7257678B2 (en)
JP (1) JP4456154B2 (en)
KR (1) KR101136141B1 (en)
CN (1) CN101048763B (en)
DE (1) DE112005002672B4 (en)
GB (1) GB2432695B (en)
TW (1) TWI403899B (en)
WO (1) WO2006039153A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008152790A1 (en) * 2007-06-12 2008-12-18 Panasonic Corporation Multiprocessor control device, multiprocessor control method, and multiprocessor control circuit
US7818502B2 (en) 2005-03-31 2010-10-19 Semiconductor Energy Laboratory Co., Ltd. Selectively powering down tag or data memories in a cache based on overall cache hit rate and per set tag hit rate

Families Citing this family (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080201528A1 (en) * 2005-04-06 2008-08-21 Mediatek Inc. Memory access systems for configuring ways as cache or directly addressable memory
US7467280B2 (en) * 2006-07-05 2008-12-16 International Business Machines Corporation Method for reconfiguring cache memory based on at least analysis of heat generated during runtime, at least by associating an access bit with a cache line and associating a granularity bit with a cache line in level-2 cache
US7809926B2 (en) * 2006-11-03 2010-10-05 Cornell Research Foundation, Inc. Systems and methods for reconfiguring on-chip multiprocessors
US20090006036A1 (en) * 2007-06-27 2009-01-01 International Business Machines Corporation Shared, Low Cost and Featureable Performance Monitor Unit
US7680978B1 (en) * 2007-09-05 2010-03-16 Juniper Networks, Inc. Reducing content addressable memory (CAM) power consumption counters
US9513695B2 (en) * 2008-06-24 2016-12-06 Virident Systems, Inc. Methods of managing power in network computer systems
US8327126B2 (en) * 2008-08-25 2012-12-04 International Business Machines Corporation Multicore processor and method of use that adapts core functions based on workload execution
US8271728B2 (en) * 2008-11-13 2012-09-18 International Business Machines Corporation Spiral cache power management, adaptive sizing and interface operations
US8195887B2 (en) * 2009-01-21 2012-06-05 Globalfoundries Inc. Processor power management and method
US8103894B2 (en) * 2009-04-24 2012-01-24 International Business Machines Corporation Power conservation in vertically-striped NUCA caches
US8924645B2 (en) * 2010-03-08 2014-12-30 Hewlett-Packard Development Company, L. P. Data storage apparatus and methods
US8438410B2 (en) * 2010-06-23 2013-05-07 Intel Corporation Memory power management via dynamic memory operation states
US20120096295A1 (en) * 2010-10-18 2012-04-19 Robert Krick Method and apparatus for dynamic power control of cache memory
US8516205B2 (en) * 2010-10-29 2013-08-20 Nokia Corporation Method and apparatus for providing efficient context classification
US8711633B2 (en) * 2011-05-12 2014-04-29 Micron Technology, Inc. Dynamic data caches, decoders and decoding methods
JP5820335B2 (en) 2011-05-20 2015-11-24 株式会社半導体エネルギー研究所 Semiconductor device
JP5820336B2 (en) 2011-05-20 2015-11-24 株式会社半導体エネルギー研究所 Semiconductor device
WO2012169142A1 (en) 2011-06-09 2012-12-13 Semiconductor Energy Laboratory Co., Ltd. Cache memory and method for driving the same
JP6012263B2 (en) 2011-06-09 2016-10-25 株式会社半導体エネルギー研究所 Semiconductor memory device
US8595464B2 (en) * 2011-07-14 2013-11-26 Oracle International Corporation Dynamic sizing of translation lookaside buffer for power reduction
US8868843B2 (en) 2011-11-30 2014-10-21 Advanced Micro Devices, Inc. Hardware filter for tracking block presence in large caches
US20130138884A1 (en) * 2011-11-30 2013-05-30 Hitachi, Ltd. Load distribution system
CN103246542B (en) * 2012-02-01 2017-11-14 中兴通讯股份有限公司 Intelligent buffer and intelligent terminal
US9135182B2 (en) 2012-06-01 2015-09-15 Semiconductor Energy Laboratory Co., Ltd. Central processing unit and driving method thereof
US20140136793A1 (en) * 2012-11-13 2014-05-15 Nvidia Corporation System and method for reduced cache mode
US9360924B2 (en) 2013-05-29 2016-06-07 Intel Corporation Reduced power mode of a cache unit
US9568986B2 (en) 2013-09-25 2017-02-14 International Business Machines Corporation System-wide power conservation using memory cache
JP6474280B2 (en) 2014-03-05 2019-02-27 株式会社半導体エネルギー研究所 Semiconductor device
WO2016097808A1 (en) 2014-12-14 2016-06-23 Via Alliance Semiconductor Co., Ltd. Dynamic cache replacement way selection based on address tag bits
US10719434B2 (en) 2014-12-14 2020-07-21 Via Alliance Semiconductors Co., Ltd. Multi-mode set associative cache memory dynamically configurable to selectively allocate into all or a subset of its ways depending on the mode
JP6207765B2 (en) 2014-12-14 2017-10-04 ヴィア アライアンス セミコンダクター カンパニー リミテッド Multi-mode set-associative cache memory dynamically configurable to selectively select one or more of the sets depending on the mode
US10255190B2 (en) 2015-12-17 2019-04-09 Advanced Micro Devices, Inc. Hybrid cache
JP6405331B2 (en) * 2016-03-22 2018-10-17 日本電信電話株式会社 Cache management system, evaluation method, management server, physical server, and measurement server
JP6511023B2 (en) * 2016-08-22 2019-05-08 日本電信電話株式会社 Virtual machine management device and deployability determination method
US11163688B2 (en) * 2019-09-24 2021-11-02 Advanced Micro Devices, Inc. System probe aware last level cache insertion bypassing
US11264998B1 (en) 2020-09-24 2022-03-01 Advanced Micro Devices, Inc. Reference free and temperature independent voltage-to-digital converter
US11899520B2 (en) * 2022-04-26 2024-02-13 Advanced Micro Devices, Inc. Dynamic cache bypass for power savings

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5752045A (en) * 1995-07-14 1998-05-12 United Microelectronics Corporation Power conservation in synchronous SRAM cache memory blocks of a computer system
US5860106A (en) * 1995-07-13 1999-01-12 Intel Corporation Method and apparatus for dynamically adjusting power/performance characteristics of a memory subsystem
EP1182567A1 (en) * 2000-08-21 2002-02-27 Texas Instruments France Software controlled cache configuration
US6795896B1 (en) * 2000-09-29 2004-09-21 Intel Corporation Methods and apparatuses for reducing leakage power consumption in a processor

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5381539A (en) * 1992-06-04 1995-01-10 Emc Corporation System and method for dynamically controlling cache management
US5632038A (en) * 1994-02-22 1997-05-20 Dell Usa, L.P. Secondary cache system for portable computer
JPH0950401A (en) * 1995-08-09 1997-02-18 Toshiba Corp Cache memory and information processor provided with the same
US5881311A (en) * 1996-06-05 1999-03-09 Fastor Technologies, Inc. Data storage subsystem with block based data management
EP0856797B1 (en) * 1997-01-30 2003-05-21 STMicroelectronics Limited A cache system for concurrent processes
US6411156B1 (en) * 1997-06-20 2002-06-25 Intel Corporation Employing transistor body bias in controlling chip parameters
JP4017248B2 (en) * 1998-04-10 2007-12-05 株式会社日立製作所 Semiconductor device
US6281724B1 (en) * 1998-11-17 2001-08-28 Analog Devices, Inc. Circuit for partial power-down on dual voltage supply integrated circuits
US6349363B2 (en) * 1998-12-08 2002-02-19 Intel Corporation Multi-section cache with different attributes for each section
JP2001052476A (en) * 1999-08-05 2001-02-23 Mitsubishi Electric Corp Semiconductor device
ATE484026T1 (en) * 2000-04-12 2010-10-15 Dsp Group Switzerland Ag DATA PROCESSING CIRCUIT WITH CACHE MEMORY AND APPARATUS COMPRISING SUCH CIRCUIT
US7089391B2 (en) * 2000-04-14 2006-08-08 Quickshift, Inc. Managing a codec engine for memory compression/decompression operations using a data movement engine
EP1182559B1 (en) * 2000-08-21 2009-01-21 Texas Instruments Incorporated Improved microprocessor
US6983388B2 (en) * 2000-10-25 2006-01-03 Agere Systems Inc. Method and apparatus for reducing leakage power in a cache memory by using a timer control signal that removes power to associated cache lines
US6922783B2 (en) * 2002-01-16 2005-07-26 Hewlett-Packard Development Company, L.P. Method and apparatus for conserving power on a multiprocessor integrated circuit
US20030145170A1 (en) * 2002-01-31 2003-07-31 Kever Wayne D. Dynamically adjusted cache power supply to optimize for cache access or power consumption
US6944714B2 (en) * 2002-07-30 2005-09-13 Hewlett-Packard Development Company, L.P. Method and apparatus for saving microprocessor power when sequentially accessing the microprocessor's instruction cache
SG111087A1 (en) * 2002-10-03 2005-05-30 St Microelectronics Asia Cache memory system
US20040199723A1 (en) * 2003-04-03 2004-10-07 Shelor Charles F. Low-power cache and method for operating same
US7093081B2 (en) * 2004-01-14 2006-08-15 International Business Machines Corporation Method and apparatus for identifying false cache line sharing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5860106A (en) * 1995-07-13 1999-01-12 Intel Corporation Method and apparatus for dynamically adjusting power/performance characteristics of a memory subsystem
US5752045A (en) * 1995-07-14 1998-05-12 United Microelectronics Corporation Power conservation in synchronous SRAM cache memory blocks of a computer system
EP1182567A1 (en) * 2000-08-21 2002-02-27 Texas Instruments France Software controlled cache configuration
US6795896B1 (en) * 2000-09-29 2004-09-21 Intel Corporation Methods and apparatuses for reducing leakage power consumption in a processor

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"POWER MANAGED SECOND-LEVEL CACHE CONTROL", IBM TECHNICAL DISCLOSURE BULLETIN, IBM CORP. NEW YORK, US, vol. 39, no. 4, 1 April 1996 (1996-04-01), pages 79 - 82, XP000587428, ISSN: 0018-8689 *
UNSAL O S ET AL: "Cool-cache for hot multimedia", MICROARCHITECTURE, 2001. MICRO-34. PROCEEDINGS. 34TH ACM/IEEE INTERNATIONAL SYMPOSIUM ON DEC. 1-5, 2001, PISCATAWAY, NJ, USA,IEEE, 1 December 2001 (2001-12-01), pages 274 - 283, XP010583691, ISBN: 0-7965-1369-7 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7818502B2 (en) 2005-03-31 2010-10-19 Semiconductor Energy Laboratory Co., Ltd. Selectively powering down tag or data memories in a cache based on overall cache hit rate and per set tag hit rate
WO2008152790A1 (en) * 2007-06-12 2008-12-18 Panasonic Corporation Multiprocessor control device, multiprocessor control method, and multiprocessor control circuit
JPWO2008152790A1 (en) * 2007-06-12 2010-08-26 パナソニック株式会社 Multiprocessor control device, multiprocessor control method, and multiprocessor control circuit
JP4938080B2 (en) * 2007-06-12 2012-05-23 パナソニック株式会社 Multiprocessor control device, multiprocessor control method, and multiprocessor control circuit
US8489862B2 (en) 2007-06-12 2013-07-16 Panasonic Corporation Multiprocessor control apparatus for controlling a plurality of processors sharing a memory and an internal bus and multiprocessor control method and multiprocessor control circuit for performing the same

Also Published As

Publication number Publication date
CN101048763A (en) 2007-10-03
DE112005002672B4 (en) 2010-12-02
JP2008515095A (en) 2008-05-08
KR20070054715A (en) 2007-05-29
US20060075192A1 (en) 2006-04-06
TWI403899B (en) 2013-08-01
TW200627148A (en) 2006-08-01
JP4456154B2 (en) 2010-04-28
KR101136141B1 (en) 2012-04-17
GB2432695B (en) 2008-07-09
CN101048763B (en) 2012-05-23
GB0705275D0 (en) 2007-04-25
DE112005002672T5 (en) 2007-11-29
US7257678B2 (en) 2007-08-14
GB2432695A (en) 2007-05-30

Similar Documents

Publication Publication Date Title
US7257678B2 (en) Dynamic reconfiguration of cache memory
KR101310044B1 (en) Incresing workload performance of one or more cores on multiple core processors
EP2553893B1 (en) Performance and traffic aware heterogeneous interconnection network
US8190863B2 (en) Apparatus and method for heterogeneous chip multiprocessors via resource allocation and restriction
EP2411917B1 (en) A method for way allocation and way locking in a cache
US20090006756A1 (en) Cache memory having configurable associativity
CN105308571B (en) Dynamic voltage and frequency management based on activity processor
US7120715B2 (en) Priority arbitration based on current task and MMU
US9274591B2 (en) General purpose processing unit with low power digital signal processing (DSP) mode
US7793025B2 (en) Hardware managed context sensitive interrupt priority level control
US20020083251A1 (en) Task based priority arbitration
Hill et al. THE UNCORE: A MODULAR APPROACH TO FEEDING THE HIGH-PERFORMANCE CORES.
US20090006777A1 (en) Apparatus for reducing cache latency while preserving cache bandwidth in a cache subsystem of a processor
US7882309B2 (en) Method and apparatus for handling excess data during memory access
US7472224B1 (en) Reconfigurable processing node including first and second processor cores

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
ENP Entry into the national phase

Ref document number: 0705275

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20050921

WWE Wipo information: entry into national phase

Ref document number: 0705275.6

Country of ref document: GB

WWE Wipo information: entry into national phase

Ref document number: 200580033095.6

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 1020077007488

Country of ref document: KR

Ref document number: 2007534653

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 1120050026728

Country of ref document: DE

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
RET De translation (de og part 6b)

Ref document number: 112005002672

Country of ref document: DE

Date of ref document: 20071129

Kind code of ref document: P

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607