KR100983061B1 - 서로 다른 크리티컬리티의 인터럽트 요청 실행을제어하는데 적합한 인터럽트 제어 함수 - Google Patents
서로 다른 크리티컬리티의 인터럽트 요청 실행을제어하는데 적합한 인터럽트 제어 함수 Download PDFInfo
- Publication number
- KR100983061B1 KR100983061B1 KR1020077011313A KR20077011313A KR100983061B1 KR 100983061 B1 KR100983061 B1 KR 100983061B1 KR 1020077011313 A KR1020077011313 A KR 1020077011313A KR 20077011313 A KR20077011313 A KR 20077011313A KR 100983061 B1 KR100983061 B1 KR 100983061B1
- Authority
- KR
- South Korea
- Prior art keywords
- interrupt
- critical
- processor
- execution
- interrupts
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4812—Task transfer initiation or dispatching by interrupt, e.g. masked
- G06F9/4818—Priority circuits therefor
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
Claims (18)
- 컴퓨터 운영시스템(OS)의 제어하에서 서로 다른 크리티컬리티(criticality)를 가진 작업을 실행하는데 필요한 프로세서에 의해서 다른 크리티컬리티(criticality)의 인터럽트 실행을 관리하는 방법에 있어서,서로 다른 인터럽트 소스들로부터 발생된 크리티컬과 비크리티컬 인터럽트 요청들을 인식하고, 각각의 크리티컬과 비크리티컬 작업들을 실행하기 위해서 프로세서가 필요할 때를 인식하고,비크리티컬 인터럽트 요청들보다는 크리티컬 인터럽트 요청을 프로세서에 전달(Pass)하고, 비크리티컬 인터럽트 요청들이 크리티컬 인터럽트 요청들과 공존하거나 크리티컬 작업을 실행시키기 위해 필요한 프로세서가 필요한 경우 상기 프로세서에 비크리티컬 인터럽트 요청들을 차단하고, 어떠한 비크리티컬 인터럽트 요청들이 크리티컬 인터럽트 요청들과 공존하지 않고 상기 프로세서가 실행되어야 할 크리티컬 작업을 가지지 않은 때에는 비크리티컬 인터럽트 요청을 상기 프로세서에 전달(Pass)하는 인터럽트 실행을 관리하는 방법.
- 제1항에 있어서,제1우선순위 레벨이 제2우선순위레벨보다 높다면, 제2 우선순위 레벨을 가진 제2 인터럽트에 대응한 제2 크리티컬 ISR보다 우선하여 제1 우선순위 레벨을 가진 제1 크리티컬 인터럽트에 대응한 제1크리티컬 인터럽트 서비스 루틴(ISR)을 실행하도록 프로세서에 지시하는 인터럽트 실행을 관리하는 방법.
- 제2항에 있어서,상기 제1우선순위 레벨이 제2 우선순위 레벨보다 낮다면, 상기 프로세서가 상기 제2 크리티컬ISR을 실행할 때, 제1 크리티컬 인터럽트의 발생을 저장하고,인터럽트 제어 시스템은 OS가 제2 ISR을 실행하지 않는 동안에, 제1크리티컬 ISR을 실행하도록 OS에 지시하는 인터럽트 실행을 관리하는 방법.
- 제1항 내지 제3항 중 어느 한 항에 있어서,상기 프로세서가 크리티컬 ISR 또는 크리티컬 작업을 실행하는 동안, 비크리티컬 인터럽트가 수신된다면, 비크리티컬 인터럽트의 발생이 저장되어, OS가 수신한 신호이후에 인터럽트 제어 시스템이 비크리티컬 ISR을 실행하도록 OS를 지시하는 인터럽트 실행을 관리하는 방법.
- 제3항에 있어서,상기 인터럽트의 발생은 상기 인터럽트의 소스와 관련된 카운터를 증가시키면서 저장되고, 제어기는 인터럽트 제어 시스템이 인터럽트에 대응하여ISR을 실행하도록 OS를 지시할 때 감소되는 인터럽트 실행을 관리하는 방법.
- 제5항에 있어서,상기 인터럽트의 발생이 저장되어 관련된 카운터가 오버플로우가 되면, 오버플로우 인터럽트가 생성되고, 상기 오버플로 인터럽트는 크리티컬 인터럽트로 또는 비크리티컬 인터럽트로 디자인 될 수 있는 인터럽트 실행을 관리하는 방법.
- 제1항 내지 제3항 중 어느 한 항에 있어서,인터럽트는 각각에 관련된 플래그를 가지고, 상기 플래그가 제1상태에 있다면 상기 인터럽트는 상기 크리티컬 인터럽트로 식별되고, 상기 플래그가 제2상태에 있다면 상기 인터럽트는 비크리티컬 인터럽트로 식별되는 인터럽트 실행을 관리하는 방법.
- 제7항에 있어서,비크리티컬 인터럽트들의 마스킹에 의해 상기 제1상태 플래그에 응답하는 인터럽트 실행을 관리하는 방법.
- 제8항에 있어서,일단 모든 크리티컬 작업들이 실행되면, 비크리티컬 인터럽트들이 마스킹되지 않도록 리셋하는 인터럽트 실행을 관리하는 방법.
- 제9항에 있어서,상기 프로세서로부터의 지시에 따라 리셋되는 인터럽트 실행을 관리하는 방법.
- 제10항에 있어서,크리티컬 작업으로부터 리셋 지시가 일어나는 인터럽트 실행을 관리하는 방법.
- 제11항에 있어서,상기 리셋 지시를 생성하는 상기 크리티컬 작업은 모든 크리티컬 작업들의 우선순위들 중에서 가장 낮은 레벨을 가지는 인터럽트 실행을 관리하는 방법.
- 제1항 내지 제3항 중 어느 한 항에 있어서,상기 프로세서로 인터럽트의 전달을 제어하는 하드웨어 인터럽트 제어기로 구현되는 인터럽트 실행을 관리하는 방법.
- 제1항 내지 제3항 중 어느 한 항에 있어서,상기 프로세서에서 구동되는 소프트웨어로 구현되는 인터럽트 실행을 관리하는 방법.
- 제1항 내지 제3항 중 어느 한 항에 있어서,인터럽트 제어 함수의 제어하에서 인터럽트를 수신하는 프로세서와 결합된 인터럽트 실행을 관리하는 방법.
- 프로세서와 제 15항에 기재된 인터럽트 실행을 관리하는 방법을 결합한 타이밍 크리티컬 시스템.
- 제 16항에 기재된 크리티컬 시스템을 포함하는 모바일 전화 핸드셋.
- 삭제
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB0423094.2 | 2004-10-18 | ||
GBGB0423094.2A GB0423094D0 (en) | 2004-10-18 | 2004-10-18 | Interrupt control |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20070073916A KR20070073916A (ko) | 2007-07-10 |
KR100983061B1 true KR100983061B1 (ko) | 2010-09-17 |
Family
ID=33462908
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020077011313A KR100983061B1 (ko) | 2004-10-18 | 2005-10-17 | 서로 다른 크리티컬리티의 인터럽트 요청 실행을제어하는데 적합한 인터럽트 제어 함수 |
Country Status (7)
Country | Link |
---|---|
US (1) | US7689749B2 (ko) |
EP (1) | EP1836569B1 (ko) |
KR (1) | KR100983061B1 (ko) |
CN (1) | CN101069158A (ko) |
GB (1) | GB0423094D0 (ko) |
TW (1) | TWI361383B (ko) |
WO (1) | WO2006043040A1 (ko) |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7730248B2 (en) * | 2007-12-13 | 2010-06-01 | Texas Instruments Incorporated | Interrupt morphing and configuration, circuits, systems and processes |
US8255602B2 (en) * | 2008-09-09 | 2012-08-28 | Texas Instruments Incorporated | Effective mixing real-time software with a non-real-time operating system |
GB2458005B (en) * | 2009-02-12 | 2010-01-20 | Gzero Ltd | Removing non-essential programs identified by a server from memory |
JP5403822B2 (ja) * | 2010-05-24 | 2014-01-29 | 本田技研工業株式会社 | 情報提供装置および情報提供方法 |
CN101887383B (zh) * | 2010-06-30 | 2013-08-21 | 中山大学 | 一种进程实时调度方法 |
US20120198464A1 (en) * | 2011-01-31 | 2012-08-02 | Toyota Jidosha Kabushiki Kaisha | Safety controller and safety control method |
US8725923B1 (en) * | 2011-03-31 | 2014-05-13 | Emc Corporation | BMC-based communication system |
DE102014116144A1 (de) | 2014-11-05 | 2016-05-12 | Hella Kgaa Hueck & Co. | Elektronische Einrichtung zum Sperren von Unterbrechungsanforderungen |
US11036541B2 (en) * | 2017-09-19 | 2021-06-15 | Microsoft Technology Licensing, Llc | Interrupt management for a hypervisor |
CN109933549B (zh) * | 2019-01-30 | 2022-04-05 | 中山大学 | 一种适用于risc-v处理器的中断控制器 |
CN113419450A (zh) * | 2021-06-29 | 2021-09-21 | 北京猎户星空科技有限公司 | 一种电机foc控制及运行方法、装置、电子设备及介质 |
CN114281492A (zh) * | 2021-11-12 | 2022-04-05 | 北京智芯微电子科技有限公司 | 中断处理方法、装置、芯片、电子设备及存储介质 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR930009633B1 (ko) * | 1988-09-12 | 1993-10-08 | 닉스도르프 콤퓨터아게 | 데이타 처리장치의 인터럽트 처리방법 |
US20040205755A1 (en) * | 2003-04-09 | 2004-10-14 | Jaluna Sa | Operating systems |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4734882A (en) * | 1985-04-01 | 1988-03-29 | Harris Corp. | Multilevel interrupt handling scheme |
DE3705577A1 (de) | 1987-02-21 | 1988-09-01 | Bosch Gmbh Robert | Verfahren zur prioritaetsabhaengigen bearbeitung von unterschiedlichen anforderungen eines rechners |
DE59509024D1 (de) | 1995-09-20 | 2001-03-22 | Siemens Ag | Interruptbehandlungssystem eines Betriebssystems |
US5995745A (en) * | 1996-12-23 | 1999-11-30 | Yodaiken; Victor J. | Adding real-time support to general purpose operating systems |
US5919255A (en) * | 1997-03-12 | 1999-07-06 | Texas Instruments Incorporated | Method and apparatus for processing an interrupt |
US6061709A (en) * | 1998-07-31 | 2000-05-09 | Integrated Systems Design Center, Inc. | Integrated hardware and software task control executive |
US6212592B1 (en) * | 1998-09-17 | 2001-04-03 | Micron Technology, Inc. | Computer system for processing system management interrupt requests |
US6601122B1 (en) * | 2000-04-17 | 2003-07-29 | International Business Machines Corporation | Exceptions and interrupts with dynamic priority and vector routing |
US7165134B1 (en) * | 2000-06-28 | 2007-01-16 | Intel Corporation | System for selectively generating real-time interrupts and selectively processing associated data when it has higher priority than currently executing non-real-time operation |
US7222203B2 (en) * | 2003-12-08 | 2007-05-22 | Intel Corporation | Interrupt redirection for virtual partitioning |
US7149831B2 (en) * | 2004-09-27 | 2006-12-12 | Hewlett-Packard Development Company, L.P. | Batch processing of interrupts |
US7627705B2 (en) * | 2005-12-30 | 2009-12-01 | Stmicroelectronics Pvt. Ltd. | Method and apparatus for handling interrupts in embedded systems |
-
2004
- 2004-10-18 GB GBGB0423094.2A patent/GB0423094D0/en not_active Ceased
-
2005
- 2005-10-17 US US11/665,544 patent/US7689749B2/en active Active
- 2005-10-17 KR KR1020077011313A patent/KR100983061B1/ko active IP Right Grant
- 2005-10-17 EP EP05794225.2A patent/EP1836569B1/en active Active
- 2005-10-17 WO PCT/GB2005/003994 patent/WO2006043040A1/en active Application Filing
- 2005-10-17 CN CNA2005800415564A patent/CN101069158A/zh active Pending
- 2005-10-18 TW TW094136262A patent/TWI361383B/zh active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR930009633B1 (ko) * | 1988-09-12 | 1993-10-08 | 닉스도르프 콤퓨터아게 | 데이타 처리장치의 인터럽트 처리방법 |
US20040205755A1 (en) * | 2003-04-09 | 2004-10-14 | Jaluna Sa | Operating systems |
Also Published As
Publication number | Publication date |
---|---|
US7689749B2 (en) | 2010-03-30 |
KR20070073916A (ko) | 2007-07-10 |
TW200625172A (en) | 2006-07-16 |
CN101069158A (zh) | 2007-11-07 |
GB0423094D0 (en) | 2004-11-17 |
US20080195785A1 (en) | 2008-08-14 |
EP1836569B1 (en) | 2013-11-27 |
TWI361383B (en) | 2012-04-01 |
EP1836569A1 (en) | 2007-09-26 |
WO2006043040A1 (en) | 2006-04-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100983061B1 (ko) | 서로 다른 크리티컬리티의 인터럽트 요청 실행을제어하는데 적합한 인터럽트 제어 함수 | |
US7739685B2 (en) | Decoupling a central processing unit from its tasks | |
US20140282507A1 (en) | Systems and methods of using a hypervisor with guest operating systems and virtual processors | |
CN112416546A (zh) | 多任务调度方法、电子装置和计算机存储介质 | |
CN107203428B (zh) | 一种基于Xen的VCPU多核实时调度算法 | |
CN111414246B (zh) | 具备tee扩展的计算平台上的跨安全世界实时功能调用方法及装置 | |
EP0783734A1 (en) | System and method for providing cooperative interrupts in a preemptive task scheduling environment | |
US8528006B1 (en) | Method and apparatus for performing real-time commands in a non real-time operating system environment | |
KR20130066900A (ko) | 연성 실시간 운영체제의 실시간성 확보방법 | |
EP1892625B1 (en) | Finer grained operating system scheduling | |
JP2005276097A (ja) | 割り込み依頼プログラムおよびマイクロコンピュータ | |
US10853133B2 (en) | Method and apparatus for scheduling tasks to a cyclic schedule | |
EP2495656B1 (en) | Enhanced prioritising and unifying interrupt controller | |
US6990669B1 (en) | Real-time scheduler | |
KR100848323B1 (ko) | 임베디드 운영체제 커널의 실시간 성능을 향상시키는 방법 | |
TWI676935B (zh) | 處理中斷優先級的電路系統 | |
CN115098230A (zh) | 管理线程的方法及装置 | |
KR20130048504A (ko) | 임계성에 기초한 파티션 스케쥴링 장치 및 방법 | |
KR101334842B1 (ko) | 가상화 지원 단말 플랫폼을 위한 가상머신 관리장치 및 방법 | |
TWI463406B (zh) | 具搶占功能的即時中斷處理系統及其方法 | |
US20230305872A1 (en) | Efficient central processing unit overcommit for virtual machines with symmetric multi-processing | |
WO2024193308A1 (zh) | 中断处理的方法、装置和电子设备 | |
US20230236901A1 (en) | Safe critical section operations for virtual machines with virtual central processing unit overcommit | |
JPH06187171A (ja) | 割込みにおけるスケジューリング方式 | |
CN117234678A (zh) | 控制程序部分的流程的方法和装置、编程方法、编程装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
N231 | Notification of change of applicant | ||
N231 | Notification of change of applicant | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20130827 Year of fee payment: 4 |
|
FPAY | Annual fee payment |
Payment date: 20140828 Year of fee payment: 5 |
|
FPAY | Annual fee payment |
Payment date: 20160629 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20170629 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20180628 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20190903 Year of fee payment: 10 |