1. Field of the Invention
The present invention is related to processing systems and processors, and more specifically to techniques for disabling a hardware thread and indicating when shared resources for the thread will not impacted by the disabled thread while instructions are still pending for the disabled thread.
2. Description of Related Art
In simultaneous multi-threaded (SMT) processors, some hardware resources are shared by multiple hardware threads, and therefore the hardware threads can be impacted by other threads' actions on the shared resources. Hardware threads are separate streams of execution performed in pipelines of a process, in contrast to software threads, which may be executed in a single hardware thread or by multiple hardware threads and represent paths of execution of one or more programs.
Operating systems provide tools such as spinlocks and critical sections for preventing software threads from modifying shared resources, effectively disabling other software threads while the resource is being modified or read. Such tools are easily implemented in multiple software threads executing in a single hardware thread, as the execution paths can be immediately managed. However, there is not a similar technique for hardware threads. Hardware threads are generally independent. Therefore, in order to prevent a thread from impacting a shared resource in present hardware, the thread is typically completely disabled and flushed from the pipeline, along with a release of resources, including instruction queues and mapped registers.
Therefore, in present day systems, in order to ensure that resources shared by a thread that could otherwise be only temporarily halted, the thread must be completely disabled, the pipelines flushed and resources released. The time required to perform such operations is substantial and may have further impact on system performance, since any task that was assigned to the hardware thread being disabled must be re-assigned to another hardware thread.
It would therefore be desirable to provide an indication to other threads that a particular hardware thread has been disabled and shared resources are safe from actions of the particular thread. It would further be desirable to provide such an indication without completely flushing the particular hardware thread from a processor, by only temporarily disabling the particular hardware thread.
The invention is embodied in a processor core, computer system, and method that provide an indication when a disabled thread no longer has pending instructions that impact shared resources within the processor core.
Upon receiving an indication that a particular hardware thread should be disabled, control logic in the processor indicates to the dispatch unit to halt instruction dispatch for the particular hardware thread. Then the control logic waits to update a thread status indication for the particular hardware thread until instructions that impact the shared resources have all cleared the pipeline(s) within the processor core. The shared resources may include special purpose registers within the processor core, as well as other shared resources such as translation look-aside buffers.
The foregoing and other objectives, features, and advantages of the invention will be apparent from the following, more particular, description of the preferred embodiment of the invention, as illustrated in the accompanying drawings.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives, and advantages thereof, will best be understood by reference to the following detailed description of the invention when read in conjunction with the accompanying Figures, wherein like reference numerals indicate like components, and:
The present invention relates to processors and processing systems in which a status indicating whether a thread is enabled or disabled reflects whether the thread no longer has pending instructions that can modify a resource shared with other threads.
Referring now to
Referring now to
FXU/LSU 30 is coupled to a data cache 44 that provides for loading and storing of data values in memory that are needed or modified by the pipelines in core 20. Data cache 44 is coupled to one or more translation look-aside buffers (TLB) 45 that map real or virtual addresses in data cache 44 to addresses in an external memory space. TLB 45 is an example of a resource that is shared by multiple hardware threads, as are some of special purpose registers SPRs 43. Examples of SPRs 43 that may be shared are registers that identify the LPAR in which the threads are executing, and that control the LPARs characteristics and mappings to real memory addresses, etc. Since any modification of such SPRs 43 by a thread would change the state of the LPAR, certain hypervisor operations need to ensure that those resources are not modified by other threads during some operations. The present invention provides that a thread may be disabled temporarily while critical operations or other maintenance is performed by the hypervisor managing the multiple logical partitions executing within the computer system of
In the illustrated core 20, a thread enable status register (TENSR) 41 is provided that indicates the status of a thread. In particular, in accordance with an embodiment of the present invention, the status of a thread is not set to disabled within TENSR 41 until instructions for the disabled thread that may modify shared resources have cleared the pipeline A thread control register (TCR) 42 is provided for the hypervisor to control the enabled/disabled state of the individual hardware threads. TENSR 41 is a read-only register in the illustrative embodiment, but TENSR 41 can be provided by TCR 42 in accordance with some embodiments of the invention and as such TCR 42 cannot be read-only. In such embodiments, a read-back of TCR 42 in which a value of TCR 42 set by the hypervisor is not reflected in the read-back value until control logic 40 determines that the shared resources included in the set of shared resources guaranteed safe by the threads indicated as disabled in TENSR 41 are not impacted by instructions remaining in the pipelines for a newly-disabled thread. Control logic 40 also signals global dispatch 25 to stop dispatching instructions for the thread that has been disabled, so that no more instructions implicating the set of shared resources can be sent to issue queues 27A-27C.
Referring now to
Referring now to
Depending on processor core implementation, the shared resources guaranteed safe by the techniques of the present invention may vary. In general, software executed by prior art processors, in particular the hypervisor had to ensure that the reading of a state of a shared resource and the control of the shared resource were managed in a manner that did not cause an error or an invalid state due to modification of the shared resource by another hardware thread. With the present invention, the set of shared resources guaranteed safe can be disregarded with respect to the above-described undesirable modification. However, the set of shared resources in a given processor core implementation may include for example, only SPRs 43 and not TLB 45, in which case TLB 45 must be managed properly so as to not generate an invalid mapping. Further, in all of the discussion above, the shared resources guaranteed safe extended to resources within core 20 itself and were not specified as including such items as data within cache 44, but with additional logic it is possible to determine whether, for example, a shared external resource such as an entry in data cache 44 is still referenced by an instruction still in the pipeline for a disabled thread. The same, with external extensions, is possible for resources external to core 20. In other embodiments of the invention, control logic 40 may wait to indicate a safe status until all instructions in the pipelines for the disabled thread(s) have cleared, while not requiring the resources and queues associated with the thread to be released.
Finally, while the method depicted in
While the invention has been particularly shown and described with reference to the preferred embodiments thereof, it will be understood by those skilled in the art that the foregoing and other changes in form, and details may be made therein without departing from the spirit and scope of the invention.