JP2012160202A5 - - Google Patents

Download PDF

Info

Publication number
JP2012160202A5
JP2012160202A5 JP2012095473A JP2012095473A JP2012160202A5 JP 2012160202 A5 JP2012160202 A5 JP 2012160202A5 JP 2012095473 A JP2012095473 A JP 2012095473A JP 2012095473 A JP2012095473 A JP 2012095473A JP 2012160202 A5 JP2012160202 A5 JP 2012160202A5
Authority
JP
Japan
Prior art keywords
shared
shared state
user level
instruction
user
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
JP2012095473A
Other languages
English (en)
Other versions
JP2012160202A (ja
Filing date
Publication date
Priority claimed from US10/816,103 external-priority patent/US9189230B2/en
Application filed filed Critical
Publication of JP2012160202A publication Critical patent/JP2012160202A/ja
Publication of JP2012160202A5 publication Critical patent/JP2012160202A5/ja
Pending legal-status Critical Current

Links

Claims (22)

  1. ユーザー・レベルのマルチスレッド機能を提供するプロセッサ内の装置であって、
    第一の非特権ユーザー命令によって生成される第一のシュレッドについての、共有リソース・スレッド(「シュレッド」)毎のアプリケーション状態を保持する第一のリソースと、
    第二の非特権ユーザー命令によって生成される第二のシュレッドについての、シュレッド毎のアプリケーション状態を保持する、前記第一のリソースの複製を含む第二のリソースと、
    共有リソースとを含み、前記共有リソースは、前記第一のシュレッドと前記第二のシュレッドとの間の通信を提供するために、少なくとも、前記第一のシュレッドによって第三の非特権ユーザー命令を通じて、および前記第二のシュレッドによって第四の非特権ユーザー命令を通じて、直接アクセス可能であり、前記共有リソースの各共有される状態要素が、前記第三および第四の非特権ユーザー命令を使った同期アクセスのための対応する空き/充満ビットを有する、
    装置。
  2. 前記第三の非特権ユーザー命令が、前記共有リソースの共有される状態要素への書き込みの前に前記空き/充満ビットが空きを示すまで待つ同期書き込みを実行する、請求項1記載の装置。
  3. 前記第四の非特権ユーザー命令が、前記共有リソースの共有される状態要素からの読み出しの前に前記空き/充満ビットが充満を示すまで待つ同期読み出しを実行する、請求項1記載の装置。
  4. 前記共有リソースが32ビット・アーキテクチャで使うための32ビットの共有される状態要素を有する、請求項1記載の装置。
  5. 前記共有リソースが64ビット・アーキテクチャで使うための64ビットの共有される状態要素を有する、請求項1記載の装置。
  6. 前記第三の非特権ユーザー命令が、前記共有リソースの共有される状態要素への書き込みに際して対応する空き/充満ビットを充満を示すよう設定する同期書き込みを実行する、請求項1記載の装置。
  7. 前記第四の非特権ユーザー命令が、前記共有リソースの共有される状態要素からの読み出しに際して対応する空き/充満ビットを空きを示すよう設定する同期読み出しを実行する、請求項1記載の装置。
  8. 前記第三の非特権ユーザー命令が、前記共有リソースの共有される状態要素への書き込みの前に前記空き/充満ビットが空きを示すかどうかを調べない非同期書き込みを実行する、請求項1記載の装置。
  9. 前記第四の非特権ユーザー命令が、前記共有リソースの共有される状態要素からの読み出しの前に前記空き/充満ビットが充満を示すかどうかを調べない非同期読み出しを実行する、請求項1記載の装置。
  10. 前記共有リソースがレジスタである、請求項1記載の装置。
  11. ユーザー・レベルのマルチスレッド機能を提供するプロセッサ・システムであって、
    第一の組の複製された状態リソースを有する第一のユーザー・レベルのスレッドを生成するフォーク命令を実行し、第二の組の複製された状態リソースを有する第二のユーザー・レベルのスレッドを生成するもう一つのフォーク命令を実行する実行ユニットと;
    前記第一のユーザー・レベルのスレッドによって実行される同期ユーザー・レベル命令書き込みおよび前記第二のユーザー・レベルのスレッドによって実行される同期ユーザー・レベル命令読み出しを通じて前記第一および第二のユーザー・レベルのスレッドの間の同期を提供する一組の共有される状態リソースであって、前記スレッドはいずれも前記一組の共有される状態リソースの同じ共有される状態要素にアクセスし、前記一組の共有される状態リソースの各共有される状態要素が、前記同期ユーザー・レベル命令書き込みおよび同期ユーザー・レベル命令読み出しを使ったそれぞれ同期書き込みアクセスおよび同期読み出しアクセスのための対応する空き/充満ビットに関連付けられている、
    プロセッサ・システム。
  12. 前記同期ユーザー・レベル命令書き込みが、前記一組の共有される状態リソースの共有される状態要素への書き込みの前に前記空き/充満ビットが空きを示すまで待つ、請求項11記載のプロセッサ・システム。
  13. 前記同期ユーザー・レベル命令読み出しが、前記一組の共有される状態リソースの共有される状態要素からの読み出しの前に前記空き/充満ビットが充満を示すまで待つ、請求項11記載のプロセッサ・システム。
  14. 前記一組の共有される状態リソースが32ビット・アーキテクチャで使うための32ビットの共有される状態要素を有する、請求項11記載のプロセッサ・システム。
  15. 前記一組の共有される状態リソースが64ビット・アーキテクチャで使うための64ビットの共有される状態要素を有する、請求項11記載のプロセッサ・システム。
  16. 前記一組の共有される状態リソースがまた、前記第二のユーザー・レベルのスレッドによって実行される同期ユーザー・レベル命令書き込みを通じても前記第一および第二のユーザー・レベルのスレッドの間の同期を提供する、請求項11記載のプロセッサ・システム。
  17. 前記一組の共有される状態リソースがまた、前記第一のユーザー・レベルのスレッドによって実行される同期ユーザー・レベル命令読み出しを通じても前記第一および第二のユーザー・レベルのスレッドの間の同期を提供する、請求項11記載のプロセッサ・システム。
  18. 前記一組の共有される状態リソースがまた、前記第二のユーザー・レベルのスレッドによって実行される非同期ユーザー・レベル命令書き込みを通じても前記第一および第二のユーザー・レベルのスレッドの間の同期を提供する、請求項11記載のプロセッサ・システム。
  19. 前記一組の共有される状態リソースがまた、前記第一のユーザー・レベルのスレッドによって実行される非同期ユーザー・レベル命令読み出しを通じても前記第一および第二のユーザー・レベルのスレッドの間の同期を提供する、請求項11記載のプロセッサ・システム。
  20. 前記同期ユーザー・レベル命令書き込みが、前記一組の共有される状態リソースの共有される状態要素への書き込みに際して対応する空き/充満ビットを充満を示すよう設定する、請求項11記載のプロセッサ・システム。
  21. 前記同期ユーザー・レベル命令読み出しが、前記一組の共有される状態リソースの共有される状態要素からの読み出しに際して対応する空き/充満ビットを空きを示すよう設定する、請求項11記載のプロセッサ・システム。
  22. 前記一組の共有される状態リソースがレジスタである、請求項11記載のプロセッサ・システム。
JP2012095473A 2004-03-31 2012-04-19 ユーザーレベルのマルチスレッドを提供する方法およびシステム Pending JP2012160202A (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/816,103 US9189230B2 (en) 2004-03-31 2004-03-31 Method and system to provide concurrent user-level, non-privileged shared resource thread creation and execution
US10/816,103 2004-03-31

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2012001179A Division JP2012094175A (ja) 2004-03-31 2012-01-06 ユーザーレベルのマルチスレッドを提供する方法およびシステム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2014154360A Division JP2014222533A (ja) 2004-03-31 2014-07-30 ユーザーレベルのマルチスレッドを提供する方法およびシステム

Publications (2)

Publication Number Publication Date
JP2012160202A JP2012160202A (ja) 2012-08-23
JP2012160202A5 true JP2012160202A5 (ja) 2012-11-01

Family

ID=34964349

Family Applications (8)

Application Number Title Priority Date Filing Date
JP2007506565A Expired - Fee Related JP4949231B2 (ja) 2004-03-31 2005-03-31 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2012001179A Pending JP2012094175A (ja) 2004-03-31 2012-01-06 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2012095473A Pending JP2012160202A (ja) 2004-03-31 2012-04-19 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2014048903A Pending JP2014112438A (ja) 2004-03-31 2014-03-12 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2014154360A Pending JP2014222533A (ja) 2004-03-31 2014-07-30 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2014185017A Pending JP2015015041A (ja) 2004-03-31 2014-09-11 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2016217176A Pending JP2017027627A (ja) 2004-03-31 2016-11-07 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2018187423A Pending JP2018200735A (ja) 2004-03-31 2018-10-02 ユーザーレベルのマルチスレッドを提供する方法およびシステム

Family Applications Before (2)

Application Number Title Priority Date Filing Date
JP2007506565A Expired - Fee Related JP4949231B2 (ja) 2004-03-31 2005-03-31 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2012001179A Pending JP2012094175A (ja) 2004-03-31 2012-01-06 ユーザーレベルのマルチスレッドを提供する方法およびシステム

Family Applications After (5)

Application Number Title Priority Date Filing Date
JP2014048903A Pending JP2014112438A (ja) 2004-03-31 2014-03-12 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2014154360A Pending JP2014222533A (ja) 2004-03-31 2014-07-30 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2014185017A Pending JP2015015041A (ja) 2004-03-31 2014-09-11 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2016217176A Pending JP2017027627A (ja) 2004-03-31 2016-11-07 ユーザーレベルのマルチスレッドを提供する方法およびシステム
JP2018187423A Pending JP2018200735A (ja) 2004-03-31 2018-10-02 ユーザーレベルのマルチスレッドを提供する方法およびシステム

Country Status (6)

Country Link
US (7) US9189230B2 (ja)
JP (8) JP4949231B2 (ja)
CN (2) CN1938686B (ja)
DE (1) DE112005000706B4 (ja)
TW (1) TWI321749B (ja)
WO (1) WO2005098624A1 (ja)

Families Citing this family (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9189230B2 (en) 2004-03-31 2015-11-17 Intel Corporation Method and system to provide concurrent user-level, non-privileged shared resource thread creation and execution
US7810083B2 (en) * 2004-12-30 2010-10-05 Intel Corporation Mechanism to emulate user-level multithreading on an OS-sequestered sequencer
US8719819B2 (en) 2005-06-30 2014-05-06 Intel Corporation Mechanism for instruction set based thread execution on a plurality of instruction sequencers
US8010969B2 (en) * 2005-06-13 2011-08-30 Intel Corporation Mechanism for monitoring instruction set based thread execution on a plurality of instruction sequencers
US8028295B2 (en) * 2005-09-30 2011-09-27 Intel Corporation Apparatus, system, and method for persistent user-level thread
US20070079294A1 (en) * 2005-09-30 2007-04-05 Robert Knight Profiling using a user-level control mechanism
US8205200B2 (en) * 2005-11-29 2012-06-19 Intel Corporation Compiler-based scheduling optimization hints for user-level threads
US8079035B2 (en) * 2005-12-27 2011-12-13 Intel Corporation Data structure and management techniques for local user-level thread data
US8973094B2 (en) * 2006-05-26 2015-03-03 Intel Corporation Execution of a secured environment initialization instruction on a point-to-point interconnect system
US7406407B2 (en) * 2006-06-01 2008-07-29 Microsoft Corporation Virtual machine for operating N-core application on M-core processor
US7773090B1 (en) * 2006-06-13 2010-08-10 Nvidia Corporation Kernel mode graphics driver for dual-core computer system
US8468526B2 (en) * 2006-06-30 2013-06-18 Intel Corporation Concurrent thread execution using user-level asynchronous signaling
US8607228B2 (en) 2006-08-08 2013-12-10 Intel Corporation Virtualizing performance counters
US8028290B2 (en) * 2006-08-30 2011-09-27 International Business Machines Corporation Multiple-core processor supporting multiple instruction set architectures
US7768518B2 (en) * 2006-09-27 2010-08-03 Intel Corporation Enabling multiple instruction stream/multiple data stream extensions on microprocessors
US8190982B2 (en) * 2006-09-29 2012-05-29 University Of Connecticut Error-tolerant multi-threaded memory systems with reduced error accumulation
US8689215B2 (en) * 2006-12-19 2014-04-01 Intel Corporation Structured exception handling for application-managed thread units
US8856314B1 (en) 2006-12-28 2014-10-07 Perftech, Inc. System, method and computer readable medium for determining users of an internet service
US8074274B2 (en) * 2006-12-29 2011-12-06 Intel Corporation User-level privilege management
US9003410B2 (en) 2007-01-30 2015-04-07 Hewlett-Packard Development Company, L.P. Abstracting a multithreaded processor core to a single threaded processor core
US20080229062A1 (en) * 2007-03-12 2008-09-18 Lorenzo Di Gregorio Method of sharing registers in a processor and processor
US20080320475A1 (en) * 2007-06-19 2008-12-25 Microsoft Corporation Switching user mode thread context
US8966488B2 (en) * 2007-07-06 2015-02-24 XMOS Ltd. Synchronising groups of threads with dedicated hardware logic
US7743193B2 (en) 2007-10-31 2010-06-22 Tpk Touch Solutions Inc. Logic gateway circuit for bus that supports multiple interrupt request signals
US8321840B2 (en) * 2007-12-27 2012-11-27 Intel Corporation Software flow tracking using multiple threads
US7996663B2 (en) * 2007-12-27 2011-08-09 Intel Corporation Saving and restoring architectural state for processor cores
US8601241B2 (en) * 2008-02-01 2013-12-03 International Business Machines Corporation General purpose register cloning
US8707016B2 (en) * 2008-02-01 2014-04-22 International Business Machines Corporation Thread partitioning in a multi-core environment
US8775778B2 (en) * 2008-02-01 2014-07-08 International Business Machines Corporation Use of a helper thread to asynchronously compute incoming data
US8359589B2 (en) * 2008-02-01 2013-01-22 International Business Machines Corporation Helper thread for pre-fetching data
US7559061B1 (en) 2008-03-16 2009-07-07 International Business Machines Corporation Simultaneous multi-threading control monitor
US20100153934A1 (en) * 2008-12-12 2010-06-17 Peter Lachner Prefetch for systems with heterogeneous architectures
US9785462B2 (en) * 2008-12-30 2017-10-10 Intel Corporation Registering a user-handler in hardware for transactional memory event handling
US8285904B2 (en) 2009-08-14 2012-10-09 Advanced Micro Devices, Inc. Flexible notification mechanism for user-level interrupts
US9367462B2 (en) * 2009-12-29 2016-06-14 Empire Technology Development Llc Shared memories for energy efficient multi-core processors
US9141422B2 (en) 2010-05-18 2015-09-22 Microsoft Technology Licensing, Llc Plug-in task scheduler
EP2626786B1 (en) * 2010-10-05 2016-04-20 Fujitsu Limited Multicore processor system, method of monitoring control, and monitoring control program
US9274795B2 (en) 2011-04-07 2016-03-01 Via Technologies, Inc. Conditional non-branch instruction prediction
US9317288B2 (en) 2011-04-07 2016-04-19 Via Technologies, Inc. Multi-core microprocessor that performs x86 ISA and ARM ISA machine language program instructions by hardware translation into microinstructions executed by common execution pipeline
US9898291B2 (en) 2011-04-07 2018-02-20 Via Technologies, Inc. Microprocessor with arm and X86 instruction length decoders
US9336180B2 (en) * 2011-04-07 2016-05-10 Via Technologies, Inc. Microprocessor that makes 64-bit general purpose registers available in MSR address space while operating in non-64-bit mode
US9292470B2 (en) * 2011-04-07 2016-03-22 Via Technologies, Inc. Microprocessor that enables ARM ISA program to access 64-bit general purpose registers written by x86 ISA program
US8880851B2 (en) 2011-04-07 2014-11-04 Via Technologies, Inc. Microprocessor that performs X86 ISA and arm ISA machine language program instructions by hardware translation into microinstructions executed by common execution pipeline
US9244686B2 (en) 2011-04-07 2016-01-26 Via Technologies, Inc. Microprocessor that translates conditional load/store instructions into variable number of microinstructions
US9378019B2 (en) 2011-04-07 2016-06-28 Via Technologies, Inc. Conditional load instructions in an out-of-order execution microprocessor
US9645822B2 (en) 2011-04-07 2017-05-09 Via Technologies, Inc Conditional store instructions in an out-of-order execution microprocessor
US8671309B2 (en) * 2011-07-01 2014-03-11 Intel Corporation Mechanism for advanced server machine check recovery and associated system software enhancements
US10083152B1 (en) * 2012-01-27 2018-09-25 Open Invention Network Llc Virtualized multicore systems with extended instruction heterogeneity
TWI569205B (zh) * 2012-08-31 2017-02-01 威盛電子股份有限公司 一種微處理器及其操作方法
US20140095847A1 (en) * 2012-09-28 2014-04-03 Doron Orenstein Instruction and highly efficient micro-architecture to enable instant context switch for user-level threading
CN104375887B (zh) * 2013-08-16 2019-06-25 联想(北京)有限公司 一种信息处理方法及电子设备
CN104461730B (zh) * 2013-09-22 2017-11-07 华为技术有限公司 一种虚拟资源分配方法及装置
CN103473134B (zh) * 2013-09-23 2016-08-17 哈尔滨工程大学 一种异构多核处理器的依赖任务调度方法
US9898330B2 (en) * 2013-11-11 2018-02-20 Intel Corporation Compacted context state management
US9223574B2 (en) * 2014-03-27 2015-12-29 International Business Machines Corporation Start virtual execution instruction for dispatching multiple threads in a computer
US9921848B2 (en) * 2014-03-27 2018-03-20 International Business Machines Corporation Address expansion and contraction in a multithreading computer system
US9218185B2 (en) * 2014-03-27 2015-12-22 International Business Machines Corporation Multithreading capability information retrieval
US9213569B2 (en) * 2014-03-27 2015-12-15 International Business Machines Corporation Exiting multiple threads in a computer
US9621650B2 (en) * 2014-09-30 2017-04-11 Google Inc Mobile application state identifier framework
US9569127B2 (en) 2014-12-29 2017-02-14 International Business Machines Corporation Computer instructions for limiting access violation reporting when accessing strings and similar data structures
US9703721B2 (en) 2014-12-29 2017-07-11 International Business Machines Corporation Processing page fault exceptions in supervisory software when accessing strings and similar data structures using normal load instructions
US9747108B2 (en) * 2015-03-27 2017-08-29 Intel Corporation User-level fork and join processors, methods, systems, and instructions
US9734000B2 (en) * 2015-06-18 2017-08-15 Microsoft Technology Licensing, Llc Seamless transitions between applications and devices
US20210026950A1 (en) * 2016-03-07 2021-01-28 Crowdstrike, Inc. Hypervisor-based redirection of system calls and interrupt-based task offloading
US11120106B2 (en) * 2016-07-30 2021-09-14 Endgame, Inc. Hardware—assisted system and method for detecting and analyzing system calls made to an operating system kernel
US10437593B2 (en) * 2017-04-27 2019-10-08 Nvidia Corporation Techniques for comprehensively synchronizing execution threads
CN108171862B (zh) * 2018-01-08 2021-03-09 北京值得买科技股份有限公司 一种发号方法及发号器
GB2580327B (en) * 2018-12-31 2021-04-28 Graphcore Ltd Register files in a multi-threaded processor
US11194815B1 (en) * 2019-02-11 2021-12-07 Amazon Technologies, Inc. Constrained query execution
CN110597606B (zh) * 2019-08-13 2022-02-18 中国电子科技集团公司第二十八研究所 一种高速缓存友好的用户级线程调度方法
DE102020127704A1 (de) 2019-10-29 2021-04-29 Nvidia Corporation Techniken zum effizienten transferieren von daten an einem prozessor
US11080051B2 (en) 2019-10-29 2021-08-03 Nvidia Corporation Techniques for efficiently transferring data to a processor
US20210157512A1 (en) * 2021-02-02 2021-05-27 Intel Corporation Flexible configuration of storage device with translation language set
CN113485811B (zh) * 2021-07-23 2024-06-25 平安科技(深圳)有限公司 计算任务管理方法、装置、计算机设备及存储介质

Family Cites Families (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH087867B2 (ja) 1987-07-06 1996-01-29 セイコーエプソン株式会社 光記憶再生装置
JP2973480B2 (ja) 1990-06-29 1999-11-08 日本電気株式会社 通信レジスタ多重化方式
JPH0464864A (ja) 1990-07-03 1992-02-28 Akira Sato 風呂釜における湯の逆流防止装置
JPH05204656A (ja) * 1991-11-30 1993-08-13 Toshiba Corp スレッド固有データ保持方法
JPH0623459A (ja) 1992-07-08 1994-02-01 Sumitomo Electric Ind Ltd ばね成形性に優れた鋼線の製造方法。
US5485626A (en) 1992-11-03 1996-01-16 International Business Machines Corporation Architectural enhancements for parallel computer systems utilizing encapsulation of queuing allowing small grain processing
US5414740A (en) 1992-12-17 1995-05-09 International Business Machines Corporation Synchronous communication system having multiplexed information transfer and transition phases
JP3585510B2 (ja) * 1993-07-20 2004-11-04 株式会社東芝 プログラム実行管理装置及びプログラム実行管理方法
US5481706A (en) 1993-11-01 1996-01-02 International Business Machines Corporation System and method for creating thread-safe shared libraries
GB2290395B (en) * 1994-06-10 1997-05-28 Advanced Risc Mach Ltd Interoperability with multiple instruction sets
US5638525A (en) 1995-02-10 1997-06-10 Intel Corporation Processor capable of executing programs that contain RISC and CISC instructions
US5845129A (en) * 1996-03-22 1998-12-01 Philips Electronics North America Corporation Protection domains in a single address space
US5991790A (en) * 1996-07-01 1999-11-23 Sun Microsystems, Inc. Generation and delivery of signals in a two-level, multithreaded system
JP2970553B2 (ja) * 1996-08-30 1999-11-02 日本電気株式会社 マルチスレッド実行方法
US6418460B1 (en) 1997-02-18 2002-07-09 Silicon Graphics, Inc. System and method for finding preempted threads in a multi-threaded application
AU6586898A (en) 1997-03-21 1998-10-20 University Of Maryland Spawn-join instruction set architecture for providing explicit multithreading
US6324623B1 (en) * 1997-05-30 2001-11-27 Oracle Corporation Computing system for implementing a shared cache
US6658447B2 (en) 1997-07-08 2003-12-02 Intel Corporation Priority based simultaneous multi-threading
US6233599B1 (en) 1997-07-10 2001-05-15 International Business Machines Corporation Apparatus and method for retrofitting multi-threaded operations on a computer by partitioning and overlapping registers
US6009522A (en) 1997-09-30 1999-12-28 Micron Electronics, Inc. Attachment or integration of a BIOS device into a computer system using the system memory data bus
US6223208B1 (en) * 1997-10-03 2001-04-24 International Business Machines Corporation Moving data in and out of processor units using idle register/storage functional units
US6438679B1 (en) * 1997-11-03 2002-08-20 Brecis Communications Multiple ISA support by a processor using primitive operations
US6079010A (en) * 1998-03-31 2000-06-20 Lucent Technologies Inc. Multiple machine view execution in a computer system
US6092175A (en) * 1998-04-02 2000-07-18 University Of Washington Shared register storage mechanisms for multithreaded computer systems with out-of-order execution
US6330584B1 (en) 1998-04-03 2001-12-11 Mmc Networks, Inc. Systems and methods for multi-tasking, resource sharing and execution of computer instructions
GB2338094B (en) 1998-05-27 2003-05-28 Advanced Risc Mach Ltd Vector register addressing
US6378067B1 (en) * 1998-10-12 2002-04-23 Idea Corporation Exception reporting architecture for SIMD-FP instructions
US6243860B1 (en) * 1998-10-30 2001-06-05 Westinghouse Electric Company Llc Mechanism employing a memory area for exchanging information between a parent process and a child process compiled during execution of the parent process or between a run time compiler process and an application process
US6622155B1 (en) * 1998-11-24 2003-09-16 Sun Microsystems, Inc. Distributed monitor concurrency control
JP3604029B2 (ja) 1999-01-12 2004-12-22 日本電気株式会社 マルチスレッドプロセッサ
JP3790653B2 (ja) 1999-04-19 2006-06-28 松下電器産業株式会社 共有メモリアクセス管理装置
US6535905B1 (en) 1999-04-29 2003-03-18 Intel Corporation Method and apparatus for thread switching within a multithreaded processor
EP1050798A1 (en) * 1999-05-03 2000-11-08 STMicroelectronics SA Decoding instructions
US6507862B1 (en) 1999-05-11 2003-01-14 Sun Microsystems, Inc. Switching method in a multi-threaded processor
US7051329B1 (en) 1999-12-28 2006-05-23 Intel Corporation Method and apparatus for managing resources in a multithreaded processor
US7480706B1 (en) * 1999-12-30 2009-01-20 Intel Corporation Multi-threaded round-robin receive for fast network port
US6567091B2 (en) 2000-02-01 2003-05-20 Interactive Silicon, Inc. Video controller system with object display lists
US6952751B1 (en) 2000-04-07 2005-10-04 Advanced Micro Devices, Inc. Method and apparatus for extending legacy computer systems
US20020069402A1 (en) * 2000-10-05 2002-06-06 Nevill Edward Colles Scheduling control within a system having mixed hardware and software based instruction execution
US7149878B1 (en) * 2000-10-30 2006-12-12 Mips Technologies, Inc. Changing instruction set architecture mode by comparison of current instruction execution address with boundary address register values
GB2372348B (en) * 2001-02-20 2003-06-04 Siroyan Ltd Context preservation
US6976155B2 (en) * 2001-06-12 2005-12-13 Intel Corporation Method and apparatus for communicating between processing entities in a multi-processor
JP3702815B2 (ja) * 2001-07-12 2005-10-05 日本電気株式会社 プロセッサ間レジスタ継承方法及びその装置
US6954846B2 (en) * 2001-08-07 2005-10-11 Sun Microsystems, Inc. Microprocessor and method for giving each thread exclusive access to one register file in a multi-threading mode and for giving an active thread access to multiple register files in a single thread mode
US8769508B2 (en) * 2001-08-24 2014-07-01 Nazomi Communications Inc. Virtual machine hardware for RISC and CISC processors
US20030126416A1 (en) * 2001-12-31 2003-07-03 Marr Deborah T. Suspending execution of a thread in a multi-threaded processor
US7398374B2 (en) * 2002-02-27 2008-07-08 Hewlett-Packard Development Company, L.P. Multi-cluster processor for processing instructions of one or more instruction threads
US7313676B2 (en) * 2002-06-26 2007-12-25 Intel Corporation Register renaming for dynamic multi-threading
US7519800B2 (en) * 2003-03-27 2009-04-14 Hewlett-Packard Development Company, L.P. Apparatus and method for enforcing homogeneity within partitions of heterogeneous computer systems
US7376954B2 (en) * 2003-08-28 2008-05-20 Mips Technologies, Inc. Mechanisms for assuring quality of service for programs executing on a multithreaded processor
US7707389B2 (en) 2003-10-31 2010-04-27 Mips Technologies, Inc. Multi-ISA instruction fetch unit for a processor, and applications thereof
US9189230B2 (en) 2004-03-31 2015-11-17 Intel Corporation Method and system to provide concurrent user-level, non-privileged shared resource thread creation and execution
US7260702B2 (en) * 2004-06-30 2007-08-21 Microsoft Corporation Systems and methods for running a legacy 32-bit x86 virtual machine on a 64-bit x86 processor

Similar Documents

Publication Publication Date Title
JP2012160202A5 (ja)
JP2017027627A5 (ja)
TWI287717B (en) Information processing device, process control method, and recording medium recorded with computer readable program
TWI489278B (zh) 在具有異質裝置的多核心系統中之有效率的轉換旁視緩衝器(tlb)終止而共用虛擬記憶體的方法及設備、多核心處理器以及多核心系統
US9727359B2 (en) Virtual machine function based sub-page base address register access for peripheral component interconnect device assignment
Lempel 2nd generation Intel® core processor family: Intel® core i7, i5 and i3
Rhoden et al. Improving per-node efficiency in the datacenter with new OS abstractions
JP2016207232A5 (ja) プロセッサ
JP2014203106A5 (ja)
GB2568816A8 (en) Processor having multiple cores, shared core extension logic, and shared core extension utilization instructions
US8954973B2 (en) Transferring architected state between cores
US9465670B2 (en) Generational thread scheduler using reservations for fair scheduling
KR101642646B1 (ko) 인터럽트가능 저장 익스클루시브
GB2513266A (en) Providing logical partitions with hardware-thread specific information reflective of exclusive use of a processor core
TWI738680B (zh) 監視處理器之操作之系統
JP2015503784A (ja) グラフィックス処理部における仮想マシン間の移行
US9323528B2 (en) Method, apparatus, system creating, executing and terminating mini-threads
TWI610223B (zh) 多核心共享頁遺失處置器
JP2019197531A5 (ja)
CN102710890A (zh) 双ahb总线的视频处理片上系统
JP2012150583A5 (ja)
JP2012252490A (ja) マルチプロセッサおよびそれを用いた画像処理システム
Cilku et al. A TDMA-based arbitration scheme for mixed-criticality multicore platforms
TWI639951B (zh) 基於同時多執行緒(smt)的中央處理單元以及用於檢測指令的資料相關性的裝置
WO2013186694A3 (en) System and method for data classification and efficient virtual cache coherence without reverse translation