RU2016127443A - Команда запуска виртуального выполнения для диспетчеризации множественных потоков в компьютере - Google Patents

Команда запуска виртуального выполнения для диспетчеризации множественных потоков в компьютере Download PDF

Info

Publication number
RU2016127443A
RU2016127443A RU2016127443A RU2016127443A RU2016127443A RU 2016127443 A RU2016127443 A RU 2016127443A RU 2016127443 A RU2016127443 A RU 2016127443A RU 2016127443 A RU2016127443 A RU 2016127443A RU 2016127443 A RU2016127443 A RU 2016127443A
Authority
RU
Russia
Prior art keywords
guest
state
streams
stream
kernel
Prior art date
Application number
RU2016127443A
Other languages
English (en)
Other versions
RU2016127443A3 (ru
RU2667791C2 (ru
Inventor
Лайза Крантон ХЕЛЛЕР
Джеффри Пол КУБАЛА
Фади Юсуф БУСАБА
Джонатан Дейвид БРЕДБЕРИ
Марк ФАРРЕЛЛ
Деймиан Лео ОСИСЕК
Дэн ГРЕЙНЕР
Тимоти СЛЕГЕЛ
Доналд Уилльям ШМИДТ
Чарлз ГЕЙНИ
Кристиан ДЖАКОБИ
Original Assignee
Интернэшнл Бизнес Машинз Корпорейшн
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 Интернэшнл Бизнес Машинз Корпорейшн filed Critical Интернэшнл Бизнес Машинз Корпорейшн
Publication of RU2016127443A publication Critical patent/RU2016127443A/ru
Publication of RU2016127443A3 publication Critical patent/RU2016127443A3/ru
Application granted granted Critical
Publication of RU2667791C2 publication Critical patent/RU2667791C2/ru

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30076Arrangements for executing specific machine instructions to perform miscellaneous control operations, e.g. NOP
    • G06F9/3009Thread control instructions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/3017Runtime instruction translation, e.g. macros
    • G06F9/30174Runtime instruction translation, e.g. macros for non-native instruction set, e.g. Javabyte, legacy code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3851Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45545Guest-host, i.e. hypervisor is an application program itself, e.g. VirtualBox
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45575Starting, stopping, suspending or resuming virtual machine instances
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5018Thread allocation

Claims (17)

1. Компьютерно-реализуемый способ для диспетчеризации множественных потоков в конфигурации, содержащей ядро, активированное для действия в режиме единственного потока (ST) и в многопоточном (МТ) режиме, причем ядро содержит физические потоки, причем способ содержит:
- выпуск выполняющейся на ядре в режиме ST хост-программой команды запуска виртуального выполнения (запуска VE) для диспетчеризации на ядре гостевого логического объекта, причем гостевой логический объект включает в себя, полностью или частично, гостевую виртуальную машину (VM), и выполнение ядром команды запуска VE, причем выполнение содержит:
- получение первого описания состояния из местоположения, заданного командой запуска VE, причем первое описание состояния имеет гостевое состояние,
- выявление на основании гостевого состояния того, включает ли гостевой логический объект в себя единственный гостевой поток или множественные гостевые потоки,
- на основании гостевого состояния и при выявлении того, что гостевой логический объект включает в себя множественные гостевые потоки, запуск гостевых потоков на ядре в режиме МТ, причем гостевые потоки выполняются независимо друг от друга, и
на основании гостевого состояния и при выявлении того, что гостевой логический объект включает в себя единственный гостевой поток, запуск гостевого потока на ядре в режиме ST.
2. Способ по п. 1, причем ядро включает в себя компьютерные команды, управляющие использованием совместно используемых ресурсов физическими потоками, когда ядро находится в режиме МТ.
3. Способ по п. 1, причем хост-программа администрирует гостевой логический объект как единственное логическое ядро, когда ядро находится в режиме МТ.
4. Способ по п. 1, причем хост-программа использует маску допустимости потока для указания на допустимость одного или нескольких гостевых потоков в гостевом логическом объекте.
5. Способ по п. 1, причем способ, кроме того, содержит выход из всех из одного или нескольких гостевых потоков в гостевом логическом объекте до возврата управления к хост-программе.
6. Способ по п. 1, причем на основании включения в состав гостевого логического объекта множественных гостевых потоков данные состояния для одного потока содержатся в первом описании состояния, а данные состояния для каждого из одного или нескольких дополнительных потоков содержатся в дополнительном описании состояния.
7. Способ по п. 1, причем на основании включения в состав гостевого логического объекта множественных гостевых потоков, по меньшей мере, часть данных состояния, которые являются общими для всех гостевых потоков, сохраняется в единственном местоположении.
8. Способ по п. 6, причем первое описание состояния и дополнительные описания состояния сохраняются по меньшей мере в одной из числа структур кольца и списка.
9. Способ по п. 1, содержащий, кроме того, выполнение выхода без действий, что включает в себя выход из гостевого потока на основании запроса от другого гостевого потока.
10. Система, содержащая средства, выполненные для осуществления всех этапов способа согласно любому предшествующему пункту относительно способа.
11. Компьютерная программа, содержащая команды для осуществления всех этапов способа согласно любому предшествующему пункту относительно
способа при выполнении указанной компьютерной программы на компьютерной системе.
RU2016127443A 2014-03-27 2015-03-06 Команда запуска виртуального выполнения для диспетчеризации множественных потоков в компьютере RU2667791C2 (ru)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US14/227,003 US9223574B2 (en) 2014-03-27 2014-03-27 Start virtual execution instruction for dispatching multiple threads in a computer
US14/227,003 2014-03-27
PCT/EP2015/054731 WO2015144421A1 (en) 2014-03-27 2015-03-06 Start virtual execution instruction for dispatching multiple threads in a computer

Publications (3)

Publication Number Publication Date
RU2016127443A true RU2016127443A (ru) 2018-04-28
RU2016127443A3 RU2016127443A3 (ru) 2018-04-28
RU2667791C2 RU2667791C2 (ru) 2018-09-24

Family

ID=52633273

Family Applications (1)

Application Number Title Priority Date Filing Date
RU2016127443A RU2667791C2 (ru) 2014-03-27 2015-03-06 Команда запуска виртуального выполнения для диспетчеризации множественных потоков в компьютере

Country Status (14)

Country Link
US (1) US9223574B2 (ru)
EP (1) EP3123325A1 (ru)
JP (1) JP6556748B2 (ru)
KR (1) KR101807450B1 (ru)
CN (1) CN106104465B (ru)
AU (1) AU2015238706B2 (ru)
BR (1) BR112016022436B1 (ru)
CA (1) CA2940891C (ru)
IL (1) IL247858B (ru)
MX (1) MX2016012532A (ru)
RU (1) RU2667791C2 (ru)
SG (1) SG11201606092XA (ru)
TW (1) TWI614680B (ru)
WO (1) WO2015144421A1 (ru)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8789034B1 (en) * 2011-12-31 2014-07-22 Parallels IP Holdings GmbH Method for updating operating system without memory reset
US9191435B2 (en) 2012-08-23 2015-11-17 TidalScale, Inc. Selective data migration or remapping of virtual processors to provide required data accessibility to processor cores
US9213569B2 (en) * 2014-03-27 2015-12-15 International Business Machines Corporation Exiting multiple threads in a computer
US9898348B2 (en) * 2014-10-22 2018-02-20 International Business Machines Corporation Resource mapping in multi-threaded central processor units
CN105871917A (zh) * 2016-06-08 2016-08-17 北京金山安全管理系统技术有限公司 传输控制协议tcp连接调度的方法及装置
US10620992B2 (en) * 2016-08-29 2020-04-14 TidalScale, Inc. Resource migration negotiation
US10579274B2 (en) 2017-06-27 2020-03-03 TidalScale, Inc. Hierarchical stalling strategies for handling stalling events in a virtualized environment
US10817347B2 (en) 2017-08-31 2020-10-27 TidalScale, Inc. Entanglement of pages and guest threads
CN109032792A (zh) * 2018-07-10 2018-12-18 矩阵元技术(深圳)有限公司 外包计算方法及系统
CN110032407B (zh) 2019-03-08 2020-12-22 创新先进技术有限公司 提升cpu并行性能的方法及装置和电子设备
US11029991B2 (en) 2019-03-08 2021-06-08 International Business Machines Corporation Dispatch of a secure virtual machine
CN111552574A (zh) * 2019-09-25 2020-08-18 华为技术有限公司 一种多线程同步方法及电子设备
US11676013B2 (en) * 2019-12-30 2023-06-13 International Business Machines Corporation Job-launch time reduction by node pre-configuration

Family Cites Families (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4456954A (en) 1981-06-15 1984-06-26 International Business Machines Corporation Virtual machine system with guest architecture emulation using hardware TLB's for plural level address translations
EP0150177A1 (en) 1983-07-11 1985-08-07 Prime Computer, Inc. Data processing system
US4779188A (en) 1983-12-14 1988-10-18 International Business Machines Corporation Selective guest system purge control
CA1213986A (en) 1983-12-14 1986-11-12 Thomas O. Curlee, Iii Selective guest system purge control
US4792895A (en) 1984-07-30 1988-12-20 International Business Machines Corp. Instruction processing in higher level virtual machines by a real machine
JPH0658650B2 (ja) * 1986-03-14 1994-08-03 株式会社日立製作所 仮想計算機システム
US5317754A (en) 1990-10-23 1994-05-31 International Business Machines Corporation Method and apparatus for enabling an interpretive execution subset
US5437033A (en) * 1990-11-16 1995-07-25 Hitachi, Ltd. System for recovery from a virtual machine monitor failure with a continuous guest dispatched to a nonguest mode
WO1993013482A1 (en) 1992-01-02 1993-07-08 Amdahl Corporation Computer system with two levels of guests
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
US6453392B1 (en) 1998-11-10 2002-09-17 International Business Machines Corporation Method of and apparatus for sharing dedicated devices between virtual machine guests
US6349365B1 (en) 1999-10-08 2002-02-19 Advanced Micro Devices, Inc. User-prioritized cache replacement
US6854114B1 (en) 1999-10-21 2005-02-08 Oracle International Corp. Using a virtual machine instance as the basic unit of user execution in a server environment
US6357016B1 (en) * 1999-12-09 2002-03-12 Intel Corporation Method and apparatus for disabling a clock signal within a multithreaded processor
WO2002013002A2 (en) 2000-08-04 2002-02-14 Intrinsic Graphics, Inc. Development of graphics hardware and software
EP1182567B1 (en) 2000-08-21 2012-03-07 Texas Instruments France Software controlled cache configuration
US6971084B2 (en) 2001-03-02 2005-11-29 National Instruments Corporation System and method for synchronizing execution of a batch of threads
US20040128448A1 (en) 2002-12-31 2004-07-01 Intel Corporation Apparatus for memory communication during runahead execution
US7155600B2 (en) 2003-04-24 2006-12-26 International Business Machines Corporation Method and logical apparatus for switching between single-threaded and multi-threaded execution states in a simultaneous multi-threaded (SMT) processor
US7130949B2 (en) * 2003-05-12 2006-10-31 International Business Machines Corporation Managing input/output interruptions in non-dedicated interruption hardware environments
US7530067B2 (en) 2003-05-12 2009-05-05 International Business Machines Corporation Filtering processor requests based on identifiers
EP1658563B1 (en) 2003-08-28 2013-06-05 MIPS Technologies, Inc. Apparatus, and method for initiation of concurrent instruction streams in a multithreading microprocessor
US7849297B2 (en) 2003-08-28 2010-12-07 Mips Technologies, Inc. Software emulation of directed exceptions in a multithreading processor
US7493621B2 (en) 2003-12-18 2009-02-17 International Business Machines Corporation Context switch data prefetching in multithreaded computer
US7526515B2 (en) * 2004-01-21 2009-04-28 International Business Machines Corporation Method and system for a grid-enabled virtual machine with movable objects
US7526421B2 (en) 2004-02-27 2009-04-28 International Business Machines Corporation System and method for modeling LPAR behaviors in a simulation tool
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
US8271976B2 (en) 2004-06-30 2012-09-18 Microsoft Corporation Systems and methods for initializing multiple virtual processors within a single virtual machine
US7873776B2 (en) 2004-06-30 2011-01-18 Oracle America, Inc. Multiple-core processor with support for multiple virtual processors
US8356143B1 (en) 2004-10-22 2013-01-15 NVIDIA Corporatin Prefetch mechanism for bus master memory access
US20060242389A1 (en) 2005-04-21 2006-10-26 International Business Machines Corporation Job level control of simultaneous multi-threading functionality in a processor
US9785485B2 (en) * 2005-07-27 2017-10-10 Intel Corporation Virtualization event processing in a layered virtualization architecture
US7814486B2 (en) * 2006-06-20 2010-10-12 Google Inc. Multi-thread runtime system
US8607228B2 (en) * 2006-08-08 2013-12-10 Intel Corporation Virtualizing performance counters
US7698540B2 (en) 2006-10-31 2010-04-13 Hewlett-Packard Development Company, L.P. Dynamic hardware multithreading and partitioned hardware multithreading
US8621459B2 (en) * 2006-12-22 2013-12-31 Intel Corporation Method and apparatus for multithreaded guest operating system execution through a multithreaded host virtual machine monitor
US8286170B2 (en) 2007-01-31 2012-10-09 International Business Machines Corporation System and method for processor thread allocation using delay-costs
US7685409B2 (en) * 2007-02-21 2010-03-23 Qualcomm Incorporated On-demand multi-thread multimedia processor
JP5595633B2 (ja) 2007-02-26 2014-09-24 スパンション エルエルシー シミュレーション方法及びシミュレーション装置
EP2159687B1 (en) * 2007-06-20 2012-12-05 Fujitsu Limited Arithmetic unit
US9164784B2 (en) 2007-10-12 2015-10-20 International Business Machines Corporation Signalizing an external event using a dedicated virtual central processing unit
US7739434B2 (en) 2008-01-11 2010-06-15 International Business Machines Corporation Performing a configuration virtual topology change and instruction therefore
WO2009101563A1 (en) 2008-02-11 2009-08-20 Nxp B.V. Multiprocessing implementing a plurality of virtual processors
US8086811B2 (en) 2008-02-25 2011-12-27 International Business Machines Corporation Optimizations of a perform frame management function issued by pageable guests
US8676976B2 (en) * 2009-02-25 2014-03-18 International Business Machines Corporation Microprocessor with software control over allocation of shared resources among multiple virtual servers
US9250973B2 (en) 2009-03-12 2016-02-02 Polycore Software, Inc. Apparatus and associated methodology of generating a multi-core communications topology
US9535767B2 (en) * 2009-03-26 2017-01-03 Microsoft Technology Licensing, Llc Instantiating a virtual machine with a virtual non-uniform memory architecture
FR2950714B1 (fr) 2009-09-25 2011-11-18 Bull Sas Systeme et procede de gestion de l'execution entrelacee de fils d'instructions
US8650554B2 (en) 2010-04-27 2014-02-11 International Business Machines Corporation Single thread performance in an in-order multi-threaded processor
US8595469B2 (en) * 2010-06-24 2013-11-26 International Business Machines Corporation Diagnose instruction for serializing processing
US8589922B2 (en) 2010-10-08 2013-11-19 International Business Machines Corporation Performance monitor design for counting events generated by thread groups
CN102193779A (zh) 2011-05-16 2011-09-21 武汉科技大学 一种面向MPSoC的多线程调度方法
US8856452B2 (en) 2011-05-31 2014-10-07 Illinois Institute Of Technology Timing-aware data prefetching for microprocessors
US8990830B2 (en) 2011-07-19 2015-03-24 International Business Machines Corporation Thread management in parallel processes
US8752036B2 (en) 2011-10-31 2014-06-10 Oracle International Corporation Throughput-aware software pipelining for highly multi-threaded systems
US8850450B2 (en) 2012-01-18 2014-09-30 International Business Machines Corporation Warning track interruption facility
US9110878B2 (en) 2012-01-18 2015-08-18 International Business Machines Corporation Use of a warning track interruption facility by a program
US8930950B2 (en) 2012-01-19 2015-01-06 International Business Machines Corporation Management of migrating threads within a computing environment to transform multiple threading mode processors to single thread mode processors
US9032191B2 (en) 2012-01-23 2015-05-12 International Business Machines Corporation Virtualization support for branch prediction logic enable / disable at hypervisor and guest operating system levels
CN102866957B (zh) 2012-07-31 2014-07-30 中国人民解放军国防科学技术大学 面向多核多线程微处理器的虚拟活跃页缓冲方法及装置
JP6074955B2 (ja) 2012-08-31 2017-02-08 富士通株式会社 情報処理装置および制御方法
US10002031B2 (en) 2013-05-08 2018-06-19 Nvidia Corporation Low overhead thread synchronization using hardware-accelerated bounded circular queues
US9804846B2 (en) * 2014-03-27 2017-10-31 International Business Machines Corporation Thread context preservation in a multithreading computer system
US9772867B2 (en) * 2014-03-27 2017-09-26 International Business Machines Corporation Control area for managing 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
US9195493B2 (en) * 2014-03-27 2015-11-24 International Business Machines Corporation Dispatching multiple threads in a computer
US9213569B2 (en) * 2014-03-27 2015-12-15 International Business Machines Corporation Exiting multiple threads in a computer
US9594660B2 (en) * 2014-03-27 2017-03-14 International Business Machines Corporation Multithreading computer system and program product for executing a query instruction for idle time accumulation among cores

Also Published As

Publication number Publication date
EP3123325A1 (en) 2017-02-01
US9223574B2 (en) 2015-12-29
IL247858B (en) 2019-03-31
CN106104465A (zh) 2016-11-09
JP6556748B2 (ja) 2019-08-07
AU2015238706B2 (en) 2018-05-10
JP2017515203A (ja) 2017-06-08
CN106104465B (zh) 2019-03-01
WO2015144421A1 (en) 2015-10-01
MX2016012532A (es) 2016-12-20
RU2016127443A3 (ru) 2018-04-28
BR112016022436B1 (pt) 2023-10-03
SG11201606092XA (en) 2016-08-30
TW201610838A (zh) 2016-03-16
US20150277908A1 (en) 2015-10-01
RU2667791C2 (ru) 2018-09-24
CA2940891A1 (en) 2015-10-01
BR112016022436A2 (ru) 2017-08-15
KR20160104060A (ko) 2016-09-02
TWI614680B (zh) 2018-02-11
CA2940891C (en) 2023-09-26
AU2015238706A1 (en) 2016-08-04
KR101807450B1 (ko) 2018-01-18

Similar Documents

Publication Publication Date Title
RU2016127443A (ru) Команда запуска виртуального выполнения для диспетчеризации множественных потоков в компьютере
JP2014219977A5 (ru)
TWI547876B (zh) 虛擬環境之中斷處理方法與系統
US20150113252A1 (en) Thread control and calling method of multi-thread virtual pipeline (mvp) processor, and processor thereof
WO2016118033A3 (en) Systems and methods for exposing a result of a current processor instruction upon exiting a virtual machine
WO2016183028A3 (en) Methods and architecture for enhanced computer performance
RU2016127435A (ru) Диспетчеризация множественных потоков в компьютере
US9858101B2 (en) Virtual machine input/output thread management
RU2014151774A (ru) Выгрузка потоков виртуальных машин в физические очереди
EP4310685A3 (en) Gpu virtualisation
TWI598818B (zh) 用於管理電腦中多執行緒之控制區之系統、方法及電腦程式產品
RU2012148401A (ru) Средство процессорной поддержки
JP2016532180A5 (ru)
JP2014203106A5 (ru)
EP3007065A3 (en) Parallelization in virtual machine operation
EP3147784A1 (en) Interruption handling method and relevant device of virtual platform
JP2018079330A5 (ru)
RU2016127444A (ru) Восстановление контекста потока в многопоточной компьютерной системе
RU2017105354A (ru) Равноправное разделение системных ресурсов в исполнении рабочего процесса
JP2008186175A (ja) オペレーティングシステムの起動制御方法及び情報処理装置
CN102279769B (zh) 一种面向嵌入式Hypervisor 的中断虚拟化操作方法
CN103617071B (zh) 一种资源独占及排它的提升虚拟机计算能力的方法及装置
US20200150996A1 (en) Dynamic control of halt polling based on receiving a monitoring instruction executed by a guest
US20160253196A1 (en) Optimized extended context management for virtual machines
JP2015088014A5 (ru)