JP2012033001A - 情報処理装置および情報処理方法 - Google Patents
情報処理装置および情報処理方法 Download PDFInfo
- Publication number
- JP2012033001A JP2012033001A JP2010172048A JP2010172048A JP2012033001A JP 2012033001 A JP2012033001 A JP 2012033001A JP 2010172048 A JP2010172048 A JP 2010172048A JP 2010172048 A JP2010172048 A JP 2010172048A JP 2012033001 A JP2012033001 A JP 2012033001A
- Authority
- JP
- Japan
- Prior art keywords
- semiconductor memory
- memory
- data
- virtual machine
- cache
- 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
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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45537—Provision of facilities of other operating environments, e.g. WINE
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
- G06F12/0246—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0864—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using pseudo-associative means, e.g. set-associative or hashing
-
- 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/45583—Memory management, e.g. access or allocation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/10—Providing a specific technical effect
- G06F2212/1032—Reliability improvement, data loss prevention, degraded operation etc
- G06F2212/1036—Life time enhancement
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/20—Employing a main memory using a specific memory technology
- G06F2212/202—Non-volatile memory
- G06F2212/2022—Flash memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/60—Details of cache memory
- G06F2212/6032—Way prediction in set-associative cache
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/72—Details relating to flash memory management
- G06F2212/7208—Multiple device management, e.g. distributing data over multiple flash devices
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
【解決手段】ホストOS11は、メインメモリとして用いられる不揮発性半導体メモリ7とキャッシュメモリとして用いられる半導体メモリ6とをアクセスする。キャッシュミス検出部10bは、第1・第2の仮想マシン131,132の処理において半導体メモリ6に対するキャッシュミスの検出を行う。キャッシュ制御部10aは、第1の仮想マシン131の処理においてキャッシュミスが発生した場合、不揮発性半導体メモリ7から半導体メモリ6に当該キャッシュミスの原因となったデータをキャッシュ処理する。切替部11bは、第1の仮想マシン131の処理においてキャッシュミスが発生した場合、キャッシュ処理が実行される間、実行仮想マシンを第1の仮想マシン131から第2の仮想マシン132に切り替える。
【選択図】図2
Description
図1は、本実施形態に係る情報処理装置の構成の一例を示すブロック図である。
本実施形態では、上記第1の実施形態の変形例について説明する。本実施の形態においては、各データについての読み出し回数、書き込み回数、読み出し頻度、書き込み頻度などを含むカラーリング情報を用いてウェアレベリングを行う。
本実施形態では、上記第1および第2の実施形態に係るソフトウェアSSD9について説明する。
Claims (5)
- メインメモリとして用いられる不揮発性半導体メモリと、前記不揮発性半導体メモリのキャッシュメモリとして用いられる半導体メモリとを含むハードウェア資源をアクセスするオペレーティングシステムと、
前記オペレーティングシステムによって実現される第1および第2の仮想マシンと、
前記第1および第2の仮想マシンで実行される処理において前記半導体メモリに対するキャッシュミスが発生したことを検出するキャッシュミス検出部と、
前記キャッシュミス検出部が前記第1の仮想マシンで実行される処理においてキャッシュミスが発生したことを検出した場合、前記不揮発性半導体メモリから前記半導体メモリに当該キャッシュミスの原因となったデータをキャッシュ処理するキャッシュ制御部と、
前記キャッシュミス検出部が前記第1の仮想マシンで実行される処理においてキャッシュミスが発生したことを検出した場合、前記キャッシュ制御部がキャッシュ処理をする間、実行仮想マシンを前記第1の仮想マシンから前記第2の仮想マシンに切り替える仮想マシン切替部と、
を備えることを特徴とする情報処理装置。 - 前記第1および前記第2の仮想マシンのそれぞれで実行されるゲスト・オペレーティングシステムと、
前記不揮発性半導体メモリおよび前記半導体メモリにデータを書き込む場合に、前記不揮発性半導体メモリおよび前記半導体メモリに対するデータの配置領域を決定する配置決定部と
をさらに備え、
前記ゲスト・オペレーティングシステムは、前記オペレーティングシステム上で実行される処理に関するデータのアクセス頻度情報を生成し、
前記配置決定部は、前記アクセス頻度情報に基づいて、当該データの配置領域を決定する
ことを特徴とする請求項1に記載の情報処理装置。 - 前記プロセッサによって実行され、前記不揮発性半導体メモリを補助記憶装置とする制御を実行するためのソフトウェアであり、前記不揮発性半導体メモリについてのファイルアロケーションテーブルまたは前記アクセス頻度情報に基づいて、各データの配置領域を決定する制御ソフトウェア、をさらに具備することを特徴とする請求項1または請求項2記載の情報処理装置。
- 前記仮想マシン切替部は、前記第1および第2の仮想マシンの実行状態、実行可能になるまでの時間、実行の優先度を管理する管理テーブルを備え、前記管理テーブルに基づいて、前記仮想マシンの切り替えを実行する
ことを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。 - プロセッサにより、メインメモリとして用いられる不揮発性半導体メモリと、前記不揮発性半導体メモリのキャッシュメモリとして用いられる半導体メモリとを含むハードウェア資源をアクセスするオペレーティングシステムを実行することにより、第1および第2の仮想マシンを実現させること、
前記プロセッサとメモリ管理装置とのうちの少なくとも一方により、前記第1および第2の仮想マシンで実行される処理において前記半導体メモリに対するキャッシュミスが発生したことの検出を行い、前記第1の仮想マシンで実行される処理においてキャッシュミスが発生したことが検出された場合、前記不揮発性半導体メモリから前記半導体メモリに当該キャッシュミスの原因となったデータをキャッシュ処理すること、
前記プロセッサと前記メモリ管理装置とのうちの少なくとも一方により、前記キャッシュ処理が実行される間、実行仮想マシンを前記第1の仮想マシンから前記第2の仮想マシンに切り替えること
を含む情報処理方法。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010172048A JP2012033001A (ja) | 2010-07-30 | 2010-07-30 | 情報処理装置および情報処理方法 |
KR1020110023766A KR20120012377A (ko) | 2010-07-30 | 2011-03-17 | 정보 처리 장치 및 정보 처리 방법 |
CN2011100668584A CN102346682A (zh) | 2010-07-30 | 2011-03-18 | 信息处理装置及信息处理方法 |
US13/076,952 US8645612B2 (en) | 2010-07-30 | 2011-03-31 | Information processing device and information processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010172048A JP2012033001A (ja) | 2010-07-30 | 2010-07-30 | 情報処理装置および情報処理方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2012033001A true JP2012033001A (ja) | 2012-02-16 |
Family
ID=45527875
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010172048A Pending JP2012033001A (ja) | 2010-07-30 | 2010-07-30 | 情報処理装置および情報処理方法 |
Country Status (4)
Country | Link |
---|---|
US (1) | US8645612B2 (ja) |
JP (1) | JP2012033001A (ja) |
KR (1) | KR20120012377A (ja) |
CN (1) | CN102346682A (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2017068806A (ja) * | 2015-10-02 | 2017-04-06 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置および情報処理方法 |
JP2017107410A (ja) * | 2015-12-10 | 2017-06-15 | ルネサスエレクトロニクス株式会社 | 半導体装置及びメモリアクセス制御方法 |
CN112214279A (zh) * | 2020-09-14 | 2021-01-12 | 苏州浪潮智能科技有限公司 | 一种基于磁盘镜像创建虚拟机的方法及系统 |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2011007599A1 (ja) | 2009-07-17 | 2011-01-20 | 株式会社 東芝 | メモリ管理装置 |
JP2011128792A (ja) | 2009-12-16 | 2011-06-30 | Toshiba Corp | メモリ管理装置 |
JP2011145838A (ja) | 2010-01-13 | 2011-07-28 | Toshiba Corp | 記憶装置管理装置および記憶装置の管理方法 |
CA2928801A1 (en) * | 2013-12-24 | 2015-07-02 | Intel Corporation | Cloud compute scheduling using a heuristic contention model |
CN105843748B (zh) * | 2015-01-15 | 2019-06-11 | 华为技术有限公司 | 一种对内存中内存页的处理方法及装置 |
US10255182B2 (en) | 2015-02-11 | 2019-04-09 | Samsung Electronics Co., Ltd. | Computing apparatus and method for cache management |
US20170351452A1 (en) * | 2016-06-01 | 2017-12-07 | Intel Corporation | Dynamic host memory buffer allocation |
DE102020123220A1 (de) * | 2020-09-04 | 2022-03-10 | Harman Becker Automotive Systems Gmbh | Speichersystem, Verfahren zum Betrieb desselben |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05250263A (ja) * | 1992-03-05 | 1993-09-28 | Hitachi Ltd | 仮想プロセッサ方式及び不揮発化記憶方式 |
JP2000347883A (ja) * | 1999-06-03 | 2000-12-15 | Matsushita Electric Ind Co Ltd | 仮想計算機装置 |
JP2006040141A (ja) * | 2004-07-29 | 2006-02-09 | Fujitsu Ltd | マルチスレッドプロセッサ |
JP2007011491A (ja) * | 2005-06-28 | 2007-01-18 | Xanavi Informatics Corp | 情報端末、計算機資源管理方法、および仮想マシンの実行切り替え方法 |
JP2008090554A (ja) * | 2006-09-29 | 2008-04-17 | Toshiba Corp | 情報処理装置、制御装置およびメモリ管理方法 |
JP2010066914A (ja) * | 2008-09-09 | 2010-03-25 | Toshiba Corp | 統合メモリ管理装置及びメモリ管理方法 |
JP2010170210A (ja) * | 2009-01-20 | 2010-08-05 | Toshiba Corp | 仮想計算機管理機構、同管理機構を有する仮想計算機システム及び同システムにおけるページング処理方法 |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07146820A (ja) | 1993-04-08 | 1995-06-06 | Hitachi Ltd | フラッシュメモリの制御方法及び、それを用いた情報処理装置 |
US6088788A (en) | 1996-12-27 | 2000-07-11 | International Business Machines Corporation | Background completion of instruction and associated fetch request in a multithread processor |
US6567839B1 (en) * | 1997-10-23 | 2003-05-20 | International Business Machines Corporation | Thread switch control in a multithreaded processor system |
US8452912B2 (en) * | 2007-10-11 | 2013-05-28 | Super Talent Electronics, Inc. | Flash-memory system with enhanced smart-storage switch and packed meta-data cache for mitigating write amplification by delaying and merging writes until a host read |
KR100383774B1 (ko) | 2000-01-26 | 2003-05-12 | 삼성전자주식회사 | 공통 인터페이스 방식의 메모리 장치들을 구비한 시스템 |
US6587937B1 (en) * | 2000-03-31 | 2003-07-01 | Rockwell Collins, Inc. | Multiple virtual machine system with efficient cache memory design |
EP1421490B1 (en) * | 2001-08-29 | 2006-04-12 | Analog Devices, Inc. | Methods and apparatus for improving throughput of cache-based embedded processors by switching tasks in response to a cache miss |
US20050132363A1 (en) * | 2003-12-16 | 2005-06-16 | Vijay Tewari | Method, apparatus and system for optimizing context switching between virtual machines |
JP5007485B2 (ja) | 2004-08-26 | 2012-08-22 | ソニー株式会社 | 半導体記憶装置およびそのアクセス方法、並びにメモリ制御システム |
US8166473B2 (en) * | 2005-04-21 | 2012-04-24 | Microsoft Corporation | Method and system for a resource negotiation between virtual machines |
US8516211B2 (en) * | 2005-06-17 | 2013-08-20 | Flexera Software Llc | Secure storage management system and method |
JP2007305210A (ja) * | 2006-05-10 | 2007-11-22 | Toshiba Corp | 半導体記憶装置 |
KR100850515B1 (ko) * | 2007-01-24 | 2008-08-05 | 삼성전자주식회사 | 멀티레벨 셀 플래시 메모리를 갖는 메모리 시스템 및그것의 프로그램 방법 |
US8135900B2 (en) | 2007-03-28 | 2012-03-13 | Kabushiki Kaisha Toshiba | Integrated memory management and memory management method |
JP5032172B2 (ja) | 2007-03-28 | 2012-09-26 | 株式会社東芝 | 統合メモリ管理装置及び方法並びにデータ処理システム |
KR101496325B1 (ko) | 2008-01-16 | 2015-03-04 | 삼성전자주식회사 | 가상 머신의 상태를 저장, 복원하는 방법 및 장치 |
US9280466B2 (en) | 2008-09-09 | 2016-03-08 | Kabushiki Kaisha Toshiba | Information processing device including memory management device managing access from processor to memory and memory management method |
JP2010165251A (ja) | 2009-01-16 | 2010-07-29 | Toshiba Corp | 情報処理装置及びプロセッサ並びに情報処理方法 |
WO2011007599A1 (ja) | 2009-07-17 | 2011-01-20 | 株式会社 東芝 | メモリ管理装置 |
JP2011145838A (ja) | 2010-01-13 | 2011-07-28 | Toshiba Corp | 記憶装置管理装置および記憶装置の管理方法 |
-
2010
- 2010-07-30 JP JP2010172048A patent/JP2012033001A/ja active Pending
-
2011
- 2011-03-17 KR KR1020110023766A patent/KR20120012377A/ko not_active Application Discontinuation
- 2011-03-18 CN CN2011100668584A patent/CN102346682A/zh active Pending
- 2011-03-31 US US13/076,952 patent/US8645612B2/en not_active Expired - Fee Related
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05250263A (ja) * | 1992-03-05 | 1993-09-28 | Hitachi Ltd | 仮想プロセッサ方式及び不揮発化記憶方式 |
JP2000347883A (ja) * | 1999-06-03 | 2000-12-15 | Matsushita Electric Ind Co Ltd | 仮想計算機装置 |
JP2006040141A (ja) * | 2004-07-29 | 2006-02-09 | Fujitsu Ltd | マルチスレッドプロセッサ |
JP2007011491A (ja) * | 2005-06-28 | 2007-01-18 | Xanavi Informatics Corp | 情報端末、計算機資源管理方法、および仮想マシンの実行切り替え方法 |
JP2008090554A (ja) * | 2006-09-29 | 2008-04-17 | Toshiba Corp | 情報処理装置、制御装置およびメモリ管理方法 |
JP2010066914A (ja) * | 2008-09-09 | 2010-03-25 | Toshiba Corp | 統合メモリ管理装置及びメモリ管理方法 |
JP2010170210A (ja) * | 2009-01-20 | 2010-08-05 | Toshiba Corp | 仮想計算機管理機構、同管理機構を有する仮想計算機システム及び同システムにおけるページング処理方法 |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2017068806A (ja) * | 2015-10-02 | 2017-04-06 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置および情報処理方法 |
JP2017107410A (ja) * | 2015-12-10 | 2017-06-15 | ルネサスエレクトロニクス株式会社 | 半導体装置及びメモリアクセス制御方法 |
CN112214279A (zh) * | 2020-09-14 | 2021-01-12 | 苏州浪潮智能科技有限公司 | 一种基于磁盘镜像创建虚拟机的方法及系统 |
Also Published As
Publication number | Publication date |
---|---|
US8645612B2 (en) | 2014-02-04 |
US20120030405A1 (en) | 2012-02-02 |
KR20120012377A (ko) | 2012-02-09 |
CN102346682A (zh) | 2012-02-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2012033001A (ja) | 情報処理装置および情報処理方法 | |
US10552337B2 (en) | Memory management and device | |
CN113508368B (zh) | 存储器子系统及其操作方法 | |
US9672158B2 (en) | Asymmetric memory migration in hybrid main memory | |
KR102371916B1 (ko) | 가상 머신을 지원하는 스토리지 장치, 그것을 포함하는 스토리지 시스템 및 그것의 동작 방법 | |
KR100823171B1 (ko) | 파티션된 플래시 변환 계층을 갖는 컴퓨터 시스템 및플래시 변환 계층의 파티션 방법 | |
JP5404483B2 (ja) | メモリシステム | |
KR101612922B1 (ko) | 메모리 시스템 및 메모리 시스템 관리 방법 | |
US7653799B2 (en) | Method and apparatus for managing memory for dynamic promotion of virtual memory page sizes | |
US11663133B2 (en) | Memory tiering using PCIe connected far memory | |
JP2021128582A (ja) | メモリシステムおよび制御方法 | |
JP2012033047A (ja) | 情報処理装置、メモリ管理装置、メモリ管理方法、及びプログラム | |
KR20160022248A (ko) | 데이터 액세스 장치 및 그것의 동작 방법 | |
US8825946B2 (en) | Memory system and data writing method | |
TW201627865A (zh) | 用於記憶體陣列中之平均抹寫之方法及設備 | |
US20140019738A1 (en) | Multicore processor system and branch predicting method | |
US20140281264A1 (en) | Migration counters for hybrid memories in a unified virtual memory system | |
JP2015088121A (ja) | メモリシステムおよび方法 | |
CN102567225A (zh) | 一种管理系统内存的方法及装置 | |
JP2011186563A (ja) | メモリ管理装置およびメモリ管理方法 | |
JP2011186558A (ja) | メモリ管理装置及び方法 | |
US10725675B2 (en) | Management apparatus, information processing apparatus, management method, and computer program product | |
JP5382471B2 (ja) | 電力制御方法、計算機システム、及びプログラム | |
Wu et al. | NVSwap: Latency-Aware Paging using Non-Volatile Main Memory | |
CN111580748B (zh) | 虚拟化超大规模环境中的数据管理的装置和方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120809 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130912 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130917 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131205 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131212 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131219 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20131226 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20140109 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20140116 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20140204 |