WO2016000174A1 - Power consumption management method, power consumption management device, and processor - Google Patents

Power consumption management method, power consumption management device, and processor Download PDF

Info

Publication number
WO2016000174A1
WO2016000174A1 PCT/CN2014/081275 CN2014081275W WO2016000174A1 WO 2016000174 A1 WO2016000174 A1 WO 2016000174A1 CN 2014081275 W CN2014081275 W CN 2014081275W WO 2016000174 A1 WO2016000174 A1 WO 2016000174A1
Authority
WO
WIPO (PCT)
Prior art keywords
processor core
processor
operation information
trigger
power supply
Prior art date
Application number
PCT/CN2014/081275
Other languages
French (fr)
Chinese (zh)
Inventor
宋昆鹏
陈云
崔晓松
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2014/081275 priority Critical patent/WO2016000174A1/en
Priority to CN201480003858.1A priority patent/CN105393188B/en
Publication of WO2016000174A1 publication Critical patent/WO2016000174A1/en

Links

Classifications

    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Power Sources (AREA)

Abstract

A power consumption management method, a power consumption management device, and a processor. The implementation of the method comprises: acquiring operation information from a processor core; if it is determined according to the operation information that the processor core needs to be backed up, first sending a backup control signal to a trigger of the processor core, so that the trigger of the processor core backs up the state of the processor core to a non-volatile memory corresponding to the trigger; and cutting off power supply to the processor core. The problem that the processor runs slowly due to the fact that the processor core needs to visit a centralized memory through a bus is avoided, and the running speed of the processor is accelerated.

Description

一种功耗管理方法、 功耗管理装置, 及处理器  Power management method, power management device, and processor
技术领域 Technical field
本发明涉及通信技术领域, 特别涉及一种功耗管理方法、 功耗管理装置, 及处理器。 背景技术  The present invention relates to the field of communications technologies, and in particular, to a power management method, a power management device, and a processor. Background technique
随着半导体工艺的发展,单位面积所能集成的晶体管数量越来越多; 但受 限于内存墙、 功耗墙和 I/O ( input/output, 输入 /输出)墙等因素, 单核性能的 提升越发困难。 因此, 众核处理器和异构加速已经成为业界研究的热点。 通过 众核处理器和异构加速来充分利用数量巨大的晶体管,从而实现更强的处理性 能。  With the development of semiconductor technology, the number of transistors per unit area can be integrated; but limited by memory wall, power wall and I/O (input/output) wall, single core performance The improvement is getting more and more difficult. Therefore, many-core processors and heterogeneous acceleration have become hotspots in the industry. Take advantage of a large number of transistors through multi-core processors and heterogeneous acceleration for greater processing performance.
众核处理器的多个处理器核通常共享了主存和 I/O设备, 由于资源竟争和 片上网络的局部拥塞等问题,导致每个处理器核在执行访问 I/O设备或在出现 Cache Miss访问主存等操作时会出现较长的延时。处理器核在等待这类长延时 操作时会产生不必要的功耗。 虽然可以通过多线程轮转技术隐藏长延时,使处 理器始终处于工作状态,但对于处在等待状态的硬件线程, 其寄存器等资源仍 会消耗能量。 因此降低处理器在等待阶段的功耗就成为了要解决的技术问题。 Memory, 铁电体随机存取存储器) 降低待机功耗。 该方案, 处理器芯片集成 了集中式的 Flash或 FeRAM作为非易失性存储器, 在需要使系统进入低功耗 状态时,将处理器核的状态数据写入到集中式的非易失性存储器中; 在系统从 低功耗状态回到正常工作状态时,将集中式非易失性存储器中的状态和数据读 出并恢复到处理器核。由于处理器核的状态数据的写入和恢复是通过总线进行 的串行访问实现, 然而串行访问的速度较慢, 会导致处理器运行较慢。 此外, 由于需要通过总线访问集中式存储器, 保存和恢复过程也需要消耗较高的功 耗。 发明内容 本发明实施例提供了一种功耗管理方法、 功耗管理装置, 及处理器, 用于 提升处理器运行速度, 并且为降低功耗提供条件。 Multiple processor cores of many-core processors typically share main memory and I/O devices, causing each processor core to access I/O devices or appear due to resource races and local congestion on the on-chip network. Cache Miss will have a long delay when accessing main memory and other operations. The processor core generates unnecessary power consumption while waiting for such long delay operations. Although the long delay can be hidden by the multi-thread rotation technology, the processor is always in working state, but for the hardware thread in the waiting state, its registers and other resources still consume energy. Therefore, reducing the power consumption of the processor in the waiting phase becomes a technical problem to be solved. Memory, ferroelectric random access memory) Reduces standby power consumption. In this solution, the processor chip integrates centralized Flash or FeRAM as non-volatile memory, and writes the state data of the processor core to the centralized non-volatile memory when the system needs to enter the low-power state. The state and data in the centralized non-volatile memory are read and restored to the processor core when the system returns from the low power state to the normal operating state. Since the write and restore of the status data of the processor core is implemented by serial access via the bus, serial access is slower and causes the processor to run slower. In addition, because of the need to access centralized memory through the bus, the save and restore process also consumes high power. Summary of the invention The embodiment of the invention provides a power consumption management method, a power consumption management device, and a processor, which are used to improve the running speed of the processor and provide conditions for reducing power consumption.
本发明实施例一方面提供了一种功耗管理方法, 包括:  An embodiment of the present invention provides a power consumption management method, including:
获取来自处理器核的操作信息;  Obtaining operational information from the processor core;
若根据所述操作信息确定需要对所述处理器核进行备份,则首先向所述处 理器核的触发器发送备份控制信号,使所述处理器核的触发器将所述处理器核 的状态备份到所述触发器对应的非易失性存储器;然后切断对所述处理器核的 供电。  If it is determined that the processor core needs to be backed up according to the operation information, first sending a backup control signal to the trigger of the processor core, so that the trigger of the processor core is to be the state of the processor core. Backing up to the non-volatile memory corresponding to the trigger; then turning off power to the processor core.
结合一方面的实现方式,在第一种可能的实现方式中,在切断对所述处理 器核的供电之后, 所述方法还包括:  In a first possible implementation manner, after the power supply to the processor core is cut off, the method further includes:
若接收到所述操作信息对应操作的结果数据,则首先恢复对所述处理器核 的供电, 然后向所述处理器核发送恢复控制信号,使所述触发器将存储在所述 非易失性存储器的所述处理器核的状态恢复到所述处理器核。  If the result data of the operation information corresponding operation is received, power supply to the processor core is first restored, and then a recovery control signal is sent to the processor core, so that the trigger is to be stored in the nonvolatile The state of the processor core of the memory is restored to the processor core.
结合一方面的第一种可能的实现方式, 在第二种可能的实现方式中, 所述 接收到所述操作信息对应操作的结果数据包括:  In conjunction with the first possible implementation of the aspect, in a second possible implementation manner, the result data of the operation corresponding to the operation information is:
接收到片上网络路由器返回的所述操作信息对应操作的结果数据。  Receiving the operation information returned by the on-chip network router corresponding to the result data of the operation.
结合一方面的实现方式, 或者一方面的第一种或者第二种可能的实现方 式、 在第三种可能的实现方式中, 所述获取来自处理器核的操作信息包括: 监控所述处理器核的操作行为获得所述处理器核的操作信息, 或者,接收 所述处理器核发送的操作信息。  In combination with the implementation of the aspect, or the first or the second possible implementation of the aspect, in the third possible implementation, the obtaining the operation information from the processor core includes: monitoring the processor The operational behavior of the core obtains operational information of the processor core, or receives operational information sent by the processor core.
结合一方面的实现方式, 或者一方面的第一种或者第二种可能的实现方 式、在第四种可能的实现方式中, 所述根据所述操作信息确定是否需要对所述 处理器核进行备份包括:  With reference to the implementation of the aspect, or the first or the second possible implementation of the aspect, in the fourth possible implementation, the determining, according to the operation information, whether the processor core needs to be performed Backups include:
将所述操作信息与预配置的备份控制规则进行比对,若所述操作信息符合 预配置的备份控制规则, 则确定需要进行备份。  The operation information is compared with the pre-configured backup control rule. If the operation information meets the pre-configured backup control rule, it is determined that the backup needs to be performed.
结合一方面的实现方式, 或者一方面的第一种或者第二种可能的实现方 式、 在第五种可能的实现方式中, 所述操作信息为: 将要产生超过预定阔值的 时延的操作对应的操作信息。  In combination with an implementation on the one hand, or a first or a second possible implementation on the one hand, in the fifth possible implementation, the operation information is: an operation to generate a delay exceeding a predetermined threshold Corresponding operation information.
本发明实施例二方面提供了一种功耗管理装置, 包括: 处理器操作检测模块, 用于获取来自处理器核的操作信息; A second aspect of the present invention provides a power management apparatus, including: a processor operation detecting module, configured to acquire operation information from the processor core;
信号产生模块,用于若根据所述处理器操作检测模块获取的所述操作信息 确定需要对所述处理器核进行备份,则向所述处理器核的触发器发送备份控制 信号,使所述处理器核的触发器将所述处理器核的状态备份到所述触发器对应 的非易失性存储器;  a signal generating module, configured to send a backup control signal to a trigger of the processor core, if it is determined that the processor core needs to be backed up according to the operation information acquired by the processor operation detecting module, so that the A trigger of the processor core backs up a state of the processor core to a non-volatile memory corresponding to the trigger;
供电控制模块, 用于在所述信号产生模块发送备份控制信号之后,切断对 所述处理器核的供电。  And a power supply control module, configured to cut off power supply to the processor core after the signal generation module sends the backup control signal.
结合二方面的实现方式,在第一种可能的实现方式中, 所述处理器操作检 测模块,还用于在所述供电控制模块切断对所述处理器核的供电之后,接收所 述操作信息对应操作的结果数据;  In combination with the implementation of the second aspect, in a first possible implementation, the processor operation detecting module is further configured to receive the operation information after the power supply control module cuts off power supply to the processor core. Corresponding to the result data of the operation;
所述供电控制模块,还用于若所述处理器操作检测模块接收到所述操作信 息对应操作的结果数据, 则恢复对所述处理器核的供电;  The power supply control module is further configured to resume power supply to the processor core if the processor operation detecting module receives result data corresponding to the operation information of the operation information;
所述信号产生模块,还用于在所述供电控制模块恢复对所述处理器核的供 电之后, 向所述处理器核发送恢复控制信号,使所述触发器将存储在所述非易 失性存储器的所述处理器核的状态恢复到所述处理器核。  The signal generating module is further configured to: after the power supply control module resumes power supply to the processor core, send a resume control signal to the processor core, so that the trigger is to be stored in the nonvolatile The state of the processor core of the memory is restored to the processor core.
结合二方面的第一种可能的实现方式, 在第二种可能的实现方式中, 所述 处理器操作检测模块,用于在所述供电控制模块切断对所述处理器核的供电之 后, 接收片上网络路由器返回的所述操作信息对应操作的结果数据。  In conjunction with the first possible implementation of the second aspect, in a second possible implementation, the processor operates a detection module, configured to receive after the power supply control module cuts off power supply to the processor core The operation information returned by the on-chip network router corresponds to the result data of the operation.
结合二方面的实现方式, 或者二方面的第一种或者第二种可能的实现方 式、在第三种可能的实现方式中, 所述处理器核的操作信息由所述处理器操作 检测模块监控所述处理器核的操作行为获得, 或者, 所述处理器核的操作信息 由所述处理器操作检测模块接收自所述处理器核。  In combination with the implementation of the two aspects, or the first or the second possible implementation of the second aspect, in a third possible implementation manner, the operation information of the processor core is monitored by the processor operation detection module. The operational behavior of the processor core is obtained, or the operational information of the processor core is received by the processor operation detection module from the processor core.
结合二方面的实现方式, 或者二方面的第一种或者第二种可能的实现方 式、 在第四种可能的实现方式中, 所述处理器操作检测模块包括: 备份控制规 则存储单元和处理器操作检测单元;  In combination with the implementation of the two aspects, or the first or the second possible implementation of the second aspect, in the fourth possible implementation, the processor operation detection module includes: a backup control rule storage unit and a processor Operating detection unit;
所述备份控制规则存储单元, 用于存储预配置的备份控制规则; 所述处理器操作检测单元,用于将所述操作信息与所述备份控制规则存储 单元中存储的备份控制规则进行比对,若所述操作信息符合预配置的备份控制 规则, 则确定需要进行备份。 结合二方面的实现方式, 或者二方面的第一种或者第二种可能的实现方 式、 在第五种可能的实现方式中, 所述操作信息为: 将要产生超过预定阔值的 时延的操作对应的操作信息。 The backup control rule storage unit is configured to store a pre-configured backup control rule; the processor operation detecting unit is configured to compare the operation information with a backup control rule stored in the backup control rule storage unit If the operation information meets the pre-configured backup control rule, it is determined that the backup needs to be performed. In combination with the implementation of the second aspect, or the first or the second possible implementation manner of the second aspect, in the fifth possible implementation manner, the operation information is: an operation that is to generate a delay exceeding a predetermined threshold Corresponding operation information.
本发明实施例三方面提供了一种处理器, 包括: 一个处理器核, 或者, 两 个或两个以上的处理器核; 若所述处理器包含两个或两个以上的处理器核, 则 处理器核之间通过片上网络路由器建立可通信的连接; 还包括:  A third aspect of the present invention provides a processor, including: a processor core, or two or more processor cores; if the processor includes two or more processor cores, The processor cores establish a communicable connection between the processor cores through the on-chip network router;
与处理器核连接的功耗管理装置,所述功耗管理装置为本发明实施例提供 的任意一项的功耗管理装置。  A power management device connected to the processor core, the power consumption management device is a power consumption management device according to any one of the embodiments of the present invention.
从以上技术方案可以看出, 本发明实施例具有以下优点: 实现功耗管理的 设备通过处理器核的操作信息来确定需要对处理器核进行备份,并控制处理器 核的触发器将处理器核的状态备份到非易失性存储器, 然后切断供电。 由于处 理器具有触发器, 并且通过触发器进行数据存储, 因此可以避免处理器核需要 通过总线的方式访问集中式的存储器导致的处理器运行速度慢的问题,从而提 升处理器的运行速度; 针对操作信息来确定是否进行功耗控制, 可以实现更小 粒度的功耗控制,并且处理器核的状态备份到的是与触发器对应的非易失性存 储器, 与触发器对应的非易失性存储器可以设计得比集中式存储器小得多, 因 此为大幅降低功耗提供了条件。 附图说明  It can be seen from the above technical solutions that the embodiments of the present invention have the following advantages: The device that implements power consumption management determines the need to back up the processor core through the operation information of the processor core, and controls the trigger of the processor core to the processor. The state of the core is backed up to non-volatile memory and then powered off. Since the processor has a flip-flop and data storage through the flip-flop, the problem that the processor core needs to access the centralized memory through the bus to slow the running speed of the processor can be avoided, thereby improving the running speed of the processor; The operation information is used to determine whether power consumption control is performed, and a smaller granularity of power consumption control can be realized, and the state of the processor core is backed up to a nonvolatile memory corresponding to the trigger, and the nonvolatileity corresponding to the trigger Memory can be designed to be much smaller than centralized memory, thus providing the conditions for drastically reducing power consumption. DRAWINGS
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所 需要使用的附图作简要介绍, 显而易见地, 下面描述中的附图仅仅是本发明的 一些实施例,对于本领域的普通技术人员来讲,在不付出创造性劳动性的前提 下, 还可以根据这些附图获得其他的附图。  In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following drawings will be briefly described in the description of the embodiments, and it is obvious that the drawings in the following description are only some embodiments of the present invention, Those skilled in the art can also obtain other drawings based on these drawings without paying any inventive labor.
图 1为本发明实施例方法流程示意图;  1 is a schematic flowchart of a method according to an embodiment of the present invention;
图 2A为本发明实施众核处理器的结构示意图;  2A is a schematic structural diagram of a multi-core processor according to the present invention;
图 2B为本发明实施例众核处理器内一个处理器节点结构示意图; 图 3为本发明实施例非易失性管理单元结构示意图;  2B is a schematic structural diagram of a processor node in a multi-core processor according to an embodiment of the present invention; FIG. 3 is a schematic structural diagram of a non-volatile management unit according to an embodiment of the present invention;
图 4为本发明实施例方法流程示意图;  4 is a schematic flowchart of a method according to an embodiment of the present invention;
图 5为本发明实施例功耗管理装置结构示意图; 图 6为本发明实施例功耗管理装置结构示意图; FIG. 5 is a schematic structural diagram of a power consumption management apparatus according to an embodiment of the present invention; 6 is a schematic structural diagram of a power consumption management apparatus according to an embodiment of the present invention;
图 7为本发明实施例处理器结构示意图。 具体实施方式  FIG. 7 is a schematic structural diagram of a processor according to an embodiment of the present invention. detailed description
为了使本发明的目的、技术方案和优点更加清楚, 下面将结合附图对本发 明作进一步地详细描述, 显然, 所描述的实施例仅仅是本发明一部份实施例, 而不是全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有做 出创造性劳动前提下所获得的所有其它实施例, 都属于本发明保护的范围。  The present invention will be further described in detail with reference to the accompanying drawings, in which FIG. . All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
本发明实施例提供了一种功耗管理方法, 如图 1所示, 包括:  The embodiment of the invention provides a power consumption management method, as shown in FIG. 1 , including:
101 : 获取来自处理器核的操作信息;  101 : Acquire operation information from a processor core;
在本发明实施例中,操作信息是用来表示处理器核的操作的信息,操作信 息具体可以包括: 操作类型、 操作名称、 操作参数、 操作结果等。 来自处理器 核的操作信息可以是主动监控得到的也可以是由处理器核主动发送的,具体实 现方案可以依据处理器相关芯片的设计要求选用,本发明实施例对此不作唯一 性限定。  In the embodiment of the present invention, the operation information is information used to indicate the operation of the processor core, and the operation information may specifically include: an operation type, an operation name, an operation parameter, an operation result, and the like. The operation information from the processor core may be obtained by active monitoring or may be actively sent by the processor core. The specific implementation may be selected according to the design requirements of the processor-related chip, which is not limited by the embodiment of the present invention.
操作信息在在本发明实施例中用来确定是否需要对处理器核进行备份,确 定是否需要进行备份的规则可以是预先设定的,设定的方式可以通过固定的硬 件逻辑实现,也可以通过软件动态配置,对于本发明实施例而言两种方案都是 可行的, 本发明实施例对此不作唯一性限定。本实施例中会导致需要进行备份 的操作信息, 通常对应的是那些会产生较长时延的操作信息, 例如: 访问 I/O 设备的操作的操作名、 在 Cache (高速緩存)访问过程中发生高速緩存命中失 败( Cache Miss )的操作结果, 也可以是 Cache Miss后访问外部存储器的操作 的操作名等。  The operation information is used to determine whether the processor core needs to be backed up in the embodiment of the present invention. The rule for determining whether the backup needs to be performed may be preset, and the setting manner may be implemented by fixed hardware logic, or may be adopted. For the dynamic configuration of the software, both solutions are feasible for the embodiment of the present invention, which is not limited by the embodiment of the present invention. In this embodiment, operation information that needs to be backed up is used, and generally corresponds to operation information that generates a long delay, for example, an operation name of an operation for accessing an I/O device, and a Cache (cache) access process. The operation result of the cache hit failure (Cache Miss) may be the operation name of the operation of accessing the external memory after Cache Miss.
102: 若根据上述操作信息确定需要对上述处理器核进行备份, 则首先向 上述处理器核的触发器发送备份控制信号,使上述处理器核的触发器上述处理 器核的状态备份到上述触发器对应的非易失性存储器;然后切断对上述处理器 核的供电。  102: If it is determined that the processor core needs to be backed up according to the foregoing operation information, first sending a backup control signal to the trigger of the processor core, so that the state of the processor core of the processor core is backed up to the trigger. Corresponding non-volatile memory; then powering off the processor core.
在本发明实施例中,触发器可以集成在处理器核中,触发器也可以独立于 处理器核之外与处理器核位于同一芯片中;触发器与处理器核具有——对应的 关系。非易失性存储器可以与处理器核处于同一芯片内作为处理器核专用的非 易失性存储器使用, 也可以是集中式的非易失性存储器供多个处理器核使用。 以上实现方式均不影响本发明实施例的实现,具体的结构可以由技术人员根据 芯片的具体设计要求进行选用, 本发明实施例对此不予限定。 In the embodiment of the present invention, the trigger may be integrated in the processor core, and the trigger may be located in the same chip as the processor core independently of the processor core; the trigger and the processor core have corresponding Relationship. The non-volatile memory can be used as a processor core-specific non-volatile memory on the same chip as the processor core, or can be a centralized non-volatile memory for use by multiple processor cores. The above implementation manners do not affect the implementation of the embodiment of the present invention. The specific structure may be selected by a technician according to the specific design requirements of the chip, which is not limited by the embodiment of the present invention.
另外, 上述备份控制信号最终会被发送到触发器, 由于触发器可以集成在 处理器核中,也可能是独立于处理器之外的; 因此备份控制信号可以是通过处 理器核的接口发送给触发器的,也可以是直接发送给触发器的。 以上两种方案 并不会影响到本发明实施例的实现,具体的结构可以由技术人员根据芯片的具 体设计要求进行选用, 本发明实施例对此不予限定。  In addition, the above backup control signal will eventually be sent to the trigger, since the trigger can be integrated in the processor core, or it can be independent of the processor; therefore, the backup control signal can be sent to the interface of the processor core. The trigger can also be sent directly to the trigger. The above two solutions do not affect the implementation of the embodiments of the present invention. The specific structure may be selected by a technician according to the specific design requirements of the chip, which is not limited by the embodiment of the present invention.
以上实施例,实现功耗管理的设备通过处理器核的操作信息来确定需要对 处理器核进行备份,并控制处理器核的触发器将处理器核的状态备份到非易失 性存储器, 然后切断供电。 由于处理器具有触发器, 并且通过触发器进行数据 存储,因此可以避免处理器核需要通过总线的方式访问集中式的存储器导致的 处理器运行速度慢的问题,从而提升处理器的运行速度; 针对操作信息来确定 是否进行功耗控制, 可以实现更小粒度的功耗控制, 并且处理器核的状态备份 到的是与触发器对应的非易失性存储器,与触发器对应的非易失性存储器可以 设计得比集中式存储器小得多, 因此为大幅降低功耗提供了条件。  In the above embodiment, the device implementing the power consumption management determines that the processor core needs to be backed up by using the operation information of the processor core, and controls the trigger of the processor core to back up the state of the processor core to the non-volatile memory, and then Turn off the power supply. Since the processor has a flip-flop and data storage through the flip-flop, the problem that the processor core needs to access the centralized memory through the bus to slow the running speed of the processor can be avoided, thereby improving the running speed of the processor; The operation information is used to determine whether power consumption control is performed, and a smaller granularity of power consumption control can be realized, and the state of the processor core is backed up to a nonvolatile memory corresponding to the trigger, and the nonvolatileity corresponding to the trigger Memory can be designed to be much smaller than centralized memory, thus providing the conditions for drastically reducing power consumption.
以上实施例给出了如何切断供电降低功耗的方案,本发明实施例还提供了 恢复供电并完成处理器核的状态恢复的方案, 具体如下: 进一步地, 在切断对 上述处理器核的供电之后, 上述方法还包括:  The above embodiment provides a solution for how to cut off the power supply and reduce the power consumption. The embodiment of the present invention further provides a solution for restoring the power supply and completing the state recovery of the processor core, as follows: Further, the power supply to the processor core is cut off. After that, the above method further includes:
若接收到上述操作信息对应操作的结果数据,则首先恢复对上述处理器核 的供电, 然后向上述处理器核发送恢复控制信号,使上述触发器将存储在上述 非易失性存储器的上述处理器核的状态恢复到上述处理器核。  Receiving the result data of the operation operation corresponding to the operation information, first restoring the power supply to the processor core, and then transmitting a recovery control signal to the processor core, so that the trigger is to be stored in the non-volatile memory. The state of the core is restored to the above processor core.
在本实施例中,由于如果接收到结果数据意味着处理器核可以继续运行不 必继续等待了, 因此本实施例釆用结果数据来触发恢复供电, 然后进行状态恢 复。  In the present embodiment, since the reception of the result data means that the processor core can continue to operate without continuing to wait, the present embodiment uses the result data to trigger the restoration of the power supply, and then the state recovery is performed.
本发明实施例的处理器核可以是单核处理器上的处理器核,也可以是众核 处理器(包含两个或两个以上的处理器核)中的处理器核, 对于众核处理器而 言,处理器核与外部通信以及处理器核之间的通信都可以通过片上网络路由器 实现, 因此对于实现功耗管理的装置而言, 结果数据可以来源于片上网络路由 器, 具体如下: 可选地, 上述接收到上述操作信息对应操作的结果数据包括: 接收到片上网络路由器返回的上述操作信息对应操作的结果数据。 The processor core of the embodiment of the present invention may be a processor core on a single core processor, or may be a processor core in a many-core processor (including two or more processor cores), for multi-core processing. In terms of processor cores, external communication and communication between processor cores can be passed through the on-chip network router. The result data may be derived from an on-chip network router, as follows: Optionally, the result data of the operation corresponding to receiving the operation information includes: receiving the foregoing returned by the on-chip network router The operation information corresponds to the result data of the operation.
在本是实例中,来自处理器核的操作信息可以是主动监控得到的也可以是 由处理器核主动发送的,具体实现方案可以依据处理器相关芯片的设计要求选 用, 可选地, 上述获取来自处理器核的操作信息包括:  In this example, the operation information from the processor core may be obtained by active monitoring or may be actively sent by the processor core. The specific implementation scheme may be selected according to the design requirements of the processor-related chip, optionally, the foregoing acquisition. The operational information from the processor core includes:
监控上述处理器核的操作行为获得上述处理器核的操作信息, 或者,接收 上述处理器核发送的操作信息。  The operation behavior of the processor core is monitored to obtain operation information of the processor core, or the operation information sent by the processor core is received.
对于由处理器核发送操作信息的实现方案而言,处理器核可以将所有的操 作信息都发送给实现功耗管理的装置,也可以在确定需要发送的时候发送操作 信息。用于处理器核确定是否需要发送操作信息的规则(可以称为操作信息发 送规则 ), 可以参考前述是否需要进行备份的规则 (即备份控制规则 )。  For implementations that send operational information by the processor core, the processor core can send all of the operational information to the device that implements power management, or can send operational information when it is determined that transmission is needed. A rule for the processor core to determine whether it is necessary to send operation information (which may be referred to as an operation information transmission rule), and may refer to the foregoing rule (whether a backup control rule) that needs to be backed up.
可选地,上述根据上述操作信息确定是否需要对上述处理器核进行备份包 括: 将上述操作信息与预配置的备份控制规则进行比对, 若上述操作信息符合 预配置的备份控制规则, 则确定需要进行备份。  Optionally, determining, according to the foregoing operation information, whether to back up the processor core, the method includes: comparing the operation information with a pre-configured backup control rule, and determining, if the operation information meets a pre-configured backup control rule, determining A backup is required.
备份控制规则可以是与操作信息对应的规则,备份控制规则的设定依据是 操作信息可能导致的时延超过预定阔值; 例如: 某几个类型的操作的时间超过 预定阔值、或者某几种操作的时间超过预定阔值, 或者某些操作的操作结果会 导致后续操作的时间超过预定阔值,则可以釆用如下方法确定需要对上述处理 器核进行备份: 预置将要产生超过预定阔值的时延的操作的操类型、操作名和 /或操作结果信息为备份控制规则; 若获取到的操作信息满足上述备份控制规 贝1 J, 则确定需要对上述处理器核进行备份。 The backup control rule may be a rule corresponding to the operation information, and the backup control rule is set according to the delay of the operation information may exceed a predetermined threshold; for example: the time of some types of operations exceeds a predetermined threshold, or some If the operation time exceeds the predetermined threshold, or the operation result of some operations may cause the subsequent operation time to exceed the predetermined threshold, the following method may be used to determine that the processor core needs to be backed up: the preset will be generated more than the predetermined width The operation type, the operation name, and/or the operation result information of the value delay operation are backup control rules; if the acquired operation information satisfies the above backup control rule 1 J, it is determined that the processor core needs to be backed up.
本实施例中, 无论在处理器核中配置操作信息发送规则,还是在实现功耗 控制的设备中配置备份控制规则,都可以灵活的控制哪些操作需要对处理器核 进行备份, 实现精确到具体操作的功耗控制,从而提高功耗控制的灵活度并且 降低功耗。  In this embodiment, whether the operation information transmission rule is configured in the processor core or the backup control rule is configured in the device that implements the power consumption control, the operation can be flexibly controlled to perform backup on the processor core, and the implementation is accurate to specific. Power consumption control of the operation, thereby increasing the flexibility of power control and reducing power consumption.
本发明实施例中的处理器可能包含有很多个处理器核,由于处理器核与触 发器具有——对应的关系,那么在处理器核具有两个或两个以上的处理器核的 时候,触发器可以及时响应与之对应的处理器核的备份需求, 因此上述将上述 处理器核的状态备份到上述触发器对应的非易失性存储器实际上将会是:将上 述处理器核的状态并行地备份到上述触发器对应的非易失性存储器。 The processor in the embodiment of the present invention may include a plurality of processor cores. Since the processor core and the flip-flop have a corresponding relationship, when the processor core has two or more processor cores, The trigger can respond to the backup requirements of the corresponding processor core in time, so the above will be Backing up the state of the processor core to the non-volatile memory corresponding to the above trigger will actually be: backing up the state of the processor core in parallel to the non-volatile memory corresponding to the trigger.
由于处理器核的状态由处理器核的触发器进行备份,并且触发器对应的非 易失性存储器是分布式的, 因此可以实现并行备份。 相比于串行的方式, 速度 更快。  Since the state of the processor core is backed up by the trigger of the processor core and the non-volatile memory corresponding to the trigger is distributed, parallel backup can be implemented. Compared to the serial method, the speed is faster.
可选地, 上述操作信息为: 将要产生超过预定阔值的时延的操作对应的操 作信息。  Optionally, the operation information is: operation information corresponding to an operation to generate a delay exceeding a predetermined threshold.
在本发明实施例中,操作信息可以是任意操作对应的操作信息, 然而实际 上会导致需要进行备份的操作信息并不是所有的操作信息, 例如: 时延很短的 那些操作, 则可以不必进行备份, 这样可以减少备份 /恢复次数以及供电切换 次数, 提高处理器的运行速度; 在本发明实施例中, 时延的预定阔值可以任意 设定, 设定的更长一点可以减少备份 /恢复次数以及供电切换次数, 提高处理 器的运行速度; 设定的短一点, 则可以达到更低功耗的效果, 时延比较长的操 作有很多, 例如: 访问 I/O设备的操作, 高速緩存命中失败(Cache Miss )导 致的访问外部存储器的操作等。  In the embodiment of the present invention, the operation information may be operation information corresponding to any operation, but actually the operation information that needs to be backed up is not all operation information, for example, those operations with a short delay may not be performed. Backup, which can reduce the number of backup/recovery and power switching times, and improve the running speed of the processor. In the embodiment of the present invention, the predetermined threshold of the delay can be arbitrarily set, and the longer setting can reduce the backup/recovery. The number of times and the number of power-on switches increase the running speed of the processor. If the setting is shorter, the effect of lower power consumption can be achieved. There are many operations with long delays, for example: access to I/O devices, cache The operation of accessing external memory caused by Cache Miss.
以下实施例将对本发明实施例的具体实现方案进行举例说明,在以下举例 中, 应用场景为众核处理器。  The following embodiments illustrate specific implementations of the embodiments of the present invention. In the following examples, the application scenario is a many-core processor.
本发明实施例主要解决的技术问题有两个:一是使用集中式非易失性存储 器实现状态备份和恢复, 功耗高、 速度慢。 二是对非易失性存储器产生不必要 的读写访问。本发明实施例要实现的技术目的在于: 在不影响处理器寿命和性 能的前提下, 做到利用非易失技术实现处理器的低功耗设计和细粒度功耗管 理。  There are two technical problems that are mainly solved by the embodiments of the present invention. One is to use a centralized non-volatile memory to implement state backup and recovery, which has high power consumption and slow speed. The second is to generate unnecessary read and write access to the non-volatile memory. The technical aim of the embodiment of the present invention is to realize low-power design and fine-grained power management of the processor by using non-volatile technology without affecting the life and performance of the processor.
后续众核处理器应用场景下的实施例的主要思路是:使用非易失性管理单 元(该非易失性管理单即为实现功耗管理的装置, 与后续实施例中的功耗管理 装置的主要功能相同), 对处理器核的特定操作进行监控和判断, 基于判断结 果控制处理器核的触发器执行备份和恢复,并通过触发器控制对处理器核的供 电, 实现细粒度的处理器功耗管理。  The main idea of the embodiment in the subsequent multi-core processor application scenario is to use a non-volatile management unit (the non-volatile management sheet is a device for implementing power consumption management, and the power consumption management device in the subsequent embodiment) The main functions are the same), monitor and judge the specific operation of the processor core, control the trigger of the processor core to perform backup and recovery based on the judgment result, and control the power supply to the processor core through the trigger to achieve fine-grained processing. Power management.
针对前述众核处理器应用场景下所涉及的技术问题,本实施例提出降低众 核处理器功耗的技术方案, 利用触发器快速备份 /恢复的特性, 提供细粒度的 功耗管理能力, 从而降低处理器的功耗。 在本实施例中, 触发器可以是非易失 触发器 (Non- Volatile Flip-Flop, NVFF )。 For the technical problems involved in the foregoing multi-core processor application scenario, the present embodiment proposes a technical solution for reducing the power consumption of the multi-core processor, and provides fine-grained use of the characteristics of the fast backup/restore of the trigger. Power management capabilities to reduce processor power consumption. In this embodiment, the trigger may be a Non-Volatile Flip-Flop (NVFF).
备份和恢复, 主要包含两个部分:  Backup and recovery, mainly consists of two parts:
1、 处理器核执行特定操作时(如在访问 Cache过程中发生 Cache Miss后 访问外部存储器的操作, 访问 I/O设备等长延时操作), 备份状态到触发器, 关断处理器核供电;  1. When the processor core performs a specific operation (such as accessing the external memory after the Cache Miss occurs during the access to the Cache, accessing the I/O device and other long delay operations), backing up the state to the trigger, turning off the processor core power supply. ;
2、 上述特定操作完成后, 恢复供电, 处理器核的状态通过触发器从非易 失性存储器中恢复, 然后继续工作。  2. After the above specific operations are completed, the power is restored, and the state of the processor core is recovered from the non-volatile memory through the flip-flop, and then continues to work.
请参阅图 2A所示, 为本发明实施例众核处理器的结构示意图, 图 2B为 众核处理器内一个处理器节点 (包括处理器核及附属的部件)结构示意图。  Referring to FIG. 2A, FIG. 2B is a schematic structural diagram of a multi-core processor according to an embodiment of the present invention, and FIG. 2B is a schematic structural diagram of a processor node (including a processor core and an attached component) in the multi-core processor.
在图 2A所示的结构示意图中, 一个圓代表一个处理器节点, 它们与外部 元件通信; 外部元件可以包括: ETH ( EtherNet, 以太网) , MemC ( memory controller,存储控制器) MAC ( Media Access Control,媒体访问控制) SATA ( Serial Advanced Technology Attachment, 串行高级技术附件 )。  In the schematic diagram shown in FIG. 2A, one circle represents a processor node, which communicates with external components; external components may include: ETH (EtherNet, Ethernet), MemC (memory controller) MAC (Media Access Control, Media Access Control) SATA (Serial Advanced Technology Attachment).
在图 2A中, 非易失众核处理器包含若干个处理器节点, 与外设、 内存控 制器和片上网络进行通信。  In Figure 2A, a nonvolatile, multi-core processor includes a number of processor nodes that communicate with peripherals, memory controllers, and an on-chip network.
在图 2B中, 处理器节点包含处理器核 100、 非易失性管理单元 101和片 上网络路由器 102, 通过触发器建立处理器核与非易失性存储器之间的连接, 使非易失性存储器作为处理器核的高速緩存;  In FIG. 2B, the processor node includes a processor core 100, a non-volatile management unit 101, and an on-chip network router 102. The trigger establishes a connection between the processor core and the non-volatile memory to make non-volatile. The memory acts as a cache for the processor core;
在以上处理器节点的结构中, 处理器核 100执行特定操作时(如 Cache In the structure of the above processor node, when the processor core 100 performs a specific operation (such as Cache)
Miss,访问 I/O设备等长延时操作),将该操作信息发给非易失性管理单元 101 ; 非易失性管理单元 101对收到的操作信息进行判断,根据判断结果控制处理器 核的备份 /恢复以及供电 /断电。 具体实现方案如下, 请一并参阅图 2A、 图 2B 以及图 3: Miss, accessing the I/O device and other long delay operation), and sending the operation information to the non-volatile management unit 101; the non-volatile management unit 101 determines the received operation information, and controls the processor according to the judgment result. Core backup/recovery and power/power down. The specific implementation scheme is as follows. Please refer to Figure 2A, Figure 2B and Figure 3 together:
在本发明实施例中, 用于备份 /恢复控制和供电控制的非易失性管理单元 In the embodiment of the present invention, a nonvolatile management unit for backup/recovery control and power supply control
101, 其结构示意图如图 3所示: 101, its structure is shown in Figure 3:
非易失性管理单元 101包括: 备份 /恢复信号产生模块 310、处理器操作检 测模块 320, 以及供电控制模块 330, 其中处理器操作检测模块 320包括若干 备份控制规则项 321, 其功能分别为: 备份 /恢复信号产生模块 310: 产生使触发器执行备份 /恢复操作所需的控 制信号; The non-volatile management unit 101 includes: a backup/restore signal generating module 310, a processor operation detecting module 320, and a power supply control module 330. The processor operation detecting module 320 includes a plurality of backup control rule items 321, the functions of which are: Backup/restore signal generation module 310: generating a control signal required to cause a trigger to perform a backup/restore operation;
处理器操作检测模块 320: 接收处理器核 100的特定操作信息, 基于此操 作信息判断是否需要对处理器核进行状态备份; 接收来自片上网络路由器 102 返回的上述操作信息对应操作的结果数据, 控制备份 /恢复信号产生模块 310 产生恢复控制信号将先前备份的状态恢复到处理器核 100;  The processor operation detecting module 320: receives specific operation information of the processor core 100, determines whether a state backup of the processor core is required to be performed based on the operation information, and receives result data corresponding to the operation information returned by the above-mentioned operation information returned by the on-chip network router 102, and controls The backup/restore signal generation module 310 generates a recovery control signal to restore the state of the previous backup to the processor core 100;
备份控制规则项 321 :处理器操作检测模块 320在若干备份控制规则项 321 中查找上述处理器核 100的操作信息,基于查找结果决定是否需要使处理器核 100进行状态备份。 根据具体的设计需求, 备份控制规则项 321可以是固定的 硬件逻辑, 也可以由软件进行动态配置;  The backup control rule item 321 : the processor operation detecting module 320 searches the operation information of the processor core 100 in the plurality of backup control rule items 321 , and determines whether the processor core 100 needs to perform state backup based on the search result. Depending on the specific design requirements, the backup control rule entry 321 can be fixed hardware logic or dynamically configured by software;
供电控制模块 330: 控制对处理器核 100的供电。  Power Control Module 330: Controls power to the processor core 100.
基于以上硬件结构,本发明实施例利用触发器降低众核处理器功耗的控制 流程, 请一并参阅图 2A、 图 2B, 图 3以及图 4所示:  Based on the above hardware structure, the embodiment of the present invention utilizes a trigger to reduce the control flow of the multi-core processor power consumption. Please refer to FIG. 2A, FIG. 2B, FIG. 3 and FIG. 4 together:
401 : 众核处理器的处理器核 100正常工作;  401: The processor core 100 of the many-core processor works normally;
402: 当众核处理器中的某一处理器核 100在执行特定操作时 (例如访问 402: When a processor core 100 in a core processor is performing a specific operation (eg, accessing
I/O设备, Cache Miss时访问主存等长延时操作),将操作类型和参数信息发送 至该处理器核 100对应的非易失性管理单元 101 ; The I/O device accesses the main storage equal-length delay operation when the Cache Miss is used, and sends the operation type and parameter information to the non-volatile management unit 101 corresponding to the processor core 100;
403: 非易失性管理单元 101的处理器操作检测模块 320根据收到的操作 类型和参数信息, 确定是否需要进行备份, 若是, 进入 404, 否则进入 401 ;  403: The processor operation detecting module 320 of the non-volatile management unit 101 determines whether a backup is needed according to the received operation type and parameter information, and if yes, enters 404, otherwise enters 401;
404: 非易失性管理单元 101的备份 /恢复信号产生模块 301产生备份控制 信息给处理器核 100, 使处理器核 100的触发器将处理器核 100的状态釆用并 行的方式备份到非易失性存储器; 然后进入 405;  404: The backup/restore signal generating module 301 of the non-volatile management unit 101 generates backup control information to the processor core 100, so that the trigger of the processor core 100 backs up the state of the processor core 100 to the non-parallel manner. Volatile memory; then enter 405;
405: 供电控制模块 330关闭对上述处理器核 100的供电; 进入等待状态, 直到片上网络路由器 102返回上述特定操作的结果数据, 进入 406;  405: The power supply control module 330 turns off the power supply to the processor core 100; enters a wait state until the on-chip network router 102 returns the result data of the specific operation, and proceeds to 406;
406: 供电控制模块 330恢复对上述处理器核 100的供电, 然后进入 407; 406: The power supply control module 330 resumes power supply to the processor core 100, and then enters 407;
407: 非易失性管理单元 101的备份 /恢复信号产生模块 301产生恢复控制 信息给处理器核 100, 使处理器核 100的触发器将非易失性存储器内备份的上 述处理器核 100的状态恢复到上述处理器核 100; 然后进入 401。 在步骤 406 恢复处理器核 100供电以后,处理器核 100会接收到片上网络路由器 102返回 的结果数据。 407: The backup/restore signal generating module 301 of the non-volatile management unit 101 generates recovery control information to the processor core 100, so that the trigger of the processor core 100 will back up the processor core 100 of the non-volatile memory. The state is restored to the above processor core 100; then, 401 is entered. After the processor core 100 is powered back in step 406, the processor core 100 receives the return of the on-chip network router 102. Result data.
在本发明实施例中中,每个处理器核在执行特定操作(尤其是长延时操作 ) 时可以被关断供电直至操作结束,可以有效降低处理器功耗,提高性能功耗比。  In the embodiment of the present invention, each processor core can be powered off until the end of the operation when performing a specific operation (especially a long delay operation), which can effectively reduce the power consumption of the processor and improve the performance-to-power ratio.
本发明实施例使用可配置的非易失性管理单元,针对不同类型的特定操作 可以提供细粒度的功耗管理能力, 并减小对处理器性能的影响, 以及降低备份 和恢复操作对非易失器件的寿命影响。  The embodiment of the present invention uses a configurable non-volatile management unit to provide fine-grained power management capabilities for different types of specific operations, and to reduce the impact on processor performance, and to reduce backup and recovery operations. Loss of life of the device.
本发明实施例还提供了一种功耗管理装置, 如图 5所示, 包括:  The embodiment of the invention further provides a power consumption management device, as shown in FIG. 5, including:
处理器操作检测模块 501, 用于获取来自处理器核的操作信息;  a processor operation detecting module 501, configured to acquire operation information from the processor core;
信号产生模块 502, 用于若根据上述处理器操作检测模块 501获取的上述 操作信息确定需要对上述处理器核进行备份,则向上述处理器核的触发器发送 备份控制信号,使上述处理器核的触发器将上述处理器核的状态备份到上述触 发器对应的非易失性存储器;  The signal generating module 502 is configured to: if it is determined that the processor core needs to be backed up according to the operation information acquired by the processor operation detecting module 501, send a backup control signal to the trigger of the processor core to enable the processor core The trigger backs up the state of the processor core to the non-volatile memory corresponding to the trigger;
供电控制模块 503,用于在上述信号产生模块 502发送备份控制信号之后, 切断对上述处理器核的供电。  The power supply control module 503 is configured to cut off power supply to the processor core after the signal generation module 502 sends the backup control signal.
在本发明实施例中,操作信息是用来表示处理器核的操作的信息,操作信 息具体可以包括: 操作类型、 操作名称、 操作参数、 操作结果等。 来自处理器 核的操作信息可以是主动监控得到的也可以是由处理器核主动发送的,具体实 现方案可以依据处理器相关芯片的设计要求选用,本发明实施例对此不作唯一 性限定。  In the embodiment of the present invention, the operation information is information used to indicate the operation of the processor core, and the operation information may specifically include: an operation type, an operation name, an operation parameter, an operation result, and the like. The operation information from the processor core may be obtained by active monitoring or may be actively sent by the processor core. The specific implementation may be selected according to the design requirements of the processor-related chip, which is not limited by the embodiment of the present invention.
操作信息在本发明实施例中用来确定是否需要对处理器核进行备份,确定 是否需要进行备份的规则可以是预先设定的,设定的方式可以通过固定的硬件 逻辑实现,也可以通过软件动态配置, 对于本发明实施例而言两种方案都是可 行的, 本发明实施例对此不作唯一性限定。本实施例中会导致需要进行备份的 操作信息, 通常对应的是那些会产生较长时延的操作信息, 例如: 访问 I/O设 备的操作的操作名、 在 Cache (高速緩存 )访问过程中发生高速緩存命中失败 ( Cache Miss )的操作结果, 也可以是 Cache Miss后访问外部存储器的操作的 操作名等。  The operation information is used to determine whether the processor core needs to be backed up in the embodiment of the present invention. The rule for determining whether the backup needs to be performed may be preset, and the setting manner may be implemented by fixed hardware logic or by software. Dynamic configuration, both solutions are feasible for the embodiments of the present invention, and the embodiments of the present invention are not limited thereto. In this embodiment, operation information that needs to be backed up is generated, and generally corresponds to operation information that may generate a long delay, for example, an operation name of an operation of accessing an I/O device, and a Cache (cache) access process. The operation result of the cache hit failure (Cache Miss) may be the operation name of the operation of accessing the external memory after Cache Miss.
在本发明实施例中,备份控制规则可以是与操作信息对应的规则,备份控 制规则的设定依据是操作信息可能导致的时延超过预定阔值; 例如: 某几个类 型的操作的时间超过预定阔值、或者某几种操作的时间超过预定阔值, 或者某 些操作的操作结果会导致后续操作的时间超过预定阔值,则可以釆用如下方法 确定需要对上述处理器核进行备份:预置将要产生超过预定阔值的时延的操作 的操类型、 操作名和 /或操作结果信息为备份控制规则; 若获取到的操作信息 满足上述备份控制规则, 则确定需要对上述处理器核进行备份。 In the embodiment of the present invention, the backup control rule may be a rule corresponding to the operation information, and the backup control rule is set according to the delay that the operation information may cause to exceed a predetermined threshold; for example: a certain class If the operation time of the type exceeds the predetermined threshold, or the time of some operations exceeds the predetermined threshold, or the operation result of some operations causes the time of the subsequent operation to exceed the predetermined threshold, the following method may be used to determine the need for the above The processor core performs backup: presets the operation type, operation name, and/or operation result information of the operation to generate a delay exceeding a predetermined threshold as a backup control rule; if the acquired operation information satisfies the backup control rule, it is determined that Back up the above processor core.
以上实施例,实现功耗管理的设备通过处理器核的操作信息来确定需要对 处理器核进行备份,并控制处理器核的触发器将处理器核的状态备份到非易失 性存储器, 然后切断供电。 由于处理器具有触发器, 并且通过触发器进行数据 存储,因此可以避免处理器核需要通过总线的方式访问集中式的存储器导致的 处理器运行速度慢的问题,从而提升处理器的运行速度; 针对操作信息来确定 是否进行功耗控制, 可以实现更小粒度的功耗控制, 并且处理器核的状态备份 到的是与触发器对应的非易失性存储器,与触发器对应的非易失性存储器可以 设计得比集中式存储器小得多, 因此为大幅降低功耗提供了条件。  In the above embodiment, the device implementing the power consumption management determines that the processor core needs to be backed up by using the operation information of the processor core, and controls the trigger of the processor core to back up the state of the processor core to the non-volatile memory, and then Turn off the power supply. Since the processor has a flip-flop and data storage through the flip-flop, the problem that the processor core needs to access the centralized memory through the bus to slow the running speed of the processor can be avoided, thereby improving the running speed of the processor; The operation information is used to determine whether power consumption control is performed, and a smaller granularity of power consumption control can be realized, and the state of the processor core is backed up to a nonvolatile memory corresponding to the trigger, and the nonvolatileity corresponding to the trigger Memory can be designed to be much smaller than centralized memory, thus providing the conditions for drastically reducing power consumption.
以上实施例给出了如何切断供电降低功耗的方案,本发明实施例还提供了 恢复供电并完成处理器核的状态恢复的方案, 具体如下: 进一步地, 上述处理 器操作检测模块 501, 还用于在上述供电控制模块 503切断对上述处理器核的 供电之后, 接收上述操作信息对应操作的结果数据 ;  The above embodiment provides a solution for how to cut off the power supply and reduce the power consumption. The embodiment of the present invention further provides a solution for restoring the power supply and completing the state recovery of the processor core, which is specifically as follows: Further, the processor operates the detection module 501, After receiving the power supply to the processor core by the power supply control module 503, receiving the result data of the operation corresponding to the operation information;
上述供电控制模块 503, 还用于若上述处理器操作检测模块 501接收到上 述操作信息对应操作的结果数据, 则恢复对上述处理器核的供电;  The power supply control module 503 is further configured to resume power supply to the processor core if the processor operation detecting module 501 receives the result data of the operation operation corresponding to the operation information;
上述信号产生模块 502, 还用于在上述供电控制模块 503恢复对上述处理 器核的供电之后, 向上述处理器核发送恢复控制信号,使上述触发器将存储在 上述非易失性存储器的上述处理器核的状态恢复到上述处理器核。  The signal generating module 502 is further configured to: after the power supply control module 503 resumes power supply to the processor core, send a resume control signal to the processor core, so that the trigger is to be stored in the non-volatile memory. The state of the processor core is restored to the above processor core.
在本实施例中,由于如果接收到结果数据意味着处理器核可以继续运行不 必继续等待了, 因此本实施例釆用结果数据来触发恢复供电, 然后进行状态恢 复。  In the present embodiment, since the reception of the result data means that the processor core can continue to operate without continuing to wait, the present embodiment uses the result data to trigger the restoration of the power supply, and then the state recovery is performed.
本发明实施例的处理器核可以是单核处理器上的处理器核,也可以是众核 处理器(包含两个或两个以上的处理器核)中的处理器核, 对于众核处理器而 言,处理器核与外部通信以及处理器核之间的通信都可以通过片上网络路由器 实现, 因此对于实现功耗管理的装置而言, 结果数据的来源可以来源于片上网 络路由器, 具体如下: 可选地, 上述处理器操作检测模块 501, 用于在上述供 电控制模块 503切断对上述处理器核的供电之后,接收片上网络路由器返回的 上述操作信息对应操作的结果数据。 The processor core of the embodiment of the present invention may be a processor core on a single core processor, or may be a processor core in a many-core processor (including two or more processor cores), for multi-core processing. For the device, the communication between the processor core and the external communication and the processor core can be realized by the on-chip network router. Therefore, for the device that implements power consumption management, the source of the result data can be derived from the tablet network. The router is specifically configured as follows: Optionally, the processor operation detecting module 501 is configured to: after the power supply control module 503 cuts off power supply to the processor core, receive the result data of the operation operation corresponding to the operation information returned by the on-chip network router. .
在本是实例中,来自处理器核的操作信息可以是主动监控得到的也可以是 由处理器核主动发送的,具体实现方案可以依据处理器相关芯片的设计要求选 用, 可选地, 上述处理器核的操作信息由上述处理器操作检测模块 501监控上 述处理器核的操作行为获得, 或者, 上述处理器核的操作信息由上述处理器操 作检测模块 501接收自所述处理器核。  In this example, the operation information from the processor core may be obtained by active monitoring or may be actively sent by the processor core. The specific implementation scheme may be selected according to the design requirements of the processor-related chip, optionally, the foregoing processing. The operation information of the controller core is obtained by the processor operation detection module 501 monitoring the operation behavior of the processor core, or the operation information of the processor core is received by the processor operation detection module 501 from the processor core.
对于由处理器核发送操作信息的实现方案而言,处理器核可以将所有的操 作信息都发送给实现功耗管理的装置,也可以在确定需要发送的时候发送操作 信息。用于处理器核确定是否需要发送操作信息的规则(可以称为操作信息发 送规则 ), 可以参考前述是否需要进行备份的规则 (即备份控制规则 )。  For implementations that send operational information by the processor core, the processor core can send all of the operational information to the device that implements power management, or can send operational information when it is determined that transmission is needed. A rule for the processor core to determine whether it is necessary to send operation information (which may be referred to as an operation information transmission rule), and may refer to the foregoing rule (whether a backup control rule) that needs to be backed up.
可选地, 如图 6所示, 上述处理器操作检测模块 501包括: 备份控制规则 存储单元 601和处理器操作检测单元 602;  Optionally, as shown in FIG. 6, the processor operation detecting module 501 includes: a backup control rule storage unit 601 and a processor operation detecting unit 602;
上述备份控制规则存储单元 601, 用于存储预配置的备份控制规则; 上述处理器操作检测单元 602, 用于将上述操作信息与上述备份控制规则 存储单元 601中存储的备份控制规则进行比对,若上述操作信息符合预配置的 备份控制规则, 则确定需要进行备份。  The backup control rule storage unit 601 is configured to store the pre-configured backup control rule. The processor operation detecting unit 602 is configured to compare the operation information with the backup control rule stored in the backup control rule storage unit 601. If the above operation information meets the pre-configured backup control rules, it is determined that a backup is required.
本是实例中, 无论在处理器核中配置操作信息发送规则,还是在实现功耗 控制的设备中配置备份控制规则,都可以灵活的控制哪些操作需要对处理器核 进行备份, 实现精确到具体操作的功耗控制,从而提高功耗控制的灵活度并且 降低功耗。  In this example, whether the operation information transmission rule is configured in the processor core or the backup control rule is configured in the device that implements the power consumption control, the operation can be flexibly controlled to perform backup on the processor core, and the implementation is accurate to specific. Power consumption control of the operation, thereby increasing the flexibility of power control and reducing power consumption.
本发明实施例中的处理器可能包含有很多个处理器核,由于处理器核与触 发器具有——对应的关系,那么在处理器核具有两个或两个以上的处理器核的 时候,上述将上述处理器核的状态备份到上述触发器对应的非易失性存储器实 际上将会是:将上述处理器核的状态并行地备份到上述触发器对应的非易失性 存储器。  The processor in the embodiment of the present invention may include a plurality of processor cores. Since the processor core and the flip-flop have a corresponding relationship, when the processor core has two or more processor cores, The above-mentioned backup of the state of the processor core to the non-volatile memory corresponding to the trigger is actually: backing up the state of the processor core in parallel to the non-volatile memory corresponding to the trigger.
由于处理器核的状态由处理器核的触发器进行备份,并且触发器对应的非 易失性存储器是分布式的, 因此可以实现并行备份。 相比于串行的方式, 速度 更快。 Since the state of the processor core is backed up by the trigger of the processor core, and the non-volatile memory corresponding to the trigger is distributed, parallel backup can be implemented. Compared to the serial way, speed Faster.
可选地, 上述操作信息为: 将要产生超过预定阔值的时延的操作对应的操 作信息。  Optionally, the operation information is: operation information corresponding to an operation to generate a delay exceeding a predetermined threshold.
在本发明实施例中,操作信息可以是任意操作对应的操作信息, 然而实际 上会导致需要进行备份的操作信息并不是所有的操作信息, 例如: 时延很短的 那些操作, 则可以不必进行备份, 这样可以减少备份 /恢复次数以及供电切换 次数, 提高处理器的运行速度; 在本发明实施例中, 时延的预定阔值可以任意 设定, 设定的更长一点可以减少备份 /恢复次数以及供电切换次数, 提高处理 器的运行速度; 设定的短一点, 则可以达到更低功耗的效果, 时延比较长的操 作有很多, 例如: 访问 I/O设备的操作, 高速緩存命中失败(Cache Miss )导 致的访问外部存储器的操作等。  In the embodiment of the present invention, the operation information may be operation information corresponding to any operation, but actually the operation information that needs to be backed up is not all operation information, for example, those operations with a short delay may not be performed. Backup, which can reduce the number of backup/recovery and power switching times, and improve the running speed of the processor. In the embodiment of the present invention, the predetermined threshold of the delay can be arbitrarily set, and the longer setting can reduce the backup/recovery. The number of times and the number of power-on switches increase the running speed of the processor. If the setting is shorter, the effect of lower power consumption can be achieved. There are many operations with long delays, for example: access to I/O devices, cache The operation of accessing external memory caused by Cache Miss.
本发明实施例还提供了一种处理器, 如图 7 所示, 包括: 一个处理器核 701, 或者, 两个或两个以上的处理器核 701 ; 若上述处理器包含两个或两个 以上的处理器核 701, 则处理器核 701之间通过片上网络路由器 702建立可通 信的连接; 另外, 上述处理器还包括: 与处理器核 701 连接的功耗管理装置 703,上述功耗管理装置 703为本发明实施例提供的任意一项的功耗管理装置。  The embodiment of the present invention further provides a processor, as shown in FIG. 7, comprising: a processor core 701, or two or more processor cores 701; if the processor includes two or two In the above processor core 701, the processor core 701 establishes a communicable connection between the processor cores 702. The processor further includes: a power consumption management device 703 connected to the processor core 701, and the power consumption management. The device 703 is a power consumption management device according to any one of the embodiments of the present invention.
在本发明实施例中, 处理器核 701、 功耗管理装置 703以及片上网络路由 器 702的数量可以是任意多个,在图 7中所示的数量不应理解为对本发明实施 例的限定。  In the embodiment of the present invention, the number of the processor core 701, the power consumption management device 703, and the on-chip network router 702 may be any number. The number shown in FIG. 7 is not to be construed as limiting the embodiment of the present invention.
以上实施例,实现功耗管理的设备通过处理器核的操作信息来确定需要对 处理器核进行备份,并控制处理器核的触发器将处理器核的状态备份到非易失 性存储器, 然后切断供电。 由于处理器具有触发器, 并且通过触发器进行数据 存储,因此可以避免处理器核需要通过总线的方式访问集中式的存储器导致的 处理器运行速度慢的问题,从而提升处理器的运行速度; 针对操作信息来确定 是否进行功耗控制, 可以实现更小粒度的功耗控制, 并且处理器核的状态备份 到的是与触发器对应的非易失性存储器,与触发器对应的非易失性存储器可以 设计得比集中式存储器小得多, 因此为大幅降低功耗提供了条件。  In the above embodiment, the device implementing the power consumption management determines that the processor core needs to be backed up by using the operation information of the processor core, and controls the trigger of the processor core to back up the state of the processor core to the non-volatile memory, and then Turn off the power supply. Since the processor has a flip-flop and data storage through the flip-flop, the problem that the processor core needs to access the centralized memory through the bus to slow the running speed of the processor can be avoided, thereby improving the running speed of the processor; The operation information is used to determine whether power consumption control is performed, and a smaller granularity of power consumption control can be realized, and the state of the processor core is backed up to a nonvolatile memory corresponding to the trigger, and the nonvolatileity corresponding to the trigger Memory can be designed to be much smaller than centralized memory, thus providing the conditions for drastically reducing power consumption.
本是实例中, 无论在处理器核中配置操作信息发送规则,还是在实现功耗 控制的设备中配置备份控制规则,都可以灵活的控制哪些操作需要对处理器核 进行备份, 实现精确到具体操作的功耗控制,从而提高功耗控制的灵活度并且 降低功耗。 In this example, whether the operation information transmission rule is configured in the processor core or the backup control rule is configured in the device that implements the power consumption control, the operation can be flexibly controlled. Backups are performed to achieve power consumption control that is accurate to specific operations, thereby increasing power control flexibility and reducing power consumption.
值得注意的是, 上述装置只是按照功能逻辑进行划分的,但并不局限于上 述的划分, 只要能够实现相应的功能即可; 另外, 各功能单元的具体名称也只 是为了便于相互区分, 并不用于限制本发明的保护范围。  It should be noted that the above devices are only divided according to functional logic, but are not limited to the above divisions, as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are only for the purpose of distinguishing from each other, and are not used. To limit the scope of protection of the present invention.
另夕卜,本领域普通技术人员可以理解实现上述各方法实施例中的全部或部 分步骤是可以通过程序来指令相关的硬件完成,相应的程序可以存储于一种计 算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。  In addition, those skilled in the art can understand that all or part of the steps in implementing the foregoing method embodiments can be completed by a program to instruct related hardware, and the corresponding program can be stored in a computer readable storage medium. The storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
以上仅为本发明较佳的具体实施方式, 但本发明的保护范围并不局限于 此,任何熟悉本技术领域的技术人员在本发明实施例揭露的技术范围内, 可轻 易想到的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保 护范围应该以权利要求的保护范围为准。  The above is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or replacements within the technical scope disclosed by the embodiments of the present invention. All should be covered by the scope of the present invention. Therefore, the scope of protection of the present invention should be determined by the scope of the claims.

Claims

权 利 要 求 Rights request
1、 一种功耗管理方法, 其特征在于, 包括:  A power management method, characterized in that:
获取来自处理器核的操作信息;  Obtaining operational information from the processor core;
若根据所述操作信息确定需要对所述处理器核进行备份,则首先向所述处 理器核的触发器发送备份控制信号,使所述处理器核的触发器将所述处理器核 的状态备份到所述触发器对应的非易失性存储器;然后切断对所述处理器核的 供电。  If it is determined that the processor core needs to be backed up according to the operation information, first sending a backup control signal to the trigger of the processor core, so that the trigger of the processor core is to be the state of the processor core. Backing up to the non-volatile memory corresponding to the trigger; then turning off power to the processor core.
2、 根据权利要求 1所述方法, 其特征在于, 在切断对所述处理器核的供 电之后, 所述方法还包括:  2. The method according to claim 1, wherein after the power supply to the processor core is cut off, the method further includes:
若接收到所述操作信息对应操作的结果数据,则首先恢复对所述处理器核 的供电, 然后向所述处理器核发送恢复控制信号,使所述触发器将存储在所述 非易失性存储器的所述处理器核的状态恢复到所述处理器核。  If the result data of the operation information corresponding operation is received, power supply to the processor core is first restored, and then a recovery control signal is sent to the processor core, so that the trigger is to be stored in the nonvolatile The state of the processor core of the memory is restored to the processor core.
3、 根据权利要求 2所述方法, 其特征在于, 所述接收到所述操作信息对 应操作的结果数据包括:  The method according to claim 2, wherein the receiving the result data corresponding to the operation information comprises:
接收到片上网络路由器返回的所述操作信息对应操作的结果数据。  Receiving the operation information returned by the on-chip network router corresponding to the result data of the operation.
4、 根据权利要求 1至 3任意一项所述方法, 其特征在于, 所述获取来自 处理器核的操作信息包括:  The method according to any one of claims 1 to 3, wherein the obtaining operation information from the processor core comprises:
监控所述处理器核的操作行为获得所述处理器核的操作信息, 或者,接收 所述处理器核发送的操作信息。  Monitoring the operation behavior of the processor core to obtain operation information of the processor core, or receiving operation information sent by the processor core.
5、 根据权利要求 1至 3任意一项所述方法, 其特征在于, 所述根据所述 操作信息确定是否需要对所述处理器核进行备份包括:  The method according to any one of claims 1 to 3, wherein the determining, according to the operation information, whether the backup of the processor core is required comprises:
将所述操作信息与预配置的备份控制规则进行比对,若所述操作信息符合 预配置的备份控制规则, 则确定需要进行备份。  The operation information is compared with the pre-configured backup control rule. If the operation information meets the pre-configured backup control rule, it is determined that the backup needs to be performed.
6、 根据权利要求 1至 3任意一项所述方法, 其特征在于, 所述操作信息 为: 将要产生超过预定阔值的时延的操作对应的操作信息。  The method according to any one of claims 1 to 3, characterized in that the operation information is: operation information corresponding to an operation of generating a delay exceeding a predetermined threshold.
7、 一种功耗管理装置, 其特征在于, 包括:  7. A power management device, comprising:
处理器操作检测模块, 用于获取来自处理器核的操作信息;  a processor operation detecting module, configured to acquire operation information from the processor core;
信号产生模块,用于若根据所述处理器操作检测模块获取的所述操作信息 确定需要对所述处理器核进行备份,则向所述处理器核的触发器发送备份控制 信号,使所述处理器核的触发器将所述处理器核的状态备份到所述触发器对应 的非易失性存储器; a signal generating module, configured to send a backup control to a trigger of the processor core, if it is determined that the processor core needs to be backed up according to the operation information acquired by the processor operation detecting module Signaling, causing a trigger of the processor core to back up a state of the processor core to a non-volatile memory corresponding to the trigger;
供电控制模块, 用于在所述信号产生模块发送备份控制信号之后,切断对 所述处理器核的供电。  And a power supply control module, configured to cut off power supply to the processor core after the signal generation module sends the backup control signal.
8、 根据权利要求 7所述功耗管理装置, 其特征在于,  8. The power management apparatus according to claim 7, wherein:
所述处理器操作检测模块,还用于在所述供电控制模块切断对所述处理器 核的供电之后, 接收所述操作信息对应操作的结果数据;  The processor operation detecting module is further configured to: after the power supply control module cuts off power supply to the processor core, receive result data corresponding to the operation information;
所述供电控制模块,还用于若所述处理器操作检测模块接收到所述操作信 息对应操作的结果数据, 则恢复对所述处理器核的供电;  The power supply control module is further configured to resume power supply to the processor core if the processor operation detecting module receives result data corresponding to the operation information of the operation information;
所述信号产生模块,还用于在所述供电控制模块恢复对所述处理器核的供 电之后, 向所述处理器核发送恢复控制信号,使所述触发器将存储在所述非易 失性存储器的所述处理器核的状态恢复到所述处理器核。  The signal generating module is further configured to: after the power supply control module resumes power supply to the processor core, send a resume control signal to the processor core, so that the trigger is to be stored in the nonvolatile The state of the processor core of the memory is restored to the processor core.
9、 根据权利要求 8所述功耗管理装置, 其特征在于,  9. The power management apparatus according to claim 8, wherein:
所述处理器操作检测模块,用于在所述供电控制模块切断对所述处理器核 的供电之后, 接收片上网络路由器返回的所述操作信息对应操作的结果数据。  The processor operation detecting module is configured to receive, after the power supply control module cuts off power supply to the processor core, the result data corresponding to the operation information returned by the on-chip network router.
10、 根据权利要求 7至 9任意一项所述功耗管理装置, 其特征在于, 所述处理器核的操作信息由所述处理器操作检测模块监控所述处理器核 的操作行为获得, 或者, 所述处理器核的操作信息由所述处理器操作检测模块 接收自所述处理器核。  The power consumption management apparatus according to any one of claims 7 to 9, wherein the operation information of the processor core is obtained by the processor operation detection module monitoring an operation behavior of the processor core, or The operation information of the processor core is received by the processor operation detection module from the processor core.
11、 根据权利要求 7至 9任意一项所述功耗管理装置, 其特征在于, 所述 处理器操作检测模块包括: 备份控制规则存储单元和处理器操作检测单元; 所述备份控制规则存储单元, 用于存储预配置的备份控制规则; 所述处理器操作检测单元,用于将所述操作信息与所述备份控制规则存储 单元中存储的备份控制规则进行比对,若所述操作信息符合预配置的备份控制 规则, 则确定需要进行备份。  The power consumption management apparatus according to any one of claims 7 to 9, wherein the processor operation detecting module comprises: a backup control rule storage unit and a processor operation detecting unit; and the backup control rule storage unit And the processor operation detecting unit is configured to compare the operation information with a backup control rule stored in the backup control rule storage unit, if the operation information meets Pre-configured backup control rules determine that a backup is required.
12、 根据权利要求 7至 9任意一项所述功耗管理装置, 其特征在于, 所述 操作信息为: 将要产生超过预定阔值的时延的操作对应的操作信息。  The power consumption management device according to any one of claims 7 to 9, wherein the operation information is: operation information corresponding to an operation of generating a delay exceeding a predetermined threshold.
13、 一种处理器, 包括: 一个处理器核, 或者, 两个或两个以上的处理器 核; 若所述处理器包含两个或两个以上的处理器核, 则处理器核之间通过片上 网络路由器建立可通信的连接; 其特征在于, 还包括: 13. A processor, comprising: a processor core, or two or more processor cores; if the processor comprises two or more processor cores, between processor cores Through the chip The network router establishes a communicable connection; and is characterized by:
与处理器核连接的功耗管理装置, 所述功耗管理装置为权利要求 7~12任 意一项的功耗管理装置。  A power management device connected to the processor core, wherein the power consumption management device is the power consumption management device according to any one of claims 7 to 12.
PCT/CN2014/081275 2014-06-30 2014-06-30 Power consumption management method, power consumption management device, and processor WO2016000174A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2014/081275 WO2016000174A1 (en) 2014-06-30 2014-06-30 Power consumption management method, power consumption management device, and processor
CN201480003858.1A CN105393188B (en) 2014-06-30 2014-06-30 A kind of power consumption management method, power consumption managing device and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2014/081275 WO2016000174A1 (en) 2014-06-30 2014-06-30 Power consumption management method, power consumption management device, and processor

Publications (1)

Publication Number Publication Date
WO2016000174A1 true WO2016000174A1 (en) 2016-01-07

Family

ID=55018260

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/081275 WO2016000174A1 (en) 2014-06-30 2014-06-30 Power consumption management method, power consumption management device, and processor

Country Status (2)

Country Link
CN (1) CN105393188B (en)
WO (1) WO2016000174A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828482A (en) * 2005-04-13 2006-09-06 威盛电子股份有限公司 Control output signal switchinging time to save electric power consumption
CN101697198A (en) * 2009-10-28 2010-04-21 浪潮电子信息产业股份有限公司 Method for dynamically regulating number of active processors in single computer system
CN101782791A (en) * 2010-01-29 2010-07-21 杭州电子科技大学 Clock/reset and configuration controller hardcore in communication processor chip
US20120166852A1 (en) * 2011-12-22 2012-06-28 Sodhi Inder M Method, apparatus, and system for energy efficiency and energy conservation including improved processor core deep power down exit latency by using register secondary uninterrupted power supply
CN103425232A (en) * 2012-05-14 2013-12-04 美国博通公司 Leakage variation aware power management for multicore processors

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1828482A (en) * 2005-04-13 2006-09-06 威盛电子股份有限公司 Control output signal switchinging time to save electric power consumption
CN101697198A (en) * 2009-10-28 2010-04-21 浪潮电子信息产业股份有限公司 Method for dynamically regulating number of active processors in single computer system
CN101782791A (en) * 2010-01-29 2010-07-21 杭州电子科技大学 Clock/reset and configuration controller hardcore in communication processor chip
US20120166852A1 (en) * 2011-12-22 2012-06-28 Sodhi Inder M Method, apparatus, and system for energy efficiency and energy conservation including improved processor core deep power down exit latency by using register secondary uninterrupted power supply
CN103425232A (en) * 2012-05-14 2013-12-04 美国博通公司 Leakage variation aware power management for multicore processors

Also Published As

Publication number Publication date
CN105393188B (en) 2019-01-18
CN105393188A (en) 2016-03-09

Similar Documents

Publication Publication Date Title
US9690353B2 (en) System and method for initiating a reduced power mode for one or more functional blocks of a processor based on various types of mode request
US20160162004A1 (en) Technologies for out-of-band power-based task scheduling for data centers
US8793697B2 (en) Method and system for scheduling requests in a portable computing device
WO2007024435A2 (en) Dynamic memory sizing for power reduction
US9389657B2 (en) Reset of multi-core processing system
US9442784B2 (en) Management device, management method, and medium storing management program
US11074084B2 (en) Technologies for optimizing resume time for media agnostic USB
JP6382353B2 (en) Ultra-low power architecture to support always-on paths to memory
US20170094010A1 (en) Technologies for Automatic Processor Core Association Management and Communication Using Direct Data Placement in Private Caches
JP2024513832A (en) System and method for coordinating persistent cache flushes
US8832483B1 (en) System-on-chip with power-save mode processor
US20130275791A1 (en) Method and System for Tracking and Selecting Optimal Power Conserving Modes of a PCD
KR101672357B1 (en) Performing frequency coordination in a multiprocessor system based on response timing optimization
JP2017045199A (en) Controller
CN106575276B (en) Power management control of subsystems
WO2016000174A1 (en) Power consumption management method, power consumption management device, and processor
US10248155B2 (en) Semiconductor device including clock generating circuit and channel management circuit
US20190214989A1 (en) Semiconductor device and semiconductor system
JP5280962B2 (en) Power supply control device
CN108287670B (en) Method for protecting data during system shutdown and BMC
JP6396352B2 (en) Semiconductor device
TW201407359A (en) Daisy-chained apparatus and system thereof
US20230099399A1 (en) Method and apparatus for managing a controller in a power down state
WO2023124347A1 (en) Method for configuring storage node, and related apparatus
KR20240064000A (en) Method and device for managing a controller in a power-off state

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201480003858.1

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14896705

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14896705

Country of ref document: EP

Kind code of ref document: A1