CN114327930A - System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication - Google Patents

System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication Download PDF

Info

Publication number
CN114327930A
CN114327930A CN202111392298.1A CN202111392298A CN114327930A CN 114327930 A CN114327930 A CN 114327930A CN 202111392298 A CN202111392298 A CN 202111392298A CN 114327930 A CN114327930 A CN 114327930A
Authority
CN
China
Prior art keywords
core
communication
heterogeneous multi
processor
system architecture
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111392298.1A
Other languages
Chinese (zh)
Inventor
张广
李德建
王于波
杨立新
白志华
沈冲飞
牛彬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
State Grid Jiangsu Electric Power Co Ltd
Beijing Smartchip Microelectronics Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
State Grid Jiangsu Electric Power Co Ltd
Beijing Smartchip Microelectronics Technology Co Ltd
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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, State Grid Jiangsu Electric Power Co Ltd, Beijing Smartchip Microelectronics Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202111392298.1A priority Critical patent/CN114327930A/en
Publication of CN114327930A publication Critical patent/CN114327930A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Multi Processors (AREA)

Abstract

本发明实施例提供一种用于异构多核核间通信的系统架构和系统架构的运行方法,属于芯片技术领域。所述用于异构多核核间通信的系统架构基于远程处理器Remoteproc框架设计,且所述用于异构多核核间通信的系统架构包括:第一处理器系统,包括第一控制装置、第一操作系统模块;第二处理器系统,包括第二控制装置、第二操作系统模块,其中所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件,所述第二处理器系统用于通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一处理器系统运行。通过在第二处理器系统上配置有非对称多处理器AMP通讯软件组件来扩展Linux Remoteproc框架,以达到异构多核核间通信的高效工作,完成异构核间协同处理。

Figure 202111392298

Embodiments of the present invention provide a system architecture for heterogeneous multi-core inter-core communication and a method for operating the system architecture, which belong to the technical field of chips. The system architecture for communication between heterogeneous multi-core cores is designed based on the Remoteproc framework of the remote processor, and the system architecture for communication between heterogeneous multi-core cores includes: a first processor system, including a first control device, a third an operating system module; a second processor system including a second control device and a second operating system module, wherein the second operating system module is further configured with an asymmetric multiprocessor AMP communication software component, the second processing system The processor system is used to control the operation of the first processor system through the Remoteproc and the AMP communication software component. The Linux Remoteproc framework is extended by configuring an asymmetric multi-processor AMP communication software component on the second processor system, so as to achieve efficient work of communication between heterogeneous multi-core cores and complete heterogeneous inter-core collaborative processing.

Figure 202111392298

Description

用于异构多核核间通信的系统架构和系统架构的运行方法System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication

技术领域technical field

本发明涉及芯片技术领域,具体地涉及一种用于异构多核核间通信的系统架构和系统架构的运行方法。The present invention relates to the field of chip technology, in particular to a system architecture for communication between heterogeneous multi-core cores and an operation method of the system architecture.

背景技术Background technique

随着先进半导体技术的和微处理器技术的发展,已经出现了多款芯片异构多核(System On Chip,Soc)芯片,其芯片内部集成了高性能的的微处理器(MicroprocessorUnit,MPU)和强实时性的微控制器(Microcontroller Unit,MCU),这既是异构多核Soc。在一款异构多核Soc上,MPU可以运行嵌入式操作系统软件,来支持多种通信方式和图形、图像显示;MCU运行嵌入式实时操作系统或者运行裸机程序软件来实现实时的系统控制和信号处理,实现多种操作系统和多种应用在不同处理器核心上并行运行,并且能够实现操作系统之间分区隔离、同步协作。为了实现异构多核间的同步协同工作,就需要异构多核核间通信的软件支持实现,以达到异构多核核间高效工作,完成异构核间协同处理。With the development of advanced semiconductor technology and microprocessor technology, a variety of heterogeneous multi-core (System On Chip, Soc) chips have appeared, which integrate high-performance microprocessor (Microprocessor Unit, MPU) and Strong real-time microcontroller (Microcontroller Unit, MCU), which is both heterogeneous multi-core Soc. On a heterogeneous multi-core SoC, MPU can run embedded operating system software to support various communication methods and graphics and image display; MCU runs embedded real-time operating system or bare metal program software to realize real-time system control and signals It can realize multiple operating systems and multiple applications running in parallel on different processor cores, and can realize partition isolation and synchronization between operating systems. In order to realize synchronous and cooperative work among heterogeneous multi-cores, software support for communication between heterogeneous multi-cores is required, so as to achieve efficient work among heterogeneous multi-cores and complete cooperative processing among heterogeneous multi-cores.

远程处理器消息传递(Remote Processor Messaging,Rpmsg),是一种在主操作系统(例如,Linux)的内核驱动程序和远程处理器之间提供通信(Inter-ProcessCommunication,IPC)功能的机制。远程处理器(Remoteproc)框架允许不同的平台/架构来控制,同时抽象硬件差异,因此不需要重复操作。此外,该框架还将Rpmsg的virtio设备添加到支持这类通信的远程处理器中。只需要提供一些低级别的远程处理器的操作方法给Remoteproc驱动程序,然后所有的Rpmsg驱动程序都可以工作。但现有的Remoteproc框架,提供的基础结构存在一些限制,以影响异构多核核间通信。Remote Processor Messaging (Rpmsg) is a mechanism that provides a communication (Inter-Process Communication, IPC) function between a kernel driver of a main operating system (eg, Linux) and a remote processor. The Remoteproc framework allows different platforms/architectures to be controlled, while abstracting hardware differences so there is no need for duplication of operations. Additionally, the framework adds Rpmsg's virtio device to remote processors that support this type of communication. Just provide some low-level remote handler operation methods to the Remoteproc driver, and then all the Rpmsg drivers will work. However, the existing Remoteproc framework provides some limitations in the infrastructure to affect the heterogeneous multi-core inter-core communication.

发明内容SUMMARY OF THE INVENTION

本发明实施例的目的是提供一种异构多核核间通信的方法,该异构多核核间通信的方法可以实现异构多核核间的高效通信。The purpose of the embodiments of the present invention is to provide a method for communication between heterogeneous multi-core cores, and the method for communication between heterogeneous multi-core cores can realize efficient communication between heterogeneous multi-core cores.

为了实现上述目的,本发明实施例提供一种用于异构多核核间通信的系统架构,其特征在于,所述用于异构多核核间通信的系统架构基于远程处理器Remoteproc框架设计,且所述用于异构多核核间通信的系统架构包括:第一处理器系统,包括第一控制装置、第一操作系统模块;第二处理器系统,包括第二控制装置、第二操作系统模块,其中所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件,所述第二处理器系统用于通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一处理器系统运行第一处理器系统。In order to achieve the above object, an embodiment of the present invention provides a system architecture for communication between heterogeneous multi-core cores, wherein the system architecture for communication between heterogeneous multi-core cores is designed based on a remote processor Remoteproc framework, and The system architecture for communication between heterogeneous multi-cores includes: a first processor system including a first control device and a first operating system module; a second processor system including a second control device and a second operating system module , wherein the second operating system module is further configured with an asymmetric multiprocessor AMP communication software component, and the second processor system is configured to control the first processing through the Remoteproc and the AMP communication software component The processor system runs the first processor system.

可选的,第一处理器系统还包括第一上层模块,第二处理器系统还包括第二上层模块。Optionally, the first processor system further includes a first upper layer module, and the second processor system further includes a second upper layer module.

可选的,所述第二上层模块与所述第一上层模块通过远程处理器消息传递Rpmsg机制进行通信。Optionally, the second upper-layer module communicates with the first upper-layer module through a remote processor message passing Rpmsg mechanism.

可选的,所述第二操作系统模块包括裸机Bare Metal和/或嵌入式实时操作系统RTOS。Optionally, the second operating system module includes bare metal Bare Metal and/or an embedded real-time operating system RTOS.

可选的,所述AMP通讯软件组件的物理层被配置为:通过硬件机制Mailbox、及其设备驱动负责数据收发和核间中断机制;设置小块内存,不占用所述第二处理器系统的主存;以及通过同步互斥机制的保护,允许不同处理器进行访问。Optionally, the physical layer of the AMP communication software component is configured to: be responsible for data sending and receiving and inter-core interrupt mechanism through the hardware mechanism Mailbox and its device driver; set a small block of memory, which does not occupy the second processor system. main memory; and protected by a synchronous mutual exclusion mechanism, allowing access by different processors.

可选的,所述AMP通讯软件组件的媒体访问层被配置为:针对消息格式进行解析,其中消息格式包括消息头部和消息体,所述消息头部信息包括消息的长度和消息内数据的校验;以及通过收发缓冲区对消息进行缓冲管理。Optionally, the media access layer of the AMP communication software component is configured to: parse the message format, where the message format includes a message header and a message body, and the message header information includes the length of the message and the content of the data in the message. Checksum; and buffer management of messages through sending and receiving buffers.

可选的,所述AMP通讯软件组件的传输层被配置为:设置所述Rpmsg标准协议的API接口,屏蔽所述物理层和所述媒体访问层的接口。Optionally, the transport layer of the AMP communication software component is configured to: set the API interface of the Rpmsg standard protocol, and shield the interface of the physical layer and the media access layer.

本发明实施例还提供一种用于异构多核核间通信的系统架构的运行方法,在上述任意一项所述用于异构多核核间通信的系统架构中,所述于异构多核核间通信的系统架构的运行方法包括:第二控制装置启动第二操作系统模块,其中,所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件;以及所述第二控制装置通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一控制装置。An embodiment of the present invention further provides a method for operating a system architecture for communication between heterogeneous multi-core cores. The operating method of the system architecture for inter-communication includes: the second control device starts a second operating system module, wherein the second operating system module is further configured with an asymmetric multi-processor AMP communication software component; and the second control device The device controls the first control device through the Remoteproc and the AMP communication software component.

可选的,所述于异构多核核间通信的系统架构的运行方法还包括:所述第一控制装置根据所述Remoteproc和所述AMP通讯软件组件的控制运行;Optionally, the method for operating the system architecture for heterogeneous multi-core inter-core communication further includes: the first control device operates according to the control of the Remoteproc and the AMP communication software component;

所述第一控制装置控制所述第一操作系统模块运行。The first control device controls the operation of the first operating system module.

可选的,第一处理器系统还包括第一上层模块,第二处理器系统还包括第二上层模块,所述于异构多核核间通信的系统架构的运行方法还包括:所述第二上层模块与所述第一上层模块通过远程处理器消息传递Rpmsg机制进行通信。Optionally, the first processor system further includes a first upper layer module, the second processor system further includes a second upper layer module, and the method for operating the system architecture for communication between heterogeneous multi-core cores further includes: the second The upper-layer module communicates with the first upper-layer module through the remote processor message passing Rpmsg mechanism.

通过上述技术方案,本发明实施例通过在第二处理器系统上配置有非对称多处理器AMP通讯软件组件来扩展Linux Remoteproc框架,以达到异构多核核间通信的高效工作,完成异构核间协同处理。Through the above technical solutions, the embodiment of the present invention expands the Linux Remoteproc framework by configuring an asymmetric multi-processor AMP communication software component on the second processor system, so as to achieve efficient work of communication between heterogeneous multi-core cores and complete heterogeneous core co-processing.

本发明实施例的其它特征和优点将在随后的具体实施方式部分予以详细说明。Other features and advantages of embodiments of the present invention will be described in detail in the detailed description section that follows.

附图说明Description of drawings

附图是用来提供对本发明实施例的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于解释本发明实施例,但并不构成对本发明实施例的限制。在附图中:The accompanying drawings are used to provide a further understanding of the embodiments of the present invention, and constitute a part of the specification, and are used to explain the embodiments of the present invention together with the following specific embodiments, but do not constitute limitations to the embodiments of the present invention. In the attached image:

图1是异构多核软件示例结构示意图;Figure 1 is a schematic structural diagram of an example of heterogeneous multi-core software;

图2是远程处理器消息传递示例的原理示意图;2 is a schematic diagram of a remote processor message passing example;

图3是本发明实施例提供的用于异构多核核间通信的系统架构结构示意图;3 is a schematic structural diagram of a system architecture for communication between heterogeneous multi-core cores provided by an embodiment of the present invention;

图4是本发明实施例提供的用于异构多核核间通信的系统架构的示例结构示意图;4 is a schematic structural diagram of an example structure of a system architecture for heterogeneous multi-core inter-core communication provided by an embodiment of the present invention;

图5是本发明实施例提供的用于异构多核核间通信的系统架构的运行方法流程示意图。FIG. 5 is a schematic flowchart of a method for running a system architecture for heterogeneous multi-core inter-core communication according to an embodiment of the present invention.

附图标记说明Description of reference numerals

10第一处理器系统 20第二处理器系统10First processor system 20Second processor system

11第一控制装置 21第二控制装置11 The first control device 21 The second control device

12第一操作系统模块 22第二操作系统模块12 The first operating system module 22 The second operating system module

13第一上层模块 23第二上层模块13 The first upper module 23 The second upper module

具体实施方式Detailed ways

以下结合附图对本发明实施例的具体实施方式进行详细说明。应当理解的是,此处所描述的具体实施方式仅用于说明和解释本发明实施例,并不用于限制本发明实施例。The specific implementations of the embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be understood that the specific implementation manners described herein are only used to illustrate and explain the embodiments of the present invention, and are not used to limit the embodiments of the present invention.

在详细解释本发明实施例之前,先对现有技术、现有技术缺陷及本申请实施例的设计思路进行简介。Before explaining the embodiments of the present invention in detail, the prior art, the defects of the prior art, and the design ideas of the embodiments of the present application are briefly introduced.

异构多核(System On Chip,Soc)上,微处理器(Microprocessor Unit,MPU)可以运行嵌入式操作系统(例如,Linux)软件,以来支持多种通信技术和图形、图像显示;微控制器(Microcontroller Unit,MCU)运行嵌入式实时操作系统(Real Time OperatingSystem)或者运行裸机程序(Bare Metal)软件来实现实时的系统控制和信号处理,实现多种操作系统和多种应用在不同处理器核心上并行运行,并且能够实现操作系统之间分区隔离、同步协作。为了实现异构多核核间的同步协同工作,就需要异构多核核间通信的软件支持实现,以达到异构多核核间高效工作,完成异构核间协同处理。异构多核软件示例结构示意图如图1所示。On heterogeneous multi-core (System On Chip, Soc), the microprocessor (Microprocessor Unit, MPU) can run embedded operating system (for example, Linux) software to support a variety of communication technologies and graphics, image display; microcontroller ( Microcontroller Unit, MCU) runs embedded real-time operating system (Real Time Operating System) or runs bare metal program (Bare Metal) software to realize real-time system control and signal processing, and realize multiple operating systems and multiple applications on different processor cores It runs in parallel, and can achieve partition isolation and synchronization between operating systems. In order to realize synchronous and cooperative work among heterogeneous multi-core cores, software support for communication between heterogeneous multi-core cores is required, so as to achieve efficient work among heterogeneous multi-core cores and complete heterogeneous inter-core collaborative processing. A schematic diagram of the example structure of heterogeneous multi-core software is shown in Figure 1.

远程处理器消息传递(Remote Processor Messaging,Rpmsg),是一种在主操作系统(例如,Linux)的内核驱动程序和远程处理器之间提供通信(Inter-ProcessCommunication,IPC)功能的机制。远程处理器(Remoteproc)框架允许不同的平台/架构来控制,同时抽象硬件差异,因此不需要重复操作。此外,该框架还将Rpmsg的virtio设备添加到支持这类通信的远程处理器中。只需要提供一些低级别的远程处理器的操作方法给Remoteproc驱动程序,然后所有的Rpmsg驱动程序都可以工作。Rpmsg示例的原理示意图如图2所示。Remote Processor Messaging (Rpmsg) is a mechanism that provides a communication (Inter-Process Communication, IPC) function between a kernel driver of a main operating system (eg, Linux) and a remote processor. The Remoteproc framework allows different platforms/architectures to be controlled, while abstracting hardware differences so there is no need for duplication of operations. Additionally, the framework adds Rpmsg's virtio device to remote processors that support this type of communication. Just provide some low-level remote handler operation methods to the Remoteproc driver, and then all the Rpmsg drivers will work. A schematic diagram of the Rpmsg example is shown in Figure 2.

但现有的Remoteproc框架,提供的基础结构存在一些限制。以Linux Remoteproc框架为例,总是隐式地假定Linux是主要的操作系统,并且不支持Linux作为在非对称多处理器(Asymmetric Multi-Processing,AMP)系统中配置的远程操作系统。此外,只能从Rpmsg中获得Linux内核空间,并且对于其他操作系统和运行时没有等效的API或库。But the existing Remoteproc framework provides some limitations in the infrastructure. Taking the Linux Remoteproc framework as an example, Linux is always implicitly assumed to be the primary operating system, and Linux is not supported as a remote operating system configured in an Asymmetric Multi-Processing (AMP) system. Also, Linux kernel space is only available from Rpmsg, and there are no equivalent APIs or libraries for other operating systems and runtimes.

图3是本发明实施例提供的用于异构多核核间通信的系统架构结构示意图,图4是示例结构示意图。请参考图3和图4,该用于异构多核核间通信的系统架构基于远程处理器Remoteproc框架设计,且所述用于异构多核核间通信的系统架构包括:第一处理器系统(例如,Master)10,包括第一控制装置(例如,Core1 MPU)11、第一操作系统模块(例如,Linux)12;第二处理器系统(例如,Remote)20,包括第二控制装置(例如,Core2 MCU)21、第二操作系统模块22,其中所述第二操作系统模块22还被配置有非对称多处理器AMP通讯软件组件,所述第二处理器系统20用于通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一处理器系统运行第一处理器系统。FIG. 3 is a schematic structural diagram of a system architecture for communication between heterogeneous multi-cores according to an embodiment of the present invention, and FIG. 4 is a schematic structural diagram of an example. Please refer to FIG. 3 and FIG. 4 , the system architecture for communication between heterogeneous multi-core cores is designed based on the remote processor Remoteproc framework, and the system architecture for communication between heterogeneous multi-core cores includes: a first processor system ( For example, Master) 10, including a first control device (eg, Core1 MPU) 11, a first operating system module (eg, Linux) 12; a second processor system (eg, Remote) 20, including a second control device (eg, , Core2 MCU) 21, a second operating system module 22, wherein the second operating system module 22 is also configured with an asymmetric multi-processor AMP communication software component, and the second processor system 20 is used to pass the Remoteproc communicating with the AMP software component to control the first processor system to run the first processor system.

其中,第一控制装置11可以包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序。The first control device 11 may include: a memory, a processor, and a computer program stored on the memory and running on the processor.

第二控制装置21可以包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序。The second control device 21 may include a memory, a processor, and a computer program stored on the memory and executable on the processor.

优选的,所述第二操作系统模块包括裸机Bare Metal和/或嵌入式实时操作系统RTOS。Preferably, the second operating system module includes bare metal Bare Metal and/or an embedded real-time operating system RTOS.

如图4所示,本发明实施例提供的用于异构多核核间通信的系统架构可以通过在Remote上配置有非对称多处理器AMP通讯软件组件来扩展Linux Remoteproc框架,实现不以第一处理器系统(例如Master)为主系统,来控制第二处理器系统。例如,可以通过第二控制装置控制第一控制装置,以实现可以通过Remote的裸机Bare Metal和/或嵌入式实时操作系统RTOS可以打开、加载固件、关闭Master的Linux。As shown in FIG. 4 , the system architecture for heterogeneous multi-core inter-core communication provided by the embodiment of the present invention can extend the Linux Remoteproc framework by configuring an asymmetric multi-processor AMP communication software component on the Remote, so as to achieve no first The processor system (eg Master) is the master system to control the second processor system. For example, the first control device can be controlled by the second control device, so as to realize Linux that can be opened, loaded with firmware, and closed of the Master through the bare metal Bare Metal of the Remote and/or the embedded real-time operating system RTOS.

再有,Remoteproc基础框架提供了通过第一控制装置(例如Core1 MPU)控制第二控制装置(例如,Core2 MCU)的方式,实际上通过本发明实施例可以实现Master和Remote处理器之间的双向控制。Furthermore, the Remoteproc basic framework provides a way to control a second control device (eg, Core2 MCU) through a first control device (eg, Core1 MPU), and in fact, through the embodiment of the present invention, bidirectional communication between the Master and the Remote processor can be implemented. control.

其中,所述AMP通讯软件组主要提供底层三层通信服务,本发明实施例优选在此基础上提供了一套应用程序服务架构,对底层的三层通信服务进行功能设计。Wherein, the AMP communication software group mainly provides the bottom layer three communication service, and the embodiment of the present invention preferably provides a set of application program service architecture on this basis, and performs functional design for the bottom layer three communication service.

优选的,所述AMP通讯软件组件的物理层可以被配置为:通过硬件机制Mailbox、及其设备驱动负责数据收发和核间中断机制;设置小块内存,不占用所述第二处理器系统的主存;以及通过同步互斥机制的保护,允许不同处理器进行访问。Preferably, the physical layer of the AMP communication software component can be configured to: be responsible for data transmission and reception and inter-core interrupt mechanism through the hardware mechanism Mailbox and its device driver; set up a small block of memory, which does not occupy the second processor system. main memory; and protected by a synchronous mutual exclusion mechanism, allowing access by different processors.

Mailbox作为多处理器系统中处理器间进程同步和数据交换的硬件机制,其优点是应用广,速度快。采用Mailbox的方式,主要是通过传输控制信息的方式进行多处理器通信。As a hardware mechanism for process synchronization and data exchange between processors in a multiprocessor system, Mailbox has the advantages of wide application and high speed. The way of using Mailbox is mainly to carry out multi-processor communication by transmitting control information.

以示例说明,Mailbox硬件及其设备驱动负责最基础的数据收发和核间中断机制,在Maixbox设备具有小块内存,无需占用系统主存的情况下可实现数据传输功能,该Mailbox设备可以通过同步互斥机制保护下允许不同处理器(Core)进行访问,向Mailbox单元写入或者读取消息,然后给使用该消息的Core发送中断信息,相应Core使用在同步互斥机制保护下进行消息读取。As an example, the Mailbox hardware and its device driver are responsible for the most basic data sending and receiving and inter-core interrupt mechanisms. The Mailbox device has a small memory and can realize the data transmission function without occupying the main memory of the system. The Mailbox device can synchronize Under the protection of the mutual exclusion mechanism, different processors (Cores) are allowed to access, write or read messages to the Mailbox unit, and then send interrupt information to the Core that uses the message, and the corresponding Core uses the protection of the synchronous mutual exclusion mechanism to read messages. .

优选的,所述AMP通讯软件组件的媒体访问层可以被配置为:针对消息格式进行解析,其中消息格式包括消息头部和消息体,所述消息头部信息包括消息的长度和消息内数据的校验;以及通过收发缓冲区对消息进行缓冲管理。Preferably, the media access layer of the AMP communication software component can be configured to: parse the message format, wherein the message format includes a message header and a message body, and the message header information includes the length of the message and the content of the data in the message. Checksum; and buffer management of messages through sending and receiving buffers.

以示例说明,媒体访问层主要功能包括:消息格式解析、收发缓冲区管理等功能。消息格式由消息头部信息和消息体两部分组成,消息头部信息中包含了消息的长度和消息体内数据的校验,以保证消息输出时不出现错误。收发缓冲区实现对消息的缓冲管理,保证消息可靠传输,发现传输错误可以实现消息的重传。媒体访问层的最大传输能力是在物理层的基础上扣除了消息报文头部若干字节。By way of example, the main functions of the media access layer include: message format parsing, sending and receiving buffer management and other functions. The message format is composed of two parts: message header information and message body. The message header information includes the length of the message and the verification of the data in the message body to ensure that there is no error when the message is output. The sending and receiving buffer realizes the buffer management of the message, ensures the reliable transmission of the message, and can realize the retransmission of the message when the transmission error is found. The maximum transmission capacity of the media access layer is a number of bytes in the header of the message packet deducted from the physical layer.

优选的,所述AMP通讯软件组件的传输层可以被配置为:设置所述Rpmsg标准协议的API接口,屏蔽所述物理层和所述媒体访问层的接口。Preferably, the transport layer of the AMP communication software component may be configured to: set the API interface of the Rpmsg standard protocol, and shield the interface of the physical layer and the media access layer.

以示例说明,传输层的主要提供Rpmsg标准协议的API标准接口,屏蔽媒体访问层和物理层的接口,使该架构更加易用。As an example, the transport layer mainly provides the API standard interface of the Rpmsg standard protocol, and shields the interface of the media access layer and the physical layer, making the architecture easier to use.

优选的,第一处理器系统10还包括第一上层模块13,第二处理器系统20还包括第二上层模块23。Preferably, the first processor system 10 further includes a first upper layer module 13 , and the second processor system 20 further includes a second upper layer module 23 .

进一步优选的,所述第二上层模块23与所述第一上层模块13通过远程处理器消息传递Rpmsg机制进行通信。Further preferably, the second upper layer module 23 communicates with the first upper layer module 13 through a remote processor message passing Rpmsg mechanism.

图5是本发明实施例提供的用于异构多核核间通信的系统架构的运行方法流程示意图,请参考图4和图5,在上述用于异构多核核间通信的系统架构中,所述于异构多核核间通信的系统架构的运行方法可以包括以下步骤:FIG. 5 is a schematic flowchart of a method for running a system architecture for heterogeneous multi-core inter-core communication provided by an embodiment of the present invention. Please refer to FIG. 4 and FIG. 5 . In the above-mentioned system architecture for heterogeneous multi-core inter-core communication, all The operating method described in the system architecture of heterogeneous multi-core inter-core communication may include the following steps:

步骤S110:第二控制装置启动第二操作系统模块,其中,所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件。Step S110: The second control device starts a second operating system module, wherein the second operating system module is further configured with an asymmetric multi-processor AMP communication software component.

以示例说明,可以通过在Remote上配置一种异构多核AMP通讯软件组件来扩展Linux Remoteproc框架,实现不以第一处理器系统(例如Master)为主系统,来控制第二处理器系统。例如,Core2 MCU可以直接先控制启动第二操作系统模块22。By way of example, the Linux Remoteproc framework can be extended by configuring a heterogeneous multi-core AMP communication software component on the Remote, so as to control the second processor system without using the first processor system (eg Master) as the main system. For example, the Core2 MCU can directly control and start the second operating system module 22 first.

步骤S120:所述第二控制装置通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一控制装置。Step S120: The second control device controls the first control device through the Remoteproc and the AMP communication software component.

第一控制装置可以通过所述Remoteproc和所述AMP通讯软件组件对第二控制装置进行远程控制,以控制第一操作系统模块(例如,Linux)运行。例如,可以通过第二控制装置控制第一控制装置,以实现通过Remote的RTOS or Bare Metal打开、加载固件、关闭Master的Linux。The first control device may remotely control the second control device through the Remoteproc and the AMP communication software component to control the operation of the first operating system module (eg, Linux). For example, the first control device can be controlled by the second control device, so as to realize opening, loading firmware, and closing the Linux of the Master through the RTOS or Bare Metal of the Remote.

优选的,所述于异构多核核间通信的系统架构的运行方法还包括:所述第一控制装置根据所述Remoteproc和所述AMP通讯软件组件的控制运行;所述第一控制装置控制所述第一操作系统模块运行。Preferably, the method for operating the system architecture for communication between heterogeneous multi-core cores further includes: the first control device operates according to the control of the Remoteproc and the AMP communication software component; the first control device controls all The first operating system module is executed.

根据步骤S110-S120所述,Core2 MCU可以先启动、以启动RTOS or Bare Metal,然后通过Remoteproc和第二处理器系统的AMP通讯软件组件运行Core1 MPU,通过Core1 MPU以运行Linux,即实现了通过RTOS or Bare Metal运行Linux,例如打开、加载固件、关闭Linux。According to steps S110-S120, the Core2 MCU can be started first to start RTOS or Bare Metal, then run the Core1 MPU through Remoteproc and the AMP communication software component of the second processor system, and run Linux through the Core1 MPU, that is, through RTOS or Bare Metal to run Linux, e.g. turn on, load firmware, shut down Linux.

优选的,第一处理器系统还包括第一上层模块,第二处理器系统还包括第二上层模块,所述于异构多核核间通信的系统架构的运行方法还包括:所述第二上层模块与所述第一上层模块通过远程处理器消息传递Rpmsg机制进行通信。Preferably, the first processor system further includes a first upper layer module, the second processor system further includes a second upper layer module, and the method for operating the system architecture for communication between heterogeneous multi-core cores further includes: the second upper layer The module communicates with the first upper layer module through the remote processor message passing Rpmsg mechanism.

需要说明,针对所述AMP通讯软件组对底层的三层通信服务进行功能设计,请参考前文的内容,此处不再赘述。It should be noted that, for the functional design of the bottom-layer three-layer communication service by the AMP communication software group, please refer to the foregoing content, which will not be repeated here.

据此,本发明实施例通过在Remote上配置一种异构多核AMP通讯软件组件来扩展Linux Remoteproc框架,以达到异构多核核间通信的高效工作,完成异构核间协同处理。同时该异构多核AMP通讯软件组件运行用于主机设备上,可实现对远程处理器及其相关软件环境进行生命周期管理,能够对远程处理器实现时钟控制,实现远程处理器的启动,并且在完成任务后需要关闭远程处理器时关闭远程处理器,达到降低系统功耗,主处理器加载远程处理器运用程序到内存适合位置,并完成virtio和Rpmsg设备的注册等功能,实现多核处理器IPC通信的通道。Accordingly, the embodiment of the present invention expands the Linux Remoteproc framework by configuring a heterogeneous multi-core AMP communication software component on the Remote, so as to achieve efficient work of communication between heterogeneous multi-core cores and complete heterogeneous inter-core collaborative processing. At the same time, the heterogeneous multi-core AMP communication software component runs on the host device, can realize the life cycle management of the remote processor and its related software environment, can realize the clock control of the remote processor, realize the start of the remote processor, and When the remote processor needs to be turned off after completing the task, the remote processor is turned off to reduce system power consumption. The main processor loads the remote processor application program to a suitable location in the memory, and completes functions such as registration of virtio and Rpmsg devices to realize multi-core processor IPC. communication channel.

本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。As will be appreciated by those skilled in the art, the embodiments of the present application may be provided as a method, a system, or a computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.

本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the present application. It will be understood that each flow and/or block in the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to the processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing device to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing device produce Means for implementing the functions specified in a flow or flow of a flowchart and/or a block or blocks of a block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory result in an article of manufacture comprising instruction means, the instructions The apparatus implements the functions specified in the flow or flow of the flowcharts and/or the block or blocks of the block diagrams.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process such that The instructions provide steps for implementing the functions specified in the flow or blocks of the flowcharts and/or the block or blocks of the block diagrams.

在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.

存储器可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。存储器是计算机可读介质的示例。Memory may include non-persistent memory in computer readable media, random access memory (RAM) and/or non-volatile memory in the form of, for example, read only memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.

计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer-readable media includes both persistent and non-permanent, removable and non-removable media, and storage of information may be implemented by any method or technology. Information may be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase-change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), Flash Memory or other memory technology, Compact Disc Read Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, Magnetic tape cassettes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer-readable media does not include transitory computer-readable media, such as modulated data signals and carrier waves.

还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the terms "comprising", "comprising" or any other variation thereof are intended to encompass a non-exclusive inclusion such that a process, method, article or device comprising a series of elements includes not only those elements, but also Other elements not expressly listed, or which are inherent to such a process, method, article of manufacture, or apparatus are also included. Without further limitation, an element qualified by the phrase "comprising a..." does not preclude the presence of additional identical elements in the process, method, article of manufacture or apparatus that includes the element.

以上仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。The above are merely examples of the present application, and are not intended to limit the present application. Various modifications and variations of this application are possible for those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of this application shall be included within the scope of the claims of this application.

Claims (10)

1.一种用于异构多核核间通信的系统架构,其特征在于,所述用于异构多核核间通信的系统架构基于远程处理器Remoteproc框架设计,且所述用于异构多核核间通信的系统架构包括:1. a system architecture for heterogeneous multi-core inter-core communication, characterized in that the described system architecture for heterogeneous multi-core inter-core communication is designed based on the remote processor Remoteproc framework, and the described system for heterogeneous multi-core inter-core communication is designed The system architecture for inter-communication includes: 第一处理器系统,包括第一控制装置、第一操作系统模块;a first processor system, including a first control device and a first operating system module; 第二处理器系统,包括第二控制装置、第二操作系统模块,其中所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件,所述第二处理器系统用于通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一处理器系统运行第一处理器系统。A second processor system includes a second control device and a second operating system module, wherein the second operating system module is further configured with an asymmetric multi-processor AMP communication software component, and the second processor system is configured to pass The Remoteproc and the AMP communication software components control the first processor system to run the first processor system. 2.根据权利要求1所述的用于异构多核核间通信的系统架构,其特征在于,第一处理器系统还包括第一上层模块,第二处理器系统还包括第二上层模块。2 . The system architecture for communication between heterogeneous multi-core cores according to claim 1 , wherein the first processor system further includes a first upper layer module, and the second processor system further includes a second upper layer module. 3 . 3.根据权利要求2所述的用于异构多核核间通信的系统架构,其特征在于,所述第二上层模块与所述第一上层模块通过远程处理器消息传递Rpmsg机制进行通信。3 . The system architecture for heterogeneous multi-core inter-core communication according to claim 2 , wherein the second upper layer module communicates with the first upper layer module through a remote processor message passing Rpmsg mechanism. 4 . 4.根据权利要求1所述的用于异构多核核间通信的系统架构,其特征在于,所述第二操作系统模块包括裸机Bare Metal和/或嵌入式实时操作系统RTOS。4. The system architecture for heterogeneous multi-core inter-core communication according to claim 1, wherein the second operating system module comprises a bare metal Bare Metal and/or an embedded real-time operating system RTOS. 5.根据权利要求4所述的用于异构多核核间通信的系统架构,其特征在于,所述AMP通讯软件组件的物理层被配置为:5. The system architecture for heterogeneous multi-core inter-core communication according to claim 4, wherein the physical layer of the AMP communication software component is configured as: 通过硬件机制Mailbox、及其设备驱动负责数据收发和核间中断机制;Responsible for data sending and receiving and inter-core interrupt mechanism through the hardware mechanism Mailbox and its device driver; 设置小块内存,不占用所述第二处理器系统的主存;以及providing a small block of memory that does not occupy the main memory of the second processor system; and 通过同步互斥机制的保护,允许不同处理器进行访问。Through the protection of the synchronous mutual exclusion mechanism, different processors are allowed to access. 6.根据权利要求5所述的用于异构多核核间通信的系统架构,其特征在于,所述AMP通讯软件组件的媒体访问层被配置为:6. The system architecture for heterogeneous multi-core inter-core communication according to claim 5, wherein the media access layer of the AMP communication software component is configured as: 针对消息格式进行解析,其中消息格式包括消息头部和消息体,所述消息头部信息包括消息的长度和消息内数据的校验;以及Parse the message format, wherein the message format includes a message header and a message body, and the message header information includes the length of the message and the verification of the data in the message; and 通过收发缓冲区对消息进行缓冲管理。Buffer management of messages by sending and receiving buffers. 7.根据权利要求6所述的用于异构多核核间通信的系统架构,其特征在于,所述AMP通讯软件组件的传输层被配置为:7. The system architecture for heterogeneous multi-core inter-core communication according to claim 6, wherein the transport layer of the AMP communication software component is configured as: 设置所述Rpmsg标准协议的API接口,屏蔽所述物理层和所述媒体访问层的接口。The API interface of the Rpmsg standard protocol is set, and the interfaces of the physical layer and the media access layer are shielded. 8.一种用于异构多核核间通信的系统架构的运行方法,其特征在于,在权利要求1-7中任意一项所述用于异构多核核间通信的系统架构中,所述于异构多核核间通信的系统架构的运行方法包括:8. A method for operating a system architecture for communication between heterogeneous multi-core cores, wherein in the system architecture for communication between heterogeneous multi-core cores according to any one of claims 1-7, the The operating method of the system architecture for heterogeneous multi-core inter-core communication includes: 第二控制装置启动第二操作系统模块,其中,所述第二操作系统模块还被配置有非对称多处理器AMP通讯软件组件;以及The second control device starts a second operating system module, wherein the second operating system module is further configured with an asymmetric multiprocessor AMP communication software component; and 所述第二控制装置通过所述Remoteproc和所述AMP通讯软件组件,控制所述第一控制装置。The second control device controls the first control device through the Remoteproc and the AMP communication software component. 9.根据权利要求8所述的用于异构多核核间通信的系统架构的运行方法,其特征在于,所述于异构多核核间通信的系统架构的运行方法还包括:9. The method for operating the system architecture for communication between heterogeneous multi-core cores according to claim 8, wherein the method for operating the system architecture for communication between heterogeneous multi-core cores further comprises: 所述第一控制装置根据所述Remoteproc和所述AMP通讯软件组件的控制运行;The first control device operates according to the control of the Remoteproc and the AMP communication software component; 所述第一控制装置控制所述第一操作系统模块运行。The first control device controls the operation of the first operating system module. 10.根据权利要求8所述的用于异构多核核间通信的系统架构的运行方法,其特征在于,第一处理器系统还包括第一上层模块,第二处理器系统还包括第二上层模块,所述于异构多核核间通信的系统架构的运行方法还包括:10. The method for operating a system architecture for heterogeneous multi-core inter-core communication according to claim 8, wherein the first processor system further comprises a first upper layer module, and the second processor system further comprises a second upper layer module, and the method for operating the system architecture for heterogeneous multi-core inter-core communication further includes: 所述第二上层模块与所述第一上层模块通过远程处理器消息传递Rpmsg机制进行通信。The second upper layer module communicates with the first upper layer module through a remote processor messaging Rpmsg mechanism.
CN202111392298.1A 2021-11-23 2021-11-23 System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication Pending CN114327930A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111392298.1A CN114327930A (en) 2021-11-23 2021-11-23 System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111392298.1A CN114327930A (en) 2021-11-23 2021-11-23 System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication

Publications (1)

Publication Number Publication Date
CN114327930A true CN114327930A (en) 2022-04-12

Family

ID=81045742

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111392298.1A Pending CN114327930A (en) 2021-11-23 2021-11-23 System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication

Country Status (1)

Country Link
CN (1) CN114327930A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115098436A (en) * 2022-08-24 2022-09-23 北京智芯微电子科技有限公司 Multi-core SoC and relay protection method and system
CN115098430A (en) * 2022-06-27 2022-09-23 西安电子科技大学 A priority scheduling method for inter-core communication based on AMP architecture
CN115657879A (en) * 2022-12-09 2023-01-31 北京小米移动软件有限公司 Input control method, device, equipment and medium based on heterogeneous operating system
CN115904295A (en) * 2023-02-21 2023-04-04 南京芯驰半导体科技有限公司 A multi-screen display control method, device, medium, system, chip and panel
CN117215992A (en) * 2023-11-09 2023-12-12 芯原科技(上海)有限公司 Heterogeneous core processor, heterogeneous processor and power management method
CN117370262A (en) * 2023-08-31 2024-01-09 华为技术有限公司 Communication method, device, chip system and electronic equipment

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115098430A (en) * 2022-06-27 2022-09-23 西安电子科技大学 A priority scheduling method for inter-core communication based on AMP architecture
CN115098430B (en) * 2022-06-27 2024-03-19 西安电子科技大学 An inter-core communication priority scheduling method based on AMP architecture
CN115098436A (en) * 2022-08-24 2022-09-23 北京智芯微电子科技有限公司 Multi-core SoC and relay protection method and system
CN115657879A (en) * 2022-12-09 2023-01-31 北京小米移动软件有限公司 Input control method, device, equipment and medium based on heterogeneous operating system
CN115657879B (en) * 2022-12-09 2023-04-07 北京小米移动软件有限公司 Input control method, device, equipment and medium based on heterogeneous operating system
CN115904295A (en) * 2023-02-21 2023-04-04 南京芯驰半导体科技有限公司 A multi-screen display control method, device, medium, system, chip and panel
CN117370262A (en) * 2023-08-31 2024-01-09 华为技术有限公司 Communication method, device, chip system and electronic equipment
CN117215992A (en) * 2023-11-09 2023-12-12 芯原科技(上海)有限公司 Heterogeneous core processor, heterogeneous processor and power management method
CN117215992B (en) * 2023-11-09 2024-01-30 芯原科技(上海)有限公司 Heterogeneous core processor, heterogeneous processor and power management method

Similar Documents

Publication Publication Date Title
CN114327930A (en) System architecture and operating method of system architecture for heterogeneous multi-core inter-core communication
CN110647480B (en) Data processing method, remote direct access network card and equipment
JP5518946B2 (en) Method, system, and apparatus for activation of objects across protected area boundaries
US9582463B2 (en) Heterogeneous input/output (I/O) using remote direct memory access (RDMA) and active message
US8478926B1 (en) Co-processing acceleration method, apparatus, and system
US9465674B2 (en) Direct memory (DMA) based access to a device on a remote machine using stub driver and by synchronizing the DMA buffer
US8943516B2 (en) Mechanism for optimized intra-die inter-nodelet messaging communication
US20070239965A1 (en) Inter-partition communication
CN103761141A (en) Method and device for realizing message queue
CN106648896B (en) Method for dual-core sharing of output peripheral by Zynq chip under heterogeneous-name multiprocessing mode
US8533390B2 (en) Circular buffer in a redundant virtualization environment
CN102693162A (en) Method for process communication among multiple virtual machines on multi-core platform based on shared memory and intercore interruption
CN102855214B (en) Realize the method for data consistency and a kind of multiple nucleus system
WO2019141157A1 (en) Inter-core data transmission apparatus and method
KR20150104592A (en) Software interface for a hardware device
WO2024041576A1 (en) Live migration method and system for virtual machine, and device and storage medium
WO2024119988A1 (en) Process scheduling method and apparatus in multi-cpu environment, electronic device, and medium
TWI603199B (en) Capability based device driver framework
CN115481072A (en) Inter-core data transmission method, multi-core chip and machine-readable storage medium
US20180039518A1 (en) Arbitrating access to a resource that is shared by multiple processors
JP6092351B2 (en) Cross-die interface snoop or global observation message ordering
WO2024198572A1 (en) Memory access method, computing node, related unit, and storage medium
KR20050080704A (en) Apparatus and method of inter processor communication
CN113918311B (en) Soft interrupt routing method for multi-core system and method and chip for responding to soft interrupt
CN102508738B (en) A backup method, kernel and backup kernel of multi-core processor business information

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination