JP5100133B2 - 情報処理装置 - Google Patents
情報処理装置 Download PDFInfo
- Publication number
- JP5100133B2 JP5100133B2 JP2007010444A JP2007010444A JP5100133B2 JP 5100133 B2 JP5100133 B2 JP 5100133B2 JP 2007010444 A JP2007010444 A JP 2007010444A JP 2007010444 A JP2007010444 A JP 2007010444A JP 5100133 B2 JP5100133 B2 JP 5100133B2
- Authority
- JP
- Japan
- Prior art keywords
- access
- processor
- memory
- mode
- address
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/53—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2141—Access rights, e.g. capability lists, access control lists, access tables, access matrices
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Storage Device Security (AREA)
Description
図1に示すように、システムLSI100は、メモリ150と、デバイス160とを接続している。また、システムLSI100は、プロセッサ101と、動作モード管理回路102と、メモリアクセス制御部103と、第1HV(Hyper Viser)領域保護回路104と、デバイスアクセス制御部105と、第2HV領域保護回路106と、保護メモリ107とを備える。
上述した第1の実施の形態では、動作モード管理回路102が管理する動作モードが、HVモードと通常モードの2種類の場合について説明した。しかしながら、動作モードを2種類に制限するものではない。そこで、第1の実施の形態の変形例1では、動作モードが3種類の場合について説明する。
第1の実施の形態では、HV保護領域に、第1HV領域保護回路104、メモリアクセス制御部103、デバイスアクセス制御部105、第2HV領域保護回路106及び保護メモリ107を含む例について説明した。しかしながら、HV保護領域に含まれる構成をこれらに制限するものではない。そこで、第1の実施の形態の変形例2では、HV保護領域にさらに保護デバイス1301を含む例とする。
を介してプロセッサ101からの要求を受け付ける。
第1の実施の形態にかかるシステムLSI100では、HV保護領域内の保護メモリ107にHVコード格納領域を設けられた。しかしながら、HVコード格納領域をHV保護領域内に設けることに制限するものではなく、例えばシステムLSIに接続されたメモリ内に設けることにしても良い。そこで、第2の実施の形態では、システムLSIに接続されたメモリ内にHVコード格納領域を設けた例について説明する。また、HVモードエントリ及びHVモード脱出の別形態についても併せて説明する。
101 プロセッサ
102、1401、1502 動作モード管理回路
103、1505 メモリアクセス制御部
104 第1HV領域保護回路
105、1504 デバイスアクセス制御部
106、1302 第2HV領域保護回路
107、1501 保護メモリ
112、1451、1511 HVコード格納領域
121、1411、1521 検出部
122、1522 モード切替部
131 第1制御部
132、1311 第2制御部
150、1450、1503 メモリ
151 第1のゲストOS格納領域
152 第2のゲストOS格納領域
153 第3のゲストOS格納領域
154 第1メモリ領域
155 第2メモリ領域
156 第3メモリ領域
1301 保護デバイス
Claims (11)
- 第1のアクセス範囲にアクセス可能な特権ソフトウェアを記憶する記憶部と、
前記第1のアクセス範囲よりも狭い範囲である第2のアクセス範囲にアクセス可能なソフトウェアと、前記特権ソフトウェアと、を動作させるプロセッサと、
前記記憶部と前記プロセッサとを接続し、前記特権ソフトウェアを前記プロセッサで実行するために必要なデータの通信を行う通信路と、
前記通信路を監視し、前記プロセッサが前記通信路を介して行う、前記記憶部に記憶された前記特権ソフトウェアの動作が開始することを示す開始アドレスに対するフェッチを検出する、及び前記プロセッサで割り込みが禁止されていることを検出する、検出手段と、
前記開始アドレスに対するフェッチを検出し、さらに前記プロセッサで割り込みが禁止されていることを検出した場合に、アクセスを許可するアクセス範囲を前記第2のアクセス範囲から前記第1のアクセス範囲に変更する制御を行う制御手段と、を備え、
前記検出手段は、前記プロセッサの外部に設けられた、
ことを特徴とする情報処理装置。 - 前記制御手段は、前記開始アドレスに対するフェッチを検出した場合に、アクセスを許可するアクセス範囲に含まれている記憶アドレスに書き込みを許可する制御を行うこと、
を特徴とする請求項1に記載の情報処理装置。 - 前記開始アドレスは、前記第1のアクセス範囲に含まれ、
前記制御手段は、前記開始アドレスに対するフェッチを検出した場合に、前記第1のアクセス範囲に対してアクセスを許可する制御を行うこと、
を特徴とする請求項1に記載の情報処理装置。 - 前記検出手段は、さらに前記プロセッサからの書き込み命令を検出し、
前記制御手段は、前記書き込み命令で指し示されているアドレスがチェック用のアドレ
スであること、及び前記書き込み命令に含まれているデータが割り込み禁止を表す値であ
ることを満たすか否かに応じて、前記プロセッサに対してアクセスを許可するアクセス範
囲を制御すること、
を特徴とする請求項1に記載の情報処理装置。 - 前記検出手段は、前記開始アドレスとしての前記プロセッサに対する割り込みを禁止する命令が記載されたアドレスに対するフェッチを検出すること、
を特徴とする請求項1に記載の情報処理装置。 - 前記検出手段は、さらに前記開始アドレスに対してアクセスしないことが保証される特権ソフトウェア脱出命令を検出し、
前記制御手段は、前記特権ソフトウェア脱出命令を検出した場合に、アクセス範囲を前記第1のアクセス範囲から前記第2のアクセス範囲に変更すること、
を特徴とする請求項1に記載の情報処理装置。 - 前記検出手段は、前記プロセッサからフェッチの要求がなされた要求アドレスが前記開始アドレスとは異なることを検出し、
前記制御手段は、前記要求アドレスが前記開始アドレスとは異なることを検出した場合に、アクセスを許可するアクセス範囲を前記第1のアクセス範囲から前記第2のアクセス範囲に変更すること、
を特徴とする請求項1に記載の情報処理装置。 - 前記制御手段は、前記アクセス範囲に含まれている、データの格納に用いられるデータ記憶部内に確保されたアクセス可能な領域を変更する制御を行うこと、
を特徴とする請求項1に記載の情報処理装置。 - 前記制御手段は、前記アクセス範囲に含まれている、アクセス可能なデバイスを変更する制御を行うこと、
を特徴とする請求項1に記載の情報処理装置。 - 前記ソフトウェア毎に、データを格納するデータ記憶部が有する記憶領域に対してアクセス可能か否かを保持する制御情報に基づいて、前記データ記憶部へのアクセスを制御するメモリアクセス制御手段、をさらに備え、
前記制御手段は、前記開始アドレスに対するフェッチを検出した場合に、前記制御情報の書き込みを許可し、
前記プロセッサは、前記制御情報の書き込みが許可されている場合に、前記制御情報に対して書き込みを行うこと、
を特徴とする請求項1に記載の情報処理装置。 - 前記ソフトウェア毎にデバイスに対してアクセス可能か否かを保持する制御情報に基づいて、デバイスに対するアクセスを制御するデバイスアクセス制御手段、をさらに備え、
前記制御手段は、前記開始アドレスに対するフェッチを検出した場合に、前記制御情報の書き込みを許可し、
前記プロセッサは、前記制御情報の書き込みが許可されている場合に、前記制御情報に対して書き込みを行うこと、
を特徴とする請求項1に記載の情報処理装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007010444A JP5100133B2 (ja) | 2007-01-19 | 2007-01-19 | 情報処理装置 |
US11/896,861 US20080178261A1 (en) | 2007-01-19 | 2007-09-06 | Information processing apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007010444A JP5100133B2 (ja) | 2007-01-19 | 2007-01-19 | 情報処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008176637A JP2008176637A (ja) | 2008-07-31 |
JP5100133B2 true JP5100133B2 (ja) | 2012-12-19 |
Family
ID=39642553
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007010444A Expired - Fee Related JP5100133B2 (ja) | 2007-01-19 | 2007-01-19 | 情報処理装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US20080178261A1 (ja) |
JP (1) | JP5100133B2 (ja) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8689224B2 (en) * | 2007-09-26 | 2014-04-01 | The Boeing Company | Methods and systems for preserving certified software through virtualization |
US8522237B2 (en) * | 2008-04-09 | 2013-08-27 | The Boeing Company | Virtualizing embedded systems |
CN101739337B (zh) * | 2009-12-14 | 2012-06-20 | 北京理工大学 | 一种基于聚类的软件漏洞序列特征的分析方法 |
KR101081907B1 (ko) * | 2010-01-05 | 2011-11-09 | 성균관대학교산학협력단 | 가상화 장치 |
CN101996292B (zh) * | 2010-12-10 | 2012-05-23 | 北京理工大学 | 一种基于序列聚类的软件安全特性分析方法 |
US8307169B2 (en) * | 2011-03-10 | 2012-11-06 | Safenet, Inc. | Protecting guest virtual machine memory |
US8966478B2 (en) | 2011-06-28 | 2015-02-24 | The Boeing Company | Methods and systems for executing software applications using hardware abstraction |
JP5977243B2 (ja) * | 2011-09-08 | 2016-08-24 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America | 計算機システム、計算機システム制御方法、計算機システム制御プログラム、及び集積回路 |
JP5874399B2 (ja) * | 2012-01-05 | 2016-03-02 | 株式会社リコー | 処理装置 |
Family Cites Families (45)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4975836A (en) * | 1984-12-19 | 1990-12-04 | Hitachi, Ltd. | Virtual computer system |
GB2251324B (en) * | 1990-12-31 | 1995-05-10 | Intel Corp | File structure for a non-volatile semiconductor memory |
US6295572B1 (en) * | 1994-01-24 | 2001-09-25 | Advanced Micro Devices, Inc. | Integrated SCSI and ethernet controller on a PCI local bus |
US5764969A (en) * | 1995-02-10 | 1998-06-09 | International Business Machines Corporation | Method and system for enhanced management operation utilizing intermixed user level and supervisory level instructions with partial concept synchronization |
JP2625402B2 (ja) * | 1995-05-24 | 1997-07-02 | 日本電気株式会社 | マイクロプロセッサ |
US7395298B2 (en) * | 1995-08-31 | 2008-07-01 | Intel Corporation | Method and apparatus for performing multiply-add operations on packed data |
US5809224A (en) * | 1995-10-13 | 1998-09-15 | Compaq Computer Corporation | On-line disk array reconfiguration |
GB2325061B (en) * | 1997-04-30 | 2001-06-06 | Advanced Risc Mach Ltd | Memory access protection |
US6076161A (en) * | 1997-08-25 | 2000-06-13 | National Semiconductor Corporation | Microcontroller mode selection system and method upon reset |
JP2000076135A (ja) * | 1998-08-27 | 2000-03-14 | Nippon Telegr & Teleph Corp <Ntt> | プロセッサのメモリ保護方法及びプロセッサのメモリを保護されたicカード |
US6326973B1 (en) * | 1998-12-07 | 2001-12-04 | Compaq Computer Corporation | Method and system for allocating AGP/GART memory from the local AGP memory controller in a highly parallel system architecture (HPSA) |
US6748457B2 (en) * | 2000-02-03 | 2004-06-08 | Realtime Data, Llc | Data storewidth accelerator |
US7222150B1 (en) * | 2000-08-15 | 2007-05-22 | Ikadega, Inc. | Network server card and method for handling requests received via a network interface |
JP2002140202A (ja) * | 2000-11-01 | 2002-05-17 | Hitachi Ltd | 情報配信システムおよびその負荷分散方法 |
US7089558B2 (en) * | 2001-03-08 | 2006-08-08 | International Business Machines Corporation | Inter-partition message passing method, system and program product for throughput measurement in a partitioned processing environment |
US6662242B2 (en) * | 2001-04-17 | 2003-12-09 | International Business Machines Corporation | Method for PCI IO using PCI device memory mapping in a logically partitioned system |
US20020159458A1 (en) * | 2001-04-27 | 2002-10-31 | Foster Michael S. | Method and system for reserved addressing in a communications network |
US7058768B2 (en) * | 2002-04-17 | 2006-06-06 | Microsoft Corporation | Memory isolation through address translation data edit control |
US7275181B2 (en) * | 2003-03-26 | 2007-09-25 | International Business Machines Corporation | Autonomic embedded computing “dynamic storage subsystem morphing” |
US7028157B2 (en) * | 2003-04-24 | 2006-04-11 | International Business Machines Corporation | On-demand allocation of data structures to partitions |
US7200687B2 (en) * | 2003-09-25 | 2007-04-03 | International Business Machines Coporation | Location-based non-uniform allocation of memory resources in memory mapped input/output fabric |
WO2005036367A2 (en) * | 2003-10-08 | 2005-04-21 | Unisys Corporation | Virtual data center that allocates and manages system resources across multiple nodes |
KR100673681B1 (ko) * | 2004-03-25 | 2007-01-24 | 엘지전자 주식회사 | 개인용 컴퓨터에서의 인스턴트 온 기능 실행방법 |
JP2005316599A (ja) * | 2004-04-27 | 2005-11-10 | Matsushita Electric Ind Co Ltd | 割込制御装置 |
US20050246453A1 (en) * | 2004-04-30 | 2005-11-03 | Microsoft Corporation | Providing direct access to hardware from a virtual environment |
US7536506B2 (en) * | 2004-06-21 | 2009-05-19 | Dot Hill Systems Corporation | RAID controller using capacitor energy source to flush volatile cache data to non-volatile memory during main power outage |
US7395382B1 (en) * | 2004-08-10 | 2008-07-01 | Sun Microsystems, Inc. | Hybrid software/hardware transactional memory |
US7277998B1 (en) * | 2004-08-12 | 2007-10-02 | Vmware, Inc. | Restricting memory access to protect data when sharing a common address space |
US7802110B2 (en) * | 2004-08-25 | 2010-09-21 | Microsoft Corporation | System and method for secure execution of program code |
US7478138B2 (en) * | 2004-08-30 | 2009-01-13 | International Business Machines Corporation | Method for third party, broadcast, multicast and conditional RDMA operations |
US7600082B2 (en) * | 2004-11-30 | 2009-10-06 | Hewlett-Packard Development Company, L.P. | Virtualization logic |
US7757231B2 (en) * | 2004-12-10 | 2010-07-13 | Intel Corporation | System and method to deprivilege components of a virtual machine monitor |
US20060193327A1 (en) * | 2005-02-25 | 2006-08-31 | International Business Machines Corporation | System and method for providing quality of service in a virtual adapter |
US20060195663A1 (en) * | 2005-02-25 | 2006-08-31 | International Business Machines Corporation | Virtualized I/O adapter for a multi-processor data processing system |
US7620741B2 (en) * | 2005-04-22 | 2009-11-17 | Sun Microsystems, Inc. | Proxy-based device sharing |
US7293129B2 (en) * | 2005-04-22 | 2007-11-06 | Sun Microsystems, Inc. | Flexible routing and addressing |
US7797564B2 (en) * | 2005-05-24 | 2010-09-14 | International Business Machines Corporation | Method, apparatus, and computer program product for dynamically modifying operating parameters of the system based on the current usage of a processor core's specialized processing units |
US8352649B2 (en) * | 2005-06-09 | 2013-01-08 | Infortrend Technology, Inc. | Storage virtualization subsystem architecture |
US7702743B1 (en) * | 2006-01-26 | 2010-04-20 | Symantec Operating Corporation | Supporting a weak ordering memory model for a virtual physical address space that spans multiple nodes |
US7805577B1 (en) * | 2006-04-14 | 2010-09-28 | Tilera Corporation | Managing memory access in a parallel processing environment |
US7461210B1 (en) * | 2006-04-14 | 2008-12-02 | Tilera Corporation | Managing set associative cache memory according to entry type |
US7613876B2 (en) * | 2006-06-08 | 2009-11-03 | Bitmicro Networks, Inc. | Hybrid multi-tiered caching storage system |
US7830882B2 (en) * | 2006-11-17 | 2010-11-09 | Intel Corporation | Switch scaling for virtualized network interface controllers |
US7926067B2 (en) * | 2006-11-28 | 2011-04-12 | Broadcom Corporation | Method and system for protocol offload in paravirtualized systems |
US7949848B2 (en) * | 2007-03-08 | 2011-05-24 | Arm Limited | Data processing apparatus, method and computer program product for reducing memory usage of an object oriented program |
-
2007
- 2007-01-19 JP JP2007010444A patent/JP5100133B2/ja not_active Expired - Fee Related
- 2007-09-06 US US11/896,861 patent/US20080178261A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
US20080178261A1 (en) | 2008-07-24 |
JP2008176637A (ja) | 2008-07-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5100133B2 (ja) | 情報処理装置 | |
JP4872001B2 (ja) | メモリ・アクセス安全性管理 | |
JP4925422B2 (ja) | データ処理装置内コンテンツへのアクセス管理 | |
US7065215B2 (en) | Microprocessor with program and data protection function under multi-task environment | |
JP2008250387A (ja) | 情報処理装置 | |
JP6189039B2 (ja) | セキュアドメインおよび低セキュアドメインを使用するデータ処理装置および方法 | |
US7730249B2 (en) | Device control apparatus that calls an operating system to control a device | |
CN112805710B (zh) | 数据处理装置和方法 | |
US20220366037A1 (en) | Domain transition disable configuration parameter | |
JP2005316599A (ja) | 割込制御装置 | |
EP3314502B1 (en) | Protecting state information for virtual machines | |
JP2006338426A (ja) | 計算機システム | |
JP7569307B2 (ja) | 例外原因イベントをハンドリングするための装置及び方法 | |
EP4073635B1 (en) | Intermodal calling branch instruction | |
JP2009271597A (ja) | プロセッサ | |
JP2011150457A (ja) | 情報処理装置およびメモリアクセス制御方法 | |
JP2010134572A (ja) | セキュリティを実現する装置、および方法 | |
Lee et al. | GENESIS: A Generalizable, Efficient, and Secure Intra-kernel Privilege Separation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090326 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110913 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20111114 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120612 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120802 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120828 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120925 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151005 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151005 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |