CN102262566A - Interrupt processing method and system based on interrupt nesting - Google Patents

Interrupt processing method and system based on interrupt nesting Download PDF

Info

Publication number
CN102262566A
CN102262566A CN2011102085547A CN201110208554A CN102262566A CN 102262566 A CN102262566 A CN 102262566A CN 2011102085547 A CN2011102085547 A CN 2011102085547A CN 201110208554 A CN201110208554 A CN 201110208554A CN 102262566 A CN102262566 A CN 102262566A
Authority
CN
China
Prior art keywords
interrupt
priority
request
source
interrupt request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2011102085547A
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.)
Ramaxel Technology Shenzhen Co Ltd
Original Assignee
Ramaxel Technology Shenzhen 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 Ramaxel Technology Shenzhen Co Ltd filed Critical Ramaxel Technology Shenzhen Co Ltd
Priority to CN2011102085547A priority Critical patent/CN102262566A/en
Publication of CN102262566A publication Critical patent/CN102262566A/en
Pending legal-status Critical Current

Links

Images

Abstract

The method discloses an interrupt processing method and an interrupt processing system based on interrupt nesting. In the invention, interrupt counters are arranged for interrupt sources of various priorities respectively, a saturation value is set for each interrupt counter, and the interrupt processing method comprises the following steps that: in the process of processing a current interrupt request of a current interrupt, if other interrupt requests of other interrupt sources having a high priority are received, interrupting the current interrupt request, if other interrupt requests of other interrupt sources having the high priority are not received, continuing processing the current interrupt request until the processing is finished; counting the interrupt frequency of the current interrupt requests interrupted by other interrupt requests having the higher priority by the interrupt counter of the current interrupt source, if the interrupt frequency is equal to the saturation value of the interrupt counter, increasing the priority of the current interrupt source; and processing the other interrupt requests having the high priority until the processing is finished, and returning to process the current interrupt request. By the method and the system, the problem that an interrupt request having a low priority cannot be processed for a long time is solved and the interrupt processing efficiency is improved.

Description

Interruption processing method and system based on interrupt nesting
Technical field
The present invention relates to the interrupt techniques field, relate in particular to a kind of interruption processing method and system based on interrupt nesting.
Background technology
At SOC (System on Chip, SOC (system on a chip)) in, common each vectorial IRQ (Interrupt Request, interrupt request) all certain priority can be arranged, when interrupting disposal system when carrying out the interrupt service routine of current interrupt request of a current interrupt source, there are other higher interrupt sources of another priority to propose other interrupt request, at this moment interrupt processing system can interrupt the interrupt service routine of (promptly temporary transient the termination) the current interrupt source that the current rank of carrying out is lower, go to handle other higher interrupt sources of priority, by the time after the interrupt service routine of other interrupt sources that priority is higher was finished, interrupt processing system turned back to the low interrupt service routine of priority that was interrupted just now again and continues to carry out.
Fig. 1 shows the flow process that interrupt nesting of the prior art is handled, and it comprises that step has:
Step S101, current interrupt source is sent current interrupt request.
Step S102, interrupt processing system is handled current interrupt request.
Step S103 judges whether other interrupt request of high priority, if execution in step S104 then, otherwise execution in step S106.
Step S104 handles other interrupt request of described high priority.
Step S105, other interrupt request dispose, and return and handle current interrupt request, promptly return step S102.
Step S106, current interrupt request disposes.
If when the interruption disposal system is being carried out the interrupt service routine of current interrupt request, interrupt processing system receives other interrupt request of several high priorities continuously, may cause interrupt processing system to be in the middle of the circulation of other high interrupt request of processing priority so always, and the low current interrupt request of the priority that is interrupted at first will can't obtain handling always, the appearing at some occasion and can cause the Interrupt Process efficient of SOC system to reduce of this situation.
In summary, existing interrupt processing technology obviously exists inconvenience and defective on reality is used, so be necessary to be improved.
Summary of the invention
At above-mentioned defective, the object of the present invention is to provide a kind of interruption processing method and system based on interrupt nesting, it has solved the problem that the low priority interrupt request can't obtain handling for a long time, has improved Interrupt Process efficient.
To achieve these goals, the invention provides a kind of interruption processing method based on interrupt nesting, the interrupt source of various priority is respectively equipped with interrupt counter, and each described interrupt counter is provided with saturation value, and described interruption processing method comprises that step is as follows:
Handle in the current interrupt request process of current interrupt source,, then interrupt described current interrupt request, otherwise continue to handle described current interrupt request until disposing if receive other interrupt request of other interrupt sources of high priority;
The interrupt counter of described current interrupt source is added up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, priority rising that then will described current interrupt source;
Described other interrupt request of handling high priority are returned this current interrupt request of processing until finishing.
According to interruption processing method of the present invention, in the current interrupt request process of the current interrupt source of described processing, if receive other interrupt request of other interrupt sources of high priority, then interrupt described current interrupt request, comprise until the step that disposes otherwise continue to handle described current interrupt request:
When under idle state, receiving the current interrupt request of current interrupt source, handle this current interrupt request;
If receive other interrupt request of described other interrupt sources, judge whether the priority of described other interrupt request is higher than the priority of described current interrupt request;
If the priority of described other interrupt request is higher than the priority of described current interrupt request, then interrupt described current interrupt request;
If the priority of described other interrupt request is less than or equal to the priority of described current interrupt request, then continue to handle described current interrupt request until disposing.
According to interruption processing method of the present invention, the interrupt counter of described current interrupt source is added up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, the step of priority rising that then will described current interrupt source comprises:
After described current interrupt request is interrupted, the described interrupt counter of this current interrupt source is added 1;
Whether the interrupt counter of judging described current interrupt source reaches described saturation value;
If reach described saturation value, then the priority of described current interrupt source is temporary transient raises 1 grade, and with described interrupt counter zero clearing.
According to interruption processing method of the present invention, described continuation is handled described current interrupt request and is also comprised after the step that disposes:
Whether the priority of judging described current interrupt source changes;
If change, then the priority with described current interrupt source returns to initial value, and returns idle state after the interrupt counter zero clearing with described current interrupt source;
If do not change, then return idle state after the described interrupt counter zero clearing with described current interrupt source.
According to interruption processing method of the present invention, the interrupt source of described various priority is respectively equipped with register, and described register is used to store the priority and the corresponding described saturation value thereof of described current interrupt source.
According to interruption processing method of the present invention, also comprise:
During initialization, the described interrupt counter of described interrupt source is by zero setting.
According to interruption processing method of the present invention, described method is applied in the SOC system.
According to interruption processing method of the present invention, the saturation value of the interrupt counter of described interrupt source is corresponding with its priority.
According to interruption processing method of the present invention, after the priority of described current interrupt source changed, the saturation value of the interrupt counter of described current interrupt source was corresponding with the priority after the described change.
The present invention also provides a kind of interrupt processing system based on interrupt nesting of described interruption processing method, and described interrupt processing system comprises:
Interrupt handler, be used to handle the current interrupt request of current interrupt source, and in the current interrupt request process of handling current interrupt source, if receive other interrupt request of other interrupt sources of high priority, then interrupt described current interrupt request, described other interrupt request of handling high priority are returned and are handled described current interrupt request until finishing; If do not receive other interrupt request of other interrupt sources of high priority, then continue to handle current interrupt request until disposing;
Interrupt counter, correspondence is located in the interrupt source of various priority, each described interrupt counter is provided with saturation value, the interrupt counter of described current interrupt source is used to add up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, priority rising that then will described current interrupt source.
The present invention is on the interrupt nesting basis of SOC system, added internal priority growth function, promptly each interrupt source in the interrupt processing system is added an interrupt counter, this interrupt counter can be added up current interrupt request in processing procedure, the number of times that is interrupted continuously by other interrupt request of high priority; If the low current interrupt request of priority is repeatedly interrupted, then the interrupt counter of this current interrupt source may reach predetermined saturation value, can temporarily improve the priority of described current interrupt source so in inside, the possibility that makes the current interrupt request of current interrupt source of low priority obtain Interrupt Process increases.The invention solves the problem that the low priority interrupt request can't obtain handling for a long time, thereby improved the Interrupt Process efficient of SOC system.
Description of drawings
Fig. 1 is the process flow diagram that the interrupt nesting of prior art is handled;
Fig. 2 is the synoptic diagram that the present invention is based on the interrupt processing system of interrupt nesting;
Fig. 3 is the process flow diagram that the present invention is based on the interruption processing method of interrupt nesting;
Fig. 4 is based on the process flow diagram of the interruption processing method of interrupt nesting in the preferred embodiment of the present invention.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer,, the present invention is further elaborated below in conjunction with drawings and Examples.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
Fig. 2 is the synoptic diagram that the present invention is based on the interrupt processing system of interrupt nesting, described interrupt processing system 100 is applied in the SOC system, the interrupt source that comprises interrupt handler 10 and some various priority, the priority of interrupt source is consistent with the priority of the interrupt request that described interrupt source is sent, be provided with at least one interrupt counter 20 in described each interrupt source, wherein:
Interrupt handler 10, be used to handle the current interrupt request of current interrupt source, and in the current interrupt request process of handling current interrupt source, if receive other interrupt request of other interrupt sources of high priority, then interrupt current interrupt request, other interrupt request of handling high priority are returned and are handled current interrupt request until finishing; If do not receive other interrupt request of other interrupt sources of high priority, then continue to handle current interrupt request until disposing.
Interrupt counter 20, correspondence are located in the interrupt source of various priority.Each interrupt counter 20 is provided with saturation value, the interrupt counter 20 of current interrupt source is used to add up current interrupt request and is interrupted number of times by what other interrupt request of high priority interrupted, if interrupt the saturation value that number of times equals interrupt counter 20, then the priority with current interrupt source raises, and at this moment the priority of current interrupt request has also just raise naturally.In fact, interrupt counter 20 also can be independent of described interrupt source setting.
Preferably, during interrupt processing system 100 initialization, the interrupt counter 20 of interrupt source is by zero setting.
Be more preferably, the interrupt source of various priority is respectively equipped with register 30, is preferably the readable register of writing 30, is used to store the priority and the corresponding saturation value thereof of current interrupt source, and this saturation value can dispose its size according to user's request.Especially, the saturation value of the interrupt counter 20 of interrupt source can be corresponding with its priority, and the saturation value of different priority can be different, can certainly be identical.And after if the priority of current interrupt source changes, the saturation value of the interrupt counter 20 of current interrupt source is corresponding with the priority after the change.
With respect to traditional interrupt nesting method, interrupt processing system 100 of the present invention has all added an interrupt counter 20 for each interrupt source, be used for statistics in current interrupt request processing procedure, the number of times that this current interrupt request is interrupted, the priority of these interrupt counter 20 corresponding current interrupt request has a saturation value in advance, register 30 is preserved the size of this saturation value, if during interrupt counter 20 values of reaching capacity size, can temporarily improve the priority of this current interrupt source in inside, make it wait until Interrupt Process.So also can in interrupting application process, control the priority of interrupt request indirectly, make that the controllability of processed of interrupt request is stronger.Thereby the present invention has solved well in the low interrupt request of interrupt nesting medium priority and can not get the problem handled for a long time, effectively raises the efficient that the SOC system handles is interrupted.
Fig. 3 is the process flow diagram that the present invention is based on the interruption processing method of interrupt nesting, this interruption processing method is applied in the SOC system, the interrupt source of various priority is respectively equipped with interrupt counter 20, each interrupt counter 20 is provided with saturation value, described interruption processing method can realize by interrupt processing system 100 as shown in Figure 2, comprises that at least step is as follows:
Step S301, handle in the current interrupt request process of current interrupt source,, then interrupt current interrupt request if receive other interrupt request of other interrupt sources of high priority, otherwise continue to handle current interrupt request until disposing, this step can be realized by interrupt handler 10.
Step S302, the current interrupt request of interrupt counter 20 statistics of current interrupt source is interrupted number of times by what other interrupt request of high priority interrupted, if interrupt the saturation value that number of times equals interrupt counter 20, then the priority with current interrupt source raises, at this moment the priority of current interrupt request has also just raise, and this step can be realized by interrupt counter 20.Preferably, the interrupt source of various priority is respectively equipped with register 30, and register 30 is used to store the priority and the corresponding saturation value thereof of current interrupt source.And the saturation value of the interrupt counter 20 of interrupt source can be corresponding with its priority.After the priority of current interrupt source changed, the saturation value of the interrupt counter 20 of current interrupt source was corresponding with the priority after the change.
Step S303, other interrupt request of handling high priority are returned this current interrupt request of processing until finishing, and this step can be realized by interrupt handler 10.
Fig. 4 be in the preferred embodiment of the present invention based on the process flow diagram of the interruption processing method of interrupt nesting, it can be realized by interrupt processing system 100 as shown in Figure 2, comprise that step is as follows:
Step S401, interrupt processing system 100 is in idle state (IDLE), and promptly interrupt processing system 100 is in the state of not receiving interrupt request.Preferably, during initialization, the interrupt counter 20 of interrupt source is by zero setting.
Step S402, if receive the current interrupt request of current interrupt source, execution in step S403 then, otherwise return step S401.
Step S403 handles this current interrupt request.Be the interrupt service routine that interrupt processing system 100 can enter this current interrupt request, begin to handle current interrupt request.
Step S404, in the process of handling this current interrupt request, if receive other interrupt request of other interrupt sources, judge whether the priority of other interrupt request is higher than the priority of current interrupt request, be the priority whether priority of other interrupt sources is higher than current interrupt source, if the priority that the priority of other interrupt request is higher than current interrupt request is execution in step S405 then, if the priority of other interrupt request is less than or equal to the priority of current interrupt request, then execution in step S410 promptly continues to handle current interrupt request.
Step S405, interrupt processing system 100 interrupts current interrupt request, and the interrupt counter 20 of this current interrupt source is added 1.
Step S406, whether the interrupt counter 20 of judging current interrupt source the value of reaching capacity, if execution in step S407 then, otherwise execution in step S408.
Step S407, if the value of reaching capacity, then with 1 grade of the temporary transient rising of the priority of current interrupt source, and with interrupt counter 20 zero clearings of current interrupt source.If the current interrupt request that this priority is low is repeatedly broken, then the interrupt counter 20 of this current interrupt source may the value of reaching capacity, the priority of this current interrupt request can be enhanced 1 grade so, so not by may just having increased that other interrupt request of high priority interrupt.
Step S408, interrupt processing system 100 is handled other interrupt request of high priority.
Step S409, other interrupt request of high priority dispose, and return step S404, the current interrupt request of the low priority before promptly handling.
Step S410 continues to handle current interrupt request until finishing.
Step S411 judges whether the priority of current interrupt source changes, if change then execution in step S412, otherwise returns the idle state of step S401 after interrupt counter 20 zero clearings with current interrupt source.
Step S412 returns to initial value (priority before promptly raising) with the priority of current interrupt source, and returns the idle state of step S401 after interrupt counter 20 zero clearings with current interrupt source.
Interrupt processing system 100 with a priority from 0 to 7 is an example below, and the limit priority of this interrupt processing system 100 is 7, and lowest priority is 0, and from 0 to 7 priority increases gradually.Table (a) has shown pairing priority of each interrupt request and saturation value thereof.
Table (a)
Interrupt source a b c d e f g h
Priority 0 1 2 3 4 5 6 7
The interrupt counter saturation value 6 5 5 5 5 3 3 2
From table (a), can find out that the saturation value of the interrupt counter 20 of interrupt source is corresponding with its priority.The priority of interrupt source a is minimum, and the saturation value of its corresponding interrupt counter 20 is 6, and the priority of interrupt source h is the highest, and the saturation value of its interrupt counter 20 is 2.
When beginning most, interrupt source a sends an interrupt request a, interrupt processing system 100 begins to enter the interrupt service routine of interrupt request a, this moment, other interrupt sources were also sent other interrupt request, interrupt request a can't obtain in a period of time handling, and the mode of interrupt processing system 100 handling interrupt requests is shown in table (b).
Table (b)
Figure BDA0000078235750000071
As can be seen, the break in service that constantly has other interrupt request of high priority to interrupt interrupt source a is at first handled, when each interrupt request a is interrupted, the interrupt counter a value of interrupt source a all adds 1, when interrupting counter a value of reaching capacity 6, the internal priority of the interrupt source a one-level that temporarily raises, become 1 by 0, when NextState, interrupt source b send interrupt request b, because the priority of interrupt source b is the same with the priority of interrupt source a, so interrupt request a processing is no longer interrupted and obtains to handle, after the interrupt request a of interrupt source a finished dealing with, interrupt processing system 100 judged whether the priority of interrupt source a is consistent with initial priority, because initial priority is 0, current priority is 1, so the priority of interrupt source a is changed to 0, and, returns idle state with the interrupt counter a zero clearing of interrupt source a.
After if interrupt source a priority is upgraded to 1, still being higher than other interrupt request (for example interrupt request e of interrupt source e) of 1 by priority interrupts continuously, interrupt source a also can be after the saturation value that satisfies next interrupt counter a so, further its priority of rising is till the interrupt request a of interrupt source a is processed.Be pointed out that, after the priority of interrupt source a changes, the saturation value of interrupt counter a with change after priority corresponding, for example after the priority of interrupt source a is upgraded to 2, the saturation value of interrupt counter a is corresponding with priority 25.
In sum, the present invention is on the interrupt nesting basis of SOC system, added internal priority growth function, promptly each interrupt source in the interrupt processing system is added an interrupt counter, this interrupt counter can be added up current interrupt request in processing procedure, the number of times that is interrupted continuously by other interrupt request of high priority; If the low current interrupt request of priority is repeatedly interrupted, then the interrupt counter of this current interrupt source may reach predetermined saturation value, can temporarily improve the priority of described current interrupt source so in inside, the possibility that makes the current interrupt request of current interrupt source of low priority obtain Interrupt Process increases.The invention solves the problem that the low priority interrupt request can't obtain handling for a long time, thereby improved the Interrupt Process efficient of SOC system.
Certainly; the present invention also can have other various embodiments; under the situation that does not deviate from spirit of the present invention and essence thereof; those of ordinary skill in the art work as can make various corresponding changes and distortion according to the present invention, but these corresponding changes and distortion all should belong to the protection domain of the appended claim of the present invention.

Claims (10)

1. the interruption processing method based on interrupt nesting is characterized in that, the interrupt source of various priority is respectively equipped with interrupt counter, and each described interrupt counter is provided with saturation value, and described interruption processing method comprises that step is as follows:
Handle in the current interrupt request process of current interrupt source,, then interrupt described current interrupt request, otherwise continue to handle described current interrupt request until disposing if receive other interrupt request of other interrupt sources of high priority;
The interrupt counter of described current interrupt source is added up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, priority rising that then will described current interrupt source;
Described other interrupt request of handling high priority are returned this current interrupt request of processing until finishing.
2. interruption processing method according to claim 1, it is characterized in that, in the current interrupt request process of the current interrupt source of described processing, if receive other interrupt request of other interrupt sources of high priority, then interrupt described current interrupt request, comprise until the step that disposes otherwise continue to handle described current interrupt request:
When under idle state, receiving the current interrupt request of current interrupt source, handle this current interrupt request;
If receive other interrupt request of described other interrupt sources, judge whether the priority of described other interrupt request is higher than the priority of described current interrupt request;
If the priority of described other interrupt request is higher than the priority of described current interrupt request, then interrupt described current interrupt request;
If the priority of described other interrupt request is less than or equal to the priority of described current interrupt request, then continue to handle described current interrupt request until disposing.
3. interruption processing method according to claim 1, it is characterized in that, the interrupt counter of described current interrupt source is added up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, the step of priority rising that then will described current interrupt source comprises:
After described current interrupt request is interrupted, the described interrupt counter of this current interrupt source is added 1;
Whether the interrupt counter of judging described current interrupt source reaches described saturation value;
If reach described saturation value, then the priority of described current interrupt source is temporary transient raises 1 grade, and with described interrupt counter zero clearing.
4. interruption processing method according to claim 3 is characterized in that, described continuation is handled described current interrupt request and also comprised after the step that disposes:
Whether the priority of judging described current interrupt source changes;
If change, then the priority with described current interrupt source returns to initial value, and returns idle state after the interrupt counter zero clearing with described current interrupt source;
If do not change, then return idle state after the described interrupt counter zero clearing with described current interrupt source.
5. interruption processing method according to claim 1 is characterized in that the interrupt source of described various priority is respectively equipped with register, and described register is used to store the priority and the corresponding described saturation value thereof of described current interrupt source.
6. interruption processing method according to claim 1 is characterized in that, described method comprises:
During initialization, the described interrupt counter of described interrupt source is by zero setting.
7. interruption processing method according to claim 1 is characterized in that described method is applied in the SOC system.
8. interruption processing method according to claim 1 is characterized in that the saturation value of the interrupt counter of described interrupt source is corresponding with its priority.
9. interruption processing method according to claim 8 is characterized in that, after the priority of described current interrupt source changed, the saturation value of the interrupt counter of described current interrupt source was corresponding with the priority after the described change.
10. a realization is characterized in that as the interrupt processing system based on interrupt nesting of claim 1~9 interruption processing method as described in each described interrupt processing system comprises:
Interrupt handler, be used to handle the current interrupt request of current interrupt source, and in the current interrupt request process of handling current interrupt source, if receive other interrupt request of other interrupt sources of high priority, then interrupt described current interrupt request, described other interrupt request of handling high priority are returned and are handled described current interrupt request until finishing; If do not receive other interrupt request of other interrupt sources of high priority, then continue to handle current interrupt request until disposing;
Interrupt counter, correspondence is located in the interrupt source of various priority, each described interrupt counter is provided with saturation value, the interrupt counter of described current interrupt source is used to add up described current interrupt request and is interrupted number of times by what described other interrupt request of high priority interrupted, if describedly interrupt the described saturation value that number of times equals described interrupt counter, priority rising that then will described current interrupt source.
CN2011102085547A 2011-07-25 2011-07-25 Interrupt processing method and system based on interrupt nesting Pending CN102262566A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011102085547A CN102262566A (en) 2011-07-25 2011-07-25 Interrupt processing method and system based on interrupt nesting

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011102085547A CN102262566A (en) 2011-07-25 2011-07-25 Interrupt processing method and system based on interrupt nesting

Publications (1)

Publication Number Publication Date
CN102262566A true CN102262566A (en) 2011-11-30

Family

ID=45009203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011102085547A Pending CN102262566A (en) 2011-07-25 2011-07-25 Interrupt processing method and system based on interrupt nesting

Country Status (1)

Country Link
CN (1) CN102262566A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824768A (en) * 2016-03-15 2016-08-03 杭州中天微系统有限公司 Vector interrupt controller supporting multi-layer interrupt priority level control
CN107918299A (en) * 2016-10-07 2018-04-17 欧姆龙株式会社 Arithmetic unit and control device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1547082A (en) * 2003-12-12 2004-11-17 中兴通讯股份有限公司 Programmable interrupt controller
CN1963768A (en) * 2006-12-05 2007-05-16 北京中星微电子有限公司 Processing method for interruption and apparatus thereof
CN101872315A (en) * 2009-04-24 2010-10-27 勒斯塔尔技术有限责任公司 The interruption optimization that is used for multiprocessor
CN101894083A (en) * 2009-05-22 2010-11-24 瑞萨电子株式会社 Interrupt processing apparatus and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1547082A (en) * 2003-12-12 2004-11-17 中兴通讯股份有限公司 Programmable interrupt controller
CN1963768A (en) * 2006-12-05 2007-05-16 北京中星微电子有限公司 Processing method for interruption and apparatus thereof
CN101872315A (en) * 2009-04-24 2010-10-27 勒斯塔尔技术有限责任公司 The interruption optimization that is used for multiprocessor
CN101894083A (en) * 2009-05-22 2010-11-24 瑞萨电子株式会社 Interrupt processing apparatus and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105824768A (en) * 2016-03-15 2016-08-03 杭州中天微系统有限公司 Vector interrupt controller supporting multi-layer interrupt priority level control
CN105824768B (en) * 2016-03-15 2018-09-07 杭州中天微系统有限公司 A kind of vectored interrupt controller for supporting multilayer interrupt priority level to control
CN107918299A (en) * 2016-10-07 2018-04-17 欧姆龙株式会社 Arithmetic unit and control device

Similar Documents

Publication Publication Date Title
EP3023885A1 (en) Method and device for storing data
CN101853229B (en) Method and device for data transportation, and method of data reading operation and data writing operation
CN107301178B (en) Data query processing method, device and system
CN107220123A (en) One kind solves Spark data skew method and system
JP2018515844A5 (en)
CN109343972B (en) Task processing method and terminal equipment
US10783203B2 (en) Data processing method and apparatus
CN103338155B (en) A kind of high efficiency filter method of packet
CN102262566A (en) Interrupt processing method and system based on interrupt nesting
CN106776025A (en) A kind of computer cluster job scheduling method and its device
CN103037000B (en) Publish-subscribe system and notification message processing method thereof
CN103607360A (en) Message processing method, line card and switching equipment
CN105511946A (en) Intelligent home appliance equipment active degree statistic method and device and internet gateway
WO2016070478A1 (en) Rule table entry optimization method and apparatus for message processing
CN109766282A (en) A kind of Caton detection method, Caton detection device and terminal device
WO2016070616A1 (en) Intelligent terminal and method for managing multi-card data traffic
CN106302390A (en) A kind of method limited based on NGINX access frequency and system
CN103179285B (en) A kind of acquisition method of CDR file and device
CN103746943B (en) Method for establishing VLAN subinterface and exchange chip using the same
CN102004665B (en) Task concurrent processing method in workflow system
CN107911484B (en) Message processing method and device
CN101568059B (en) Methods and device for indicating and reporting frequency bands supported by terminal
CN102736951A (en) A method and an apparatus for calling a module
CN106535222A (en) Method and apparatus for automatically generating regulation schemes for base station baseband processing board
US20150055641A1 (en) Method and Apparatus for Scaling an Idle Period

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20111130