CA1252572A - Computer with virtual machine mode and multiple protection rings - Google Patents

Computer with virtual machine mode and multiple protection rings

Info

Publication number
CA1252572A
CA1252572A CA000498916A CA498916A CA1252572A CA 1252572 A CA1252572 A CA 1252572A CA 000498916 A CA000498916 A CA 000498916A CA 498916 A CA498916 A CA 498916A CA 1252572 A CA1252572 A CA 1252572A
Authority
CA
Canada
Prior art keywords
processor
memory
virtual
privilege
operating
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
Application number
CA000498916A
Other languages
French (fr)
Inventor
Paul A. Karger
Andrew H. Mason
Timothy E. Leonard
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Digital Equipment Corp
Original Assignee
Digital Equipment Corp
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 Digital Equipment Corp filed Critical Digital Equipment Corp
Application granted granted Critical
Publication of CA1252572A publication Critical patent/CA1252572A/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/14Protection against unauthorised use of memory or access to memory
    • G06F12/1458Protection against unauthorised use of memory or access to memory by checking the subject access rights
    • G06F12/1491Protection against unauthorised use of memory or access to memory by checking the subject access rights in a hierarchical protection system, e.g. privilege levels, memory rings
    • 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
    • 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/45566Nested virtual machines
    • 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/45583Memory management, e.g. access or allocation

Abstract

Abstract of the Disclosure A computer system including a processor and memory, the processor having a virtual mode of operation in which it uses a virtual machine monitor which allows it to service a plurality of users contemporaneously in a multiplexed manner, and a non-virtual, or real, mode of operation. The computer system has a set of at least three operation mode protection rings representing a hierarchy of access privilege levels in both the real and virtual modes, with the number of privilege levels in both the real and virtual modes being the same. The privilege levels govern the accessibility of memory locations to programs and the executability of certain privileged instructions, which cause control to be transferred to the virtual machine monitor when the processor is in a virtual mode. The two most privileged levels in the virtual mode are both treated as corresponding to the second most privileged level in the real mode, whereby if the processor is in the most privileged virtual operating mode, access to memory locations is permitted only if the location is accessible to the second most privileged mode. When an instruction is retrieved, the processor first performs a probe operation to determine whether it can access any required memory locations in response to its current privilege level, and then determines whether it is in a privilege level which allows it to process the instruction.

Description

Back~round of the Invention 1. Field of the Invention The invention relates generally to the field of digital data processing (computer) systems, and more specifically to computer systems which operate in a virtual mode to provide one or more virtual machines and which have more than two pro~ection rings arranged in a hierarchy and regulating access to locations in memory and the executability of certain instructions. It is desirable to have the computerpreserve the most privileged protection ring for the real mode to allow an orderly transition and allocation of resources of the computer system among users in the virtual mode. By means of the invention, at least two of the protection rings of the virtual mode are compressed, that is, they are made to correspond to a single protection ring used by the processor while processing in a real (non-virtual) mode. The compression is such that at least the most privileged ring of the machine operating in the real mode has no corresponding ring in the virtual mode. Otherwise stated, the most privileged ring of the processor operating in the virtual mode corresponds to a less than maximally privileged ring of the processor when it operates in the real mode, and two of the rings of the virtual mode correspond to one of the rings of the real mode. Accordingly, compression allows the computer to appear to have at least as many protection rings in the virtual mode as is provided in the real mode.
2. _Description of the Prior Art A digital data processing system generally includes a processor, a memory, and one or more input/output units, all of which are interconnected by one or more buses. The memory stores data in addressable storage .,~

locations. This data includes both operands and instructions for processing the operands. The processor causes data to be transferred to, or fetched from, the memory unit, interprets the incoming data as either instructions or operands, and processes the operands in accordance with the instructions. The results are then stored in addressed locations in the memory. The input/output uni~s also may communicate with the memory in order to transfer data into the system and to obtain processed data from it. The input/output units normally operate in accordance with control information supplied to them by the processor. The input/output units may include, for example, printers, teletypewriters or video display terminals, and they also include secondary data storage devices such as disk drives or tape drives.
When computer systems first became commercially available, they were substantially larger, more expensive~ and significantly slower than present day systems. Typical early systems processed one program at a time, from initially receiving the instructions and data~ through the processing operations, and finally printing the results, before beginning another program.
As the cost of memory and logic circuits decreased and as the lo~ic circuits became faster, memories became larger and processing speeds increased. As a result, computer systems were developed in which several programs could be loaded into memory at one time and processed in an interleaved fashion. If, for example, one program needed to use a system resource, such as a slow input/output devicelike a printer or a disk drive, which was then being used for another program, the computer system's management programs, that is, the operating system, could schedule the processing of portions of other programs until the device was available. When the iJ ~ ) 83-33~

resource became availiable, the operating system would then return to processing the first program. This "multi-programming~ allowed for a more contînuous use of all of the computer resources by switching among programs when needed resources were not immediately available.
In view of the expense of early computer systems, many users were unable ~o justify the cost of an entire computer system. Computer systems were devised that allowed users to access them on a "time sharing" basis.
In time sharing systems, a number of users could concurrently run different applications in a single system. The operating system kept track of the data and instructions from each user, scheduled the running of the applications programs on a rotating basis, and transmitted the processed data to the users when the processing was completed.
A problem with ~ypical time sharing systems is that they generally used a single time sharing operating system under which all of the applications programs were run. Some types of applications programs ran better under certain operating systems than others, but the operating systems used in the time sharing systems did not permit the selection of other operating systems that may have been better for particular applications.
Furthermore, typical time sharing systems did not allow a fairly direct access by the user to the system resources. For example, while a real computer system included identifiable input/output units such as disk drives and tape drives, printers, and so forth, and virtual or relocatable memories including identifiable pages and/or segments, these features were hidden from the user by the operatin~ system. The user was not able to access a particular location on a disk or a particular location in memory in a time sharing system.

To enable users to select among various operating systems~ and to process as though they had direct access to system resources, virtual machine architectures were developed in which a virtual machine monitor essentially multiplexed system resources among a number of usersO
The virtual machine monitor, a program, provided each user with a virtual machine which appeared to the user to have the resources equivalent to an entire computer system. Such virtual machines may have corresponded to, or have had, the resources of the computer system, a subset of the resources of the computer system or additional resources that were not physically present in the computer system, and they may have been architecturally quite different from the computer system providing the virtual machines. Indeed, the virtual machines may have had different instruction sets ~rom the instruction se~s of the actual computer system providing the virtual machines. The computer system itself, including the virtual machine monitor, was termed a "real" machine, or a machine operating in a Nreal" mode, whereas the set o~ resources available to the user was termed a "virtual" machine, or a machine operating in a "virtual" mode. A virtual machine user could directly use any of the operating system and applications programs which would also run on a real machine and appeared to have direct access to the system resources that were provided to the virtual machine by the virtual machine monitor.
Since computer systems may be used by many users at the same time, they generally include features which provide a barrier between the users' applications programs and the system resources, to protect the system resources ~rom possible damage by the user programs. For example, many systems include resources such as compilers ~3-33~

and interpreters for converting programs written in high-level languages to machine code executa~le by the processor. It is generally undesirable to allow a user program to directly access memory locations allocated to the compilers or interpreters. Similarly, it is generally undesirable to allow a user program to directly access privileged areas of memory containing programs or to use "privileged" instructions which are be used by the operating system to manage the computer system's resources. As an example, it is undesirable to allow a user program to halt the processor, and so any such instruction is privileged. ~hat is, the ins~ruction may only be in an operating system program with the processor operating in a privileged operating mode.
Accordingly, computer systems have been provided with "protection rings" h~ving a hierarchy of protection levels which shield programs which control syste~
resources from other programs, such as user programs, and which allow access to those programs only in a controlled manner. Some computer systems, such as those sold by International Business Machines Corporation (IBM), have two protection rings implemented as a supervisor mode and a problem mode. The problem mode allows execution of applications programs, and the supervisor mode allows execution of all other types of programs.
Other computer systems, such as the~VAX-ll family of ,. ~
`` systems sold by the assignee of the present invention, have more protection rings providing various protection levels. In the aforementioned VAX-ll family, four protection rings are provided, called the the kernel, executive, supervisor, and user operating modes, in order of decreasing privilege. The input/output functions and transfers to and from memory are performed in the kernel mode, which is the only mode in which privileged l J

instructions can be executed. Various system resources such as the compilers and interpreterg, and some programs which control video display terminals may be handled in programs executed in the executive and supervisor modes, and the applications programs are processed in the user mode.
The VAX-ll systems use the operating modes in two ways. First, if a program instruction is a privileged instruction, the processor determines if it is then operating in a mode, generally required to be the kernel mode, in which it can execute the instruction before it actually executes the instruction. If it is in the required operating mode, it executes the instruction, and otherwise traps to an exception routine.
The other way in which it uses the operating modes is to check whether the current program can read from and/or write to, that is, access, a location in memory.
Each location in memory, or more specifically each page, since the V~X-ll has a paged virtual memory, is accessible only when the processor is in a predetermined operating mode. Furthermore, each page may be accessible in a particular way; for example, a page may be read by programs in particular operating modes but not written, or it may be read and/or written by programs in various combinations of operating modes. For example, when the processor is processing programs in another mode than kernel mode, it may not be able to access portions of memory reserved to programs which operate in kernel mode.
However, in some cases, portions of memory which can be written by programs processed in the kernel operating mode may also be read but not written, or both read and written, by programs processed in other operating modes.
Providing a virtual machine in a computer system having protection rings has proven to be difficult, except in the degenerate case o~ two protection rings as provided by systems sold by IBM. In the IBM systems, the virtual machine monitor is run in the supervisor mode, and all other programs, including operating system programs, are run in the real machine's problem mode.
However, no known computer system with more than two protection rings has been also provided with a virtual mode of operation. A number of techniques have been proposed for providing such a virtual mode, including:
1. Mapping the virtual rings into the same real rings and forcing all instructions executing in the most privileged ring o~ the virtual machine to trap to the virtual machine monitor. The virtual machine monitor would then emulate those - 15 instructions. This would, however, result in an undue expansion of the virtual machine monitor, as the virtual machine monitor would have to include emulation routines for all instructions in the processor's instruction set, whether or not the instructions are privileged and whether or not the procedure used by the processor to execute the instructions is al~ered by the addition of the virtual machine capability. Furthermore, emulation of all of the instructions in the most privileged ring would result in a substantial reduction of the pèrformance of the system, as emulation of instructions requires substantially more time than execution by the processor directly.
2. Adding a ring relocation register to the computer system to add a constant to each virtual ring number to obtain the corresponding ring number as seen by the computer system. ~owever, the virtual machine would be provided with fewer protection rings than the real machine, with the difference being determined by the value in the ring relocation register. This is undesirable if it is desired to allow the virtual machine to emulate the real machine, which requires the virtual machine to have the same number of rings as the real machine.
3. Mapping a virtual ring on~o the next higher numbered real ring (that is, onto the next less privileged real ring) but mapping two adjacent virtual rings into the same real ring. ~his was asserted to be difficult because of the potential visibility of the ring number to the program being processed. Another potential problem concerned the absolute interpretation of the physical ring number in connection with certain instructions. For example, in the aforementioned VAX-11 architecture, the ring numbers are visible in the CHANGg MODE
instructions which change the current operating mode between the kernel, executive, supervisor and user operating modes.
[See, for example, R.P. Goldberg, Architectural Principles for Virtual Computer Systems (Ph.D. thesis, Harvard University, Cambridge, Mass., ESD-TR-73-105, HQ
Electronics Systems Division, Hanscom Field, Bedford, Massachusetts, February 1973)]
As has been noted, the protection rings are used to regulate access to pages in memory and to inhibit the , processor from executing certain privileged instructions unless it is in a predetermined operating mode. Thus, when the processor begins processing the instruction, it must make two determinations. First, the processor determines that the instruction is executable in the current operating mode. Second, the processor determines that the operands, if any, are in memory, and that they are in pages that are available to the operating mode in ~ 7~ 83-336 which the program is running; tha~ is, the processor determines that a page fault or access violation will not occur when it attempts to retrieve the operands. Both of these operations are referred to as "probesn. In the VAX-ll, the access code indicating the availability of the pages containing the operands are provided in the page table entry which is used in translating virtual addresses to physical addresses.
In all known processors, the processors first determine whether they can execute an instruction before testing the accessibility of the operands. However, if the processor traps to a virtual machine monitor to emulate the instruction, the monitor must determine the accessibility of the pages containing the operands.
Providing this capability in the virtual machine monitor is, however, essentially redundant of the same capability in the processor.
Summary of the Invention -In brief summary, the invention provides a new system in which the processor provides more than two protection rings defining a hierarchy of protection levels each associated with an operating mode, and further including a virtual machine monitor which provides virtual machines, comprising the actual computer system with the processor operating in a virtual mode, to a plurality of users. Two or more of the operating modes of the processor in the virtual mode are compressed so as to be treated as a single mode in the real, or non-virtual, mode, such that (1) the most privileged operating mode in the real mode has no corresponding virtual operating mode and the most privileged operating mode in the virtual mode is less privileged than the most privileged operating mode in the real mode and t2) the least privileged operating mode of the virtual mode is at least as privileged as the least privileged operating mode of the real mode.
In one embodiment, the most privileged and second most privileged virtual operating modes are compressed to correspond to the second most privileged physical operating mode. This is accomplished as follows. A
separate status word is provided for the virtual mode, and a separate stack pointer is provided which is used for one of the compressed virtual operating modes. The virtual machine monitor may emulate an instruction, and, when it probes the accessibility of a location in memory to programs operating in the most privileged virtual operating modet it actually tests the location's accessibility to programs operating in the second most privileged operating mode. To a program processed by the processor in the virtual mode, the processor appears to include the fu]l number of protection rings provided to the real machine.
In another aspect of the invention, each time an instruction is retrieved, the processor first probes to determine if the operands are in memory and accessible to the program in the current operating mode. If they are, the processor probes the operation code to determine if the instruction can be executed in the current operating mode. If it can be, the pxocessor retrieves the operands and executes the instruction. If the processor is operating in a virtual mode, and specifically in the most privileged operating mode thereof, it may trap to the virtual machine monitor to handle the instruction. The order in which the operands and instructions are probed allows the virtual machine monitor to be simplified, since it does not have to determine whether the operands are accessible by the program in the current operating mode after the trap to the monitor.

~o~
~3-336 Brief Description of the Drawin~
This invention is pointed out with particularity in the appended claimsO The above and further advantages of this invention may be better understood by referring to the following description taken in conjunction with the accompanying drawings, in which:
Fig. lA illustrates, in general block diagram form, a computer system constructed in accordance with the invention~
Fig. lB illustrates the allocation of resources of the computer system depicted in E~ig. lA to three virtual computer systems;
Fig. 2A is a diagram illustrating the various operating modes available on the real and virtual machine and the privilege relationship between different operating modes;
Fig. 2B is a table illustrating the correspondence between operating mode numbers and the various operating modes depicted in Fig. 2A;
FigsO 2C and 2D are diagrams that are useful in illustrating specific computer systems for carrying out the invention;
Figs. 3A through 3C illustrate the registers provided in the computer system depicted in Fig. lA;
Fig. 3D-1 and 3D-2 illustrates various fields in a processor status longword and a virtual machine processor status longword in the computer system depicted in!Fig.
lA;
Fig. 4 is a flow diagram illustrating the steps performed by the computer system depicted in Fig. lA in probing the operands and operation codes of an instruction to determine whether the operands can be accessed and the instructions executed by the computer system in the various operating modes;

- 12 - 60~12-1789 Figs. 5 through 9 illustrate the operations performed by the processor depicted in Fiy. lA in processiny various ins-tructions.
Detailed Description of an Illustra-tive Embodiment l. General Description The invention will be described in connection with a VAX-ll computer system sold by the assignee of the present application. A prior VAX-ll computer system, which does not include the invention, is described in thç V~X-ll Architecture Reference Manual, Publicaiton No. ~K-V~XAR-RM-OOl, Revision 6.1, 20 May 1982, sold by the assignee of this application.
As exemplified in Fig. 1~, a computer system constructed in accordance with the invention comprises a central processor unit lO, a memory ll, and one or more input/output uni-ts 12. The processor lO executes instructions that are stored in addressable storage locations in the memory ll. The instructions identify operations that are to be performed on operands, which are also stored in addressable locations in the memory. The instructions and opernds are fetched by the processor lO as they are needed, and processed data are returned to the memory for storage.
The processor also transmits control information to input/
ou-tput units enabling them to perEorm selected opera-tions, such as transmitting data to or retrieving data from the memory ll. Such data may include instructions, operands which may be transmitted to the memory for later processing by the processor l~ or processed data which is retrieved from the memory for storage, display or - 12a - 60412-1789 transmission to other systems.
An operatox's console (not shown) connected to the processor 10 serves as the operator's interface. It allows the operator to examine an~ deposit data, hal~ the operation of the processor, or step the processor through a sequence of instructions and determine the responses of the processor in response there~o. It also enab~es an operator to initialize the system through a bootstrap procedure, and perform various diagnostic tests on the entire data processing system.
The data processing system may include several types of input/output units, including for example, secondary storage units such as disk drives 13, printers 14, and communications interfaces 15 allowing transmission of data to, or receipt of data from telephone lines or microwave links or the like, all connected to the CPU and memory through one or more interfaces 16. In addition, the input/output units 12 include one or more video display terminals 16 which are also connected to the processor and memory through interfaces 17 to allow the users to use the system.
The system depicted in Fig. lA also includes a virtual machine monitor 20 which makes available the resources provided by CPU 10, memory 11, and the storage, communication and printing units connected thereto, and other resources which are not physically present in these units but which may be emulated by them, to users on the various video display terminals 17. By means of virtual machine monitor 20, the system depicted in Fig. 1~
appears to be several separate systems, termed "virtual machines" as depicted in Fig. lB, which can appear to have different resources and operating systems.
Fig. lB illustrates the resources provided by three exemplary virtual machines which are actually provided by the co~puter system of Fig. lA. The virtual machines, denominated by the letters "A", "B", and "C", each includes a CPU, memory, and various portions of ~3-33 input/outputs 12 (Fig. lA), and each includes one or more of the video display terminals 17~ For example, virtual machine "A" (Fig. lB) includes a single video display terminal 17 connected through an interface 18A and running an operating system OP SYS 1. The virtual machine "A" provides the resources of a CPU lOA, which may correspond to CPU 10. It also provides the resources of a memory llA, inpu~/output interface 16A, a disk facility 13A, a printer facility 14A, and communications through a communications interface facility 15A. The memory llA may correspond to, that is, have as many locations as, memory 11, or it may correspond to a subset of memory 11 in the real machine depicted in Fig. lA, or it may appear to have more locations than the real machine. The virtual machine monitor may emulate the additional memory locations by storing unused data on the di~k drives l3 in the real machine. Similarly, the disk facility 13A may correspond to a disk 13 in Fig. lA, or it may correspond to one or more sectors, tracks, or cylinders on one or more of the disks 13 in a real machine depicted in Fig. LA~ Similarly, the virtual machine "A~ includes a printer facility 14A. Printer facility 14A represents the use by the virtual machine A
of the printer 14 (Fig. lA) by the vir~ual machine A.
Similarly, the communications interface facility 15A
represents the use by virtual machine A of the communications interface 15.
The virtual machine B includes a CPU lOB and memory llB which communicate with two video display terminals 17 through an interface 18B. The virtual machine B runs operating system OP SYS 2, and includes two disk drive facilities and 13B, a printer facility 14B connected through an input/output interface 16A. It has no communications interface~ It will be appreciated that ~La.. 5 ~o ~ Y7 2 the sizes and control requirements of the disk facilities 13B and 13A may differ, and the availability of the printer facilities 14A and B to the users of the virtual machines may also differ.
The virtual machine "C" includes a CPU lOC, memory llC, input/output interface 16C, two disk facilities 13C, a printer facility 14C, a communications interface faciliey 15C and a tape facility 21C. The virtual machine may emulate the tape facility in the real memory 11 or a real disk drive 13, for example. The virtual machine "C" also includes three video display terminals 17 connected to the CPU and memory through a VDT
interface facility 18C. The virtual machine ~C" runs an operating system OP SYS 3 which may differ from operating systems OP SYS 1 and 2.
As will be appreciated by those skilled in the art, the CPU facilities lOA, lOB and lOC are provided by the processor 10 (Fig. lA) in the real machine, except that the CPU facilities will appear to be slower since the virtual systems are actually multiplexed onto the system depicted in Fig. lA. The CPU facilities may have the same instruction set and register resources and they may process data in the same manner as processor 10, as seen by the users, or they may be emulations of processors having other instruction sets and register resources and they may process data in a different manner as the processor 10.
The memory facilities llA, llB, and llC may be identical to memory 11, proper subsets of memory 11 or, as noted above, they may appear to have more locations than in the real physical memory. Similarly, the disk facilities 13A, 13B and 13C may correspond to specific disks 13 in Fig. lA, or they may correspond to one or more sectors~ tracks, or cylinders in the physical disks 57 ~ 83-336 13 in the system depicted in Fig. lh. Additionally, the printer facilities l~A, 14B and 14C may correspond to a real printer or to areas in the memory 11 or disks 13, and communications interface facili~ies 15A and 15C may also correspond to certain lines of the communications interface 15 or to areas in disks 13 in Fig. lA.
The VDT interface facilities 18A, 18B and 18C also correspond to the portions of the VDT interface 18 in the system of Fig. lA for each terminal 17.
The virtual machine facilities in virtual machines ~A", "B" and ~C" are managed by virtual machine monitor 20. The manner in which a typical virtual machine monitor operates is well known by those skilled in the art. See, for example Madnick and Donovan, Operating Systems (McGraw Hill, 1974) at pages 549 et seq.
2. Protection Rings and Operating Modes With reference to Fig. 2A, the computer system depic~ed in Fig. lA has four operating modes orming protection rings defining a hierarchy of privilege levels having numerical reference identifications as set forth in Fig. 2B. The protection rings prevent programs in an outer, that is, less privileged, ring from interfering with programs or data in a relatively inner, that is, more privileged, ring. The computer system has two sets of operating modes, one set for the virtual mode and the other for the real (non-virtual) mode, with the most privileged operating mode of the real mode also being used by the system when it is in the virtual mode. A
program in, for example, the real user operating mode may not access locations in memory allocated to the real supervisor, executive or kernel mode but it may call on programs in those operating modes or service to perform various operations for it.

l7 ~3-33 The use of pr~tection rings, and the choice of assignment of programs to speciEic rings, is well known in the art. In one specific embodiment, the real kernel includes programs which manage the system resources, including programs which manage input/output units 12, and various resources of processor 10 and memory 11.
Specifically, if a program includes instructions which attempt to access, for example, control locations in the disk drives 13, printer 14 or communications interface 15, the instruction will not be executed unless the processor is operating in the real kernel mode.
Similarly, certain instructions, such as HALT, which causes the processor 10 to halt or to stop operations, will not be executed unless the processor is operating in the real kernel mode. If a program being executed in virtual mode includes such an instruction, the virtual machine monitor will emulate the instruction. In the case of the HALT instruction, for example, the virtual machine monitor halts the operation of only the virtual machine whose programs included the instruction, allowing the other virtual machines to continue operation.
The programs allocated to the supervisor and executive of the operating system depend upon engineering considerations. For example, a compiler and interpreter may be in the executive ring, and programs which manage the display terminals 17 may be in the supervisor ring.
The user programs may include, for example, applications programs such as word processing, accounting, or computer assisted design programs, or the like.
In accordance with the invention, the virtual machine monitor 20 also provides virtual operating modes providing four protection rings, including a virtual user ring, which corresponds to the real user ring, a virtual supervisor ring corresponding to the real supervisor s,r~

ring, and a virtual executive and virtual kernel ring, both of which are compressed so as to correspond to the real executive ring. When the processor 10 operating in the virtual mode, and specifically in the virtual kernel operating mode, attempts to execute a privileged instruction, which can only be processed with the processor being in the kernel-mode, the processor executes the instruction using microcode or software routines which first determine whether the processor is operating in a virtual mode or a real mode, since the operation of the processor will vary depending on whether it is operating in a virtual or real mode. If the routines are in software, they form part of the virtual machine monitor, and are used to emulate the instruction.
Examples of the routines used to execute several such instructions in the VAX-ll architecture are presented in Figs. 5 through 9, which are described below.
In accordance with the invention, when the processor in the virtual mvde executes a kernel operating mode instruction, if that instruction requires access to memory, the processor determines whether it can access the memory location based on the accessibility of the location to executive operating mode. If the processor is in the virtual executive operating mode, and if it executes an instruction which requires access to memory, the processor also determines whether it can access the memory location based on the accessibility of the location to the executive operating mode. Thus, both the virtual kernel and virtual executive operating modes provide the same protection as the real executive operating mode, and programs operating in the virtual kernel operating mode are not able to access locations in memory for the real kernel operating mode.
3. Specific Illustrations of Systems 83-33~i Two systems for carrying out the invention will be described in connection with Figs. 2C and 2D With reference to Fig. 2C, a processor 150 includes a processing circuit 151 that includes conventional data paths and control circuitry for execu~ing instructions.
The instructions and data are retrieved from a memory 152 by an interface circuit 153 in response to requests therefor from the processing circuit 151.
As is conventional, the memory 152 includes a plurality of addressable storage locations (no~ shown) in which data and instructions are stored. Associated with each location is a privilege level storage register, the collection of which is indicated by the re~erence numeral 154, which may reside in the memory or in the processor.
The privil~ge level storage register stores the privilege level required to read or read/write the location. In the system depicted in Fig. 2C, the privilege level storage registers are depicted as residing in the processor 150.
When the inter~ace circuit reads the contents of, or writes data to, a location in memory 152, it also transmits the ADRS address signals, whi~h identi~y the location in memory 152 being read or written, to the privilege registers 154. The contents of the register associated with the address are transmitted as PRIV LVL
privilege level signals to one input terminal o~ a comparator 155.
The prccessor 150 also includes an operating mode register 156, which indicates the operating mode in which the processor is operating, and a virtual mode register 157, which indicates whether the processor is operating in a virtual or real, that is, non-virtual, mode. The contents of the operating mode register are tra~smitted as OP MODE operating mode signals to a compression Cj~

circuit 160 and to one input terminal of a multiplexer 161. The other input terminal of the multiplexer is connected to the output terminal of the compression circuit 160 to receive COMP MOD compressed mode signals therefrom.
The COMP MOD compressed mode signals from the compression circuit 160 are used by the processor 150 when it is in the virtual mode to determine whether the processor can access the addressed location in memory 152. If the processor is in virtual mode, the contents of the virtual mode register enables multiplexer 161 to couple the COMP MOD compressed mode signals as SEL MOD
selected mode signals to comparator 155. However, if the processor is not in virtual mode, the contents of the virtual mode register enables the multiplexer 161 to couple the uncompressed OP MOD operating mode signals as the SEL MOD selected mode signals to comparator 155.
- The comparator 155 also receives the PRIV LVL
privilege level signals from the privilege registers 154 and asserts a COMP OK comparison satisfactory signal if the SEL MOD signal indicates that the processor has the required operating mode level to access the addressed location. If the COMP OK signal is asserted, the processing circuit 151 is enabled to execute the instruction; otherwise the processing circuit is inhibited from e~ecuting the instruction.
The compression circuit 160 generates the COMP MOD
compressed mode signals in accordance with a compression function n F~l which maps the elements of a set A = (O, l,...,N), which represent the privilege levels of the processor operating in a virtual mode, onto a set B = (O, l,..~,N), which represent the privilege levels which will be enforced by the processor, with "N" being greater than or equal to "2~ (that is, there are at least three privilege levels). In both sets, the successive elements represent the levels of decreasing privilege, as depicted in Fig. 2B. In accordance with the invention, the function "F" may be any function which satisfies the following conditions:
i. F (0) is greater than "o n ~ and ii. if n i~ and ~ are elements of set "A" such that "i" is greater than or equal to " jn~ then F (i) is greater than or equal to F tj).
In the embodiment of the invention described above in connection with Figs. 2A and 2B, the following compression unction is usedo i. F (0) = 1, and ii. if "i" is greater than "0" and less than or equal to "N", then F (i) - i.
Thus, if the processor in virtual mode and kernel operating mode (which has privilege level "0", as shown in Fig. 2B) desires to access a location in memory, the location must be accessible to programs operatiny in executive mode (which has privilege level hl"). If the processor in virtual mode and in excutive, supervisor or user operating modes (which have privilege levels "1'9, "2" and "3", respectively) desires to access a location in memory, the location must be accessible to programs operating in the executive, supervisor and user modes, respectively.
As is apparent to those skilled in the art, the privilege registers 154 may reside in memory instead of the processor, and the interface circuit 153 may retrieve the contents of the register associated with the location to be retrieved prior to the retrieval of the location.
This may be particularly useful in connection with systems in which the memory is a virtual memory, as the privilege registers may form part of the vir~ual address to physical address translation system.
As an alternative to the system ~epicted in Fig. 2C, the system could s~ore in the privilege registers 154 the compressed privilege level to which the associated locations will be accessible. If this is done, the compression operation need not be per~ormed for every memory access. This alternative will be described in connection with Fig. 2D, in connection with a demand-paged virtual memory, using the V~X-ll architecture as an example.
The V~X-ll architec~ure described in the aforementioned V~X-ll Architecture Reference Manual has a demand-paged virtual memory, in which program references to memory locations, that is, virtual addresses, identify locations in a virtual memory space, and the VAX~ll computer system translates those addresses to physical addresses which identify actual locations in the physical memory in which the desired data is stored. The virtual memory space is divided into pages of a predetermined number of byte locations, in one embodiment five hundred and twelve byte locations, and the physical memory is divided into blocks of a like number of locations. ~hen a program requires access to one such location in the virtual memory space, the computer system references a page table which has a plurality of entries, that is, "PTEsn. Each PTE contains a page frame number which is used to identify the blocks in physical memory in which the referenced page of the virtual memory space is located. Each entry also has an A/R access rights field which identifies the operating modes which have access to the locations within the block and how those locations may be accessed, that is, whether programs in the operating modes may read or write the locations therein.

Each entry also has a V valid field which indicates that the entry is a valid entry and may be used for translation, and an M modify field which, when in a predetermined condition, indicates that a location in ~he block has been modified by a write operation to the memory. The page tables are established in a known manner by memory management programs in the computer's operating system.
With reference to Fig. 2D, when the computer system is in a virtual mode, the operating system, for example, OP SYS 1, OP SYS 2 and OP SYS 3 shown in Fig. lB, generates virtual mode page tables as described above which are used to translate between virtual memory spaces of programs being run thereunder and a virtual mode physical address space. It will be appreciated that the virtual mode physical address space is not the physical address space of the computer system, but instead is an emulation of a physical address space produced by the virtual machine monitor. As has been noted above, the virtual mode physical address space may correspond to the computer system's physical address space, or to a subset of the computer system's physical address space, or to an address space larger than the computer system's real physical address space.
The virtual machine monitor also generates and uses a VMM Physical Address Map which includes VMM MEs virtual machine monitor map entries. The virtual machine monitor establishes a physical address map for each virtual machine it operates. The VMM map entries are generally similar to the entries in the page tables generated by the operating system. As shown in Fig. 2D, each VMM PTE
includes an A/R access rights field and a PFN page frame number field. The access rights field in the map entries indicate only whether the virtual machine may read or 7~

2~

read/write the indicated block in memory. The virtual machine monitor uses the VMM map entries in translating the addresses in the virtual mode physical address space to addresses in the real physical address space.
S Thus, if the processor requires access to a location in page X of the VM virtual address space, it first retrieves the page table entry for the page from the VM
page table (PTE: PG X). If the valid field V indicates that the page is in memory, and the access rights field indicates that the processor is in an operating mode in which the re~uested read or ~rite operation may be performed, the processor uses the page frame number (PFN) to obtain the address in the VM "physical~ address space of the block in memory, block A, which is currently assigned the data for page X of the VM virtual address space.
The processor then determines the address of the corresponding location in the real physical memory.
First, it retrieves the map entry for block A in the VM
physical address space from the VMM physical address map (ME: BLK A). If the access rights field indicates that the re~uested read or write operation may be performed, the processor uses the page frame number to obtain the address in the real physical memory of the block in memory, ~lock Q which actually stores the data for page X
of the VM virtual address space~
The virtual machine monitor also has a virtual address space, and the processor makes use of a VMM page table to translate addresses in the VMM virtual address space to the addresses in the real physical memory. The VMM page table entries (VMM PTEs) are similar to the VM
PTEs, and include a V valid field, A/R access rights field, M modify field, and PFN page frame number field, all of which are used in the same way as the 7~

corresponding fields of the VM PTEs. The result of the translation of an address in, for example, page Y of the VMM virtual address space, using the VMM page table entry corresponding thereto (VMM PTE: PG Y) is an address in Block R of the real physical memory.
As is conventional, the computer system, specifically the virtual machine monitor, after establishing a VMM physical address map, establishes a shadow page table, or a composite of a VM page table generated by the operating system running on the computer system, and ~he VMM physical address map. The shadow page table allows a direct translation between the virtual mode virtual address space and the real physical address space, thereby reducing the number of translations required between a program reference to memory and the actual memory access. The shadow page table includes page table entries having fields with identical meanings as the VM and VMM page tables.
In accordance with the invention, when the virtual machine monitor generates a shadow page table, it uses the same compression function described above in connection with Fig. 2C to determine the contents of the A/R access rights fields in the SPT PTEs. Specifica'ly, for the specific embodiment noted in connection with Fig. 2C, if the contents of the A/R access rights field in the VM Page Table indicates that the block in the VM
physical address space i5 readable or read/writable by programs in the usér, supervisor or executive operating modes, and if the VMM MEs indicate that the block in real physical memory is readable or read/writable by the virtual machine, the A/R access rights field in the SPT
PTEs also indicate that the corresponding blocks in the real physical address space are available to programs in the user, supervisor or executive operating modes.

\
7~
~3-336 However, if the contents of the A/R access rights field in the VM Page Table indicate that the block is available to programs in.the kernel operating mode, since the computer system is in virtual mode, the PTE indicates that the corresponding block in the real physical address space is available to programs in the executive operating mode. Thus, the locations in memory associated with the kernel operating mode of the processor when operating in the virtual mode are available to programs operating in the executive operating mode.
It will be appreciated by those skilled in the art that the VMM address translation allows data to be shared as between several virtual machines in a controlled manner. For example, several VMM MEs relating to different virtual machines , may identify the same block in the real ph~sical address space and thereby allow contemporaneous access to programs running under both virtual machines. The access rights to the block of programs running under the different virtual machines may, however, differ. For example, programs running under one virtual machine may be able to both read and write locations in a block, while programs running under another virtual machine may only be able to read the locations. In addition, a block may be available to programs under one operating system which operate in the supervisor and more privileged operating modes, and not available to the user operating mode, and the same block may also be available to user operating mode programs running under another operating system. Thus, the access to shared data may be regulated by the virtual machine monitor.
It will further be appreciated that similar compression functions may be used if it is desired to allow the virtual machines to have more or fewer rings than the real machines. Specifically, if the virtual machine is to have more rings than the real machine, any compression function F may be used to map the set A = (0, 1,..., N) of privilege levels in the virtual machine into a set B = (0, 1,..., M) of privilege levels in the real machine, with the successive elements of the sets corresponding to successively less privileged rings, N greater than M and M greater than "1 n ~ as long as the function satisfies the following relationships:
i. F (0) is greater than "0";
ii. F (N) is less than or equal to M; and iii. if "i" and "j" are elements of set "A"
such that n i~ is greater than or equal to n j then F (i) is greater than or equal to F (j).
Since the number of protection rings in the virtual mode (specifically, the number of rings is "N+l"), is greater than the number of rings in the real mode ("M+l"), to satisfy these conditions the compression function must compress at least two of the virtual rings to correspond to a signal real ring.
Similarly, if the virtual machine is to have fewer rings than the real machine, that is, N is less than M
and M greater than "1", the function must satisfy the following relationships:
i. F (0) is greater than "0";
ii. if "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j);
iii. for at least one "i" and ~I jn~ ~ill not equal to "jll, F (i) is equal to F (j); and iv. if "i" and "j" are elements of set "A" such that n i~l is greater than or equal to "j" r then F (i) is greater than or equal to F (j).
Since the number of protection rings in khe virtual mode (specifically, the number of rings is ~N+l"), is less than the number of rings in the real mode ("M+ln), the last condition (iv) must be observed to achieve compression.
It will further be appreciated by ~hose familiar with the VAX-ll architecture as set forth in the aforementioned VA~-ll Architecture Reference Manual that the VAX-ll virtual memory space is divided into a plurality of regions, including system space and two per-process spaces, and that ~he translation arrangement described in connection with Fig. 2D relates to the translation for system space. The translation for the per-process spaces is analogous.
4. Register Sets Figs. 3A through 3C depict the registers included in processor 10 used in the processing of programs. Fig. 3A
depicts the registers used by processor 10 in processing programs in either the real mode or the virtual mode.
These registers include general purpose registers R0 through R13, a stack pointer register R14, a program counter R15, a user stack pointer register 50, a supervisor stack pointer register 51, and an executive stack pointer register 52. The registers R0 through R13 can be used as pointers, arithmetic accumulators, or for any other general purpose function. The stack pointer register R14 contains the stack pointer currently being used. Program counter register R15 identifies the location in memory 11 of the next instruction to be processed by the processor. The user, supervisor, and executive stack pointer registers 50 through 52 identify the locations in memory of the stacks for the respective modes, except when the processor is in the corresponding operating modeO At that time, the operating mode stack is identified by the contents of stack pointer register R14, which are obtained from the corresponding operating ~3-336 mode stack pointer register when the processor changes operating modes.
Fig. 3B depicts additional registers used by processor 10 in the real opera~ing mode. These registers include a kernel s~ack pointer 53, an asynchronous system trap (AST) level register 54, an interrupt stack pointer register 55, an interrupt summary register 56, an interrupt request register 57, and a processor status longword register 60. The kernel stack pointer register 53 is similar in function to the user, supervisor, and executive stack pointer registers 50 through 52.
The AST level register 54 identifies the most privileged level operating mode for which an asynchronous system trap is pending. For example, if an asynchronous system trap is pending for a program operating in the real supervisor level, and if the processor 10 is operating in the kernel mode, it is undesirable to service the trap until the processor returns to at least the supervisor mode. When the processor changes modes, it can check the contents of the AST level register 54 to determine whether a trap is pending at the new or a more privileged operating mode and trap at that time.
The interrupt stack pointer register 55 is used to identify the location in memory of the interrupt stack, which is typically transferred to stack pointer register R14 when the processor 10 begins servicing an interrupt.
When the processor finishes servicing an interrupt, the contents of the stack pointer register R14 are transferred to the interrupt stack pointer register 55 after the registers have been restored in a conventional manner.
The interrupt summary register 56 is used in connection with interrupt requests. Processor 10 has a plurality of interrupt priority levels, and the interrupt ' ' ~L~.d';~D~o5"7~

summary register identi~ies the interrup~ priority levels at which interrupts are pending.
The interrupt request register 57 may be used by the executing program to request interrupt service. The data written to the register specifies the interrupt priority level of the requested interrupt. The priority level loaded into regis~er 57 is then reflected in interrupt summary register 56.
The processor status longword 60, which will be described below in connection with Figure 3D-l, contains status information in connection with the currently executing program.
To enable the processor 10 to operate in a virtual mode, the processor also includes a plurality of registers, termed herein virtual registers, depicted in Fig. 3C. When the processor is operating in a virtual mode, it uses the registers depicted in Fig. 3A and the registers depicted in Fig. 3C. The virtual registers include a VM (virtual machine) kernel stack pointer register 61, a VM AST level register 62, a VM interrupt stack pointer register 63, a VM interrupt summary register 64, a VM interrupt request register 65, and a VM
process status longword register 66. Each of the virtual registers depicted in Fig. 3C corresponds to a register in the real register set depicted in Fig. 3B, and the processor uses the registers 61 though 66 in the same way that it uses registers 53 through 57 and 60 when in the real mode.
Wïth reference again to stack pointer register R14, mode stack pointer registers 50 through 53, and 61 and interrupt stack pointer registers 55 and 63, the mode and interrupt stack pointer registers are used when the processor changes operating modes, as explained below in connection with Figs. 8A-1 and 8A-2, and, in the case of ~he interrupt stack pointer register, when the processor begins processing an interrupt or returns therefrom. In brief, when the processor begins processing an interrupt, it typically transfers the contents of the stack pointer register R14 to the mode stack pointer register 50 through 53 or 61 corresponding to he current operating mode. The contents of the interrupt stack pointer register S5 or, if the processor is in the virtual mode, the VM interrupt stack pointer register 63, are transferred to stack pointer register R14, and the contents of selected registers are transferred to the interrupt stack in memory identified by the contents of the stack pointer register. When the processor returns from an interrupt, the sequence for which is contained in Figs. 7A-1 through 7E~ the process is essentially reversed.
The contents of processor status longword 60 and VM
processor status longword 66 in the processor 10 constructed in accordance with the invention will be described in connection with Figs. 3D-1 and 3D-2. It will be appreciated that the processor has separate processor status longwords 6Q and 66 for the virtual and real modes, both of which have many of the same fields.
Both processor status longwords include a plurality of fields 70 through 77 and 70A through 77A which identify various conditions concerning the results of the previous arithmetic calculations, and which enable the processor to perform various exception or trap operations in response thereto. The fields are not relevant to the instant invention and will not be described further herein.
Both the processor status longwords 60 and 66 also include IPL interrupt priority level fields 80 and 80A
which identify the interrupt priority level at which the processor is operating. The processor can use the contents of this field and the contents of the real or virtual interrupt summary registers 56 and 64 to determine whether an interrupt is pending at a higher priority level than the current operating level as contained in the IPL interrupt priority level fields 80 and 80A, and, if so, process the interrupt request.
Current mode fields 81 and 81A and previous mode fields 82 and 82A identify respectively, the current operating mode and previous operating mode ~see Fig. 2B), and specifically contains the code depicted in Fig. 2B
which identifies either the kernel, executive, supervisor or user operating mode. These fields do not indicate whether the processor is in the virtual or real (non-virtual) mode.
A VM virtl~al mode field 84, contained only in theprocessor status longword 60, when set, indicates that - the processor is currently operating in a virtual mode, thereby enabling the processor to use registers 61 through 66. When field 8~ is clear, the processor is operating in a real (non-virtual) mode, using registers 53 through 57 and 60~
An IS interrupt stack field 83 or 83A indicates that the processor is operating on its in~errupt stack; that is, the contents of the stack pointer register R14 are derived from the contents of one of the interrupt stack pointer 55 or VM interrupt stack pointer 63, depending on the state of VM field 84 in processor status longword 60.
Since the contents of stack pointer register Rl~ may have been changed if the contents of the other registers have been transferred to the interrupt stack, the contents of the register R14 may not be exactly the same as the contents of register 55 or 63.

7~ , As will be appreciated by those skilled in the art, a virtual machine, that is, a computer system (Fig. lA) whose processor is ~perating in a virtual mode, may itself be running a virtual machine monitor providing a second level of vir~ualiza~ion. If that occurs, a further set of registers similar to register 61 through 66 typically are provided. Any of these additional registers may be physically located in either the processor lO or in the memory ll (Fig. lA). The VM
process~r status longword 66 does not require a VM field corresponding to field 84 in processor status longword 60 to accomplish this æecond level of virtualization.
It will also be appreciated that additional virtual stack pointer registers may have to be provided for various virtual operating modes if the protection rings are compressed differently than the specific embodiment disclosed herein. As is discussed above in connection with Figs. 2C and 2D, the compression ~unction used with a specific system may result in compression of different virtual mode operating modes than the kernel and executive into a single real mode operating mode. If, for example, the virtual mode executive and supervisor operating modes are compressed into the real mode supervisor operating mode, and the virtual mode kernel operating mode corresponds to the real mode executive operating mode, the virtual machine may use the executive stack pointer register also used by the real machine, and an additional register must be provided ~or the virtual mode executive operating mode. Similarly, if the virtual mode kernel, executive and supervisor operating modes are all compressed, with the virtual mode user operating mode, to correspond to the real mode user operating mode, additional s~ack pointer registers must be provided for 3~

the virtual mode kernel, execu~ive and supervisor operating modes.
5. Probing Operands ~nd Instructions ~s has been noted, certain instructions are privileged, that is, they are only executed by the processor 10 (Fig. lA) when it is in the kernel operating mode (Fig. 2A). In addition, it is desirable to prevent the processor 10 from accessing data stored in memory 11 that is for programs in more privileged operating modes when the processor is operating in a less privileged operating mode.
Accordingly, prior to retrieving any operands and executing any instructions, the CPU perfGrms a PROBE
operation on the operands and the operation code of each instruction before executing the instruction.
With reference ~o Fig. 4, when the CPU 10 retrieves an instruction, which includes the operation code (op code) and operand specifiers (s~ep 100~, it first probes the memory locations containing the operands, which are identified by the operand specifiers in the instruction, to determine whether they are accessible by the program with the processor in its current operating mode (step 101). If they are not accessible, an error has occurred.
However, if the operands are accessible to the program at the current operating mode (step 101), the processor then determines whether the operation required by the instruction is privileged, that is, whether the instruction is a privileged instruction executable in kernel mode only (step 102). If the instruction is not privileged, the processor retrieves the operands and executes the instruction (step 103).
If, however, in step 102 the processor determined that the instruction was privileged, the processor sequences to step 104 to test the current mode ~ield 81 in the processor status longword. If the processor is operating in a virtual mode, it tests the current mode field in the VM processor status longword 66, and otherwise tests the corresponding field in ~he processor status longword register 60. If the processor i6 not in the kernel operating mode (step 104) it signals an error.
However, if, in step 104, the processor did determine that it was in the kernel operating mode, it tests the VM virtual mode field 84 of the processor status longword register 60 to determine whether the processor is operatiny in a virtual mode (step lOS). If the processor is operating in a virtual mode, the processor may execute the instruction directly or the virtual machine monitor may emulate the instruction (step 106). If the processor is not operating in a virtual mode, the processor executes the instruction directly (step 107). The steps performed by the virtual machine monitor to emulate instructions are conventional and will not be described in detail herein.
Since the processor, when it retrieves an instruction, first probes the operand prior to determine whether the instruction is privileged, it can trap to the virtual machine monitor, in the event that the instruction requires emulation, and the virtual machine monitor will not itself then have to probe the operands to determine whether they are accessible by the program.
This has several benefits, including simplification of the virtual machine monitor, since it does not have to include routines for performing the operation, and reduction of the likelihood of an error having to be taken in the virtual machine monitor in the event that a page is not present in memory. If the operand probe operation detects that a page containing the operands is not in memory, the processor takes a page fault. In the 7~

instant invention, this occurs before the processor traps to the virtual machine monitor for emulation of the instruction.
6. Privileged Instruction Execution Figs. 5 through 9 contain flow diagrams which illustrate the operations of processor lO in executing some of the V~X-ll privileged instructions. The instructions, and others forming the VAX-ll instruction set, are described in the aforementioned V~X-ll Architecture Reference Manual, for a processor which does not have a virtual mode. The figures detail the operations o~ the processor 10 which has both a real (non-virtual) and virtual mode.
As noted above, the privileged instructions may be emulated when the processor is operating in the virtual mode or they may be executed by the processor directly in response to microcode or similar control mechanisms in the processor. In one embodiment o~ the invention in which microcode is used to control the internal operations of the processor in executing instructions, the instructions are embodied in microcode to the extent of microcode control s~ore in pre-existing processors constructed in accordance with the V~X-ll architecture, and instructions not so embodîed are emulated by the virtual machine monitor. Alternatively, a microcoded processor may embody all of the instructions in microcode and execute them directly, or all of ~he instructions may be emulated by the virtual machine monitor, depending on the size of the microcode control store in the processor.
In a processor controlled by combinatorial logic, the logic may also control the operation of the processor in processing the privileged instruction, or the instructions may be emulated by the virtual machine monitor. The detailed operations performed by the `~ ~2 ~

processor 10 in both the vixtual and real modes are contained in the flow diagrams in Figs. 5 through 9, and will not be repeated here in detail. However, brief comments on the steps used in processing of the instructions will be presented below.

HALT Instruction The HALT instruction is used to stop the processor.
When the processor receives the HALT instruction in connection with a program in a virtual machine, if the virtual machine is in the kernel mode, the instruction halts that virtual machine, and not the processor as a whole. Thereafter, the processor 10 can continue executing in a real mode or as any other virtual machines which may be running in a virtual mode.
MOVE PROCESSOR STATUS LONGWORD to (Destination) The instruction MOVE PROCESSOR STATUS LONGWORD to a selected destination, the destination being identified by the operand specifier which accompanies the instruction, is detailed in Fig. 6. In response to the instruction, ~he processor must determine if it is operating in a virtual mode to determine whether the contents o~ the processor status longword in register 60 (Fig. 3B~ or the contents of the VM processor status longword 66 (Fig. 3C) should be moved.
RETURN FROM EXCEPTION OR INTERR~PT
In processing the RETURN FROM E~CEPTION OR INTERRUPT
instruction, depicted in Figs. 7A-1 through 7E, the processor 10 first tests the virtual mode field ~4 of the current processor status longword, that is, the contents of processor status longword 60 used when the processor is servicing the interrupt or exception, and the processor status longword retrieved from the stack in response to this instruction.

Depending on the status of the VM fields 84 in the two processor status longwords, the processor may be (1) returning from interrupt or exception or exception service in a real mode to processing in a real mode, if the VM fields of both the current and the retrieved processor status longwords are clear;
(2) returning from interrupt or exception or exception service in a real mode to processing in a virtual mode, if the VM field of the current processor status longword is clear, and the VM field of the retrieved processor status longword is set;
(3) returning from interrupt or exception or exception service in a virtual mode to processing in a virtual mode, if the VM field of the current processor status longword is set and the VM field of the retrieved processor status longword is clear; and (4) returning from interrupt or exception or exception service in a virtual mode to processing in a second level of virtualization, if the VM fields o~ both the current and retrieved processor status longwords are set.
If the VM field 84 of neither processor status longword is set, that is, if the processor was not operating in a virtual mode (that is, it was operating in a real mode) when it was servicing the interrupt or exception, and it is returning in a real mode, the processor returns in a conventional manner.
If the interrupt or e~ception was serviced by the processor in a real mode, but the processor is returning in a virtual mode (Fig. 7A-2) (case 2) the contents of the VM processor status longword 66 and the retrieved processor status longword are compared to ensure that they correspond, that is, the fields of the processor status longword retrieved from the stack are compared to corresponding fields of the VM pro~essor status longword register to ensure that the retrieved processor status longword is a "safe equivalent" of the VM processor status longword. To form a "safe equivalent" processor status longword the arithmetic fields 70 through 76 and the trace flag 77 should be the same as the retrieved processor status longword, the interrupt or exception priority level field 80 and interrupt or exception stack field 83 should both be clear and the previous and current operating mode fields 81 and 82, should also be the same as the retrieved processor status longword, except that if either indicate the kernel operating mode, it should be modified to indicate the e~ecutive operating mode. The VM (virtual mode) field 84 of the retrieved processor status longword should also be set. After verifying the retrieved processor status longword, the processor continues returning in a conventional manner.
If the interrupt or exception was processed in a virtual mode, but the processor status longword retrieved from the stack indicates that the processor is returning in a real mode tcase 3), the retrieved processor status longword is stored in the VM processor status longword register 66, and a new "safe equivalent" processor status longword is formed therefrom for storage in processor status longword register 60. The sequence of forming the new processor status longword for register 60 is set forth in Fig. 7D. After verifying the retrieved processor status longword, the processor continues returning in a conventional manner.
Finally, if the VM fields of both the current and the retrieved processor status longwords are set (case 4), the processor traps to the virtual machine monitor.
C~ANGE OPERATING MODE Instruction ` ` ~2~7~

The chan~e operating mode instruction depicted in Figs. 8A-1 and 8A-2 is provided to allow the program to change operating modes as between the kernel, executive, supervisor and user from a less-privileged operating mode S to a more privileged operating mode (Fig. 2B). In doing so, the processor first determines the new mode, then saves the contents of the stack pointer register R14 in the current mode stack pointer, loads into the stack pointer re~ister R14 the contents of the new mode's stack pointer and stores the contents of selected registers and the operand of the instruction onto the stack identified by the new stack pointer. For example, if the processor is changing from the user operating mode to the supervisor operating mode, the contents of the stack pointer register R14 are transferred to the user stack pointer register 50, and are replaced by the contents of the supervisor stack pointer re~ister 51.
If the change mode is to or from the kernel operating mode, the processor tests the contents of the VM field 84 of the processor status longword to determine which of the kernel stack pointer register 53 or the VM
kernel stack pointer register 61 is used in processing the instruction.
The processor then tests the accessibility of the memory location identified by the new contents of the stack pointer register in the new operating mode.
However, if the new operatin~ mode is the kernel operating mode, and if the processor is operating in a virtual mode, the location must be accessible by the executive mode. Thus, with reference to Fig. 2A, if the processor is in a virtual mode, and the current operating mode is the kernel, locations in memory must be accessible by the processor when operating at the real executive mode. Thus the virtual executive and virtual g3-3~6 kernel operating modes are compressed into the real executive mode as depicted in Fi~. 2A.
Probe A~cessibîlity of ~emory Location The PROBE instruction, depicted in Fig. 9, checks the read or write accessibility of one or several locations in memory specified as the operands of the instruction.
Other Instructions _ _ The sequences of operations to execute other privileged instructions, including a LOAD PROCESS CONTEXT
instruction, a SAVE PROCESS CONTEXT instruction and MOVE
TO and MOVE FROM processor register instructions are also modified from the sequences depicted in the VAX-ll Architecture Reference Manual to accommodate the virtual mode. All of these instructions move the contents of certain processor registers to memory, or the contents of certain memory locations to identified registers. For the LOAD PROCESS CONTEXT and MOVE TO PROCESSOR RE~ISTER
instructions, the modifications ensure that the retrieved data are loaded in the correct set of registers, and for the SAVE PROCESS CONTEXT and MOVE FROM PROCESSOR REGISTER
instructions, the data are moved from the correct registers.

The foregoing description has been limited to a specific embodiment of this invention. It will be apparent, however, that the invention can be practiced in computer systems having diverse basic construction than is disclosed in this specification with the attainment of some or all of the advantages of the invention.
Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the invention.

Claims (19)

1. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group, (c) said processor further comprising:
A. means connected to said processing means and for connection to said memory means for iteratively retrieving instructions from the memory means requiring access to a location in memory;
B. operating mode indicating means for identifying the privilege level of the current protection ring operating mode of said processor;
C. virtual mode indicating means for indicating whether or not said processor is operating in a virtual mode;
D. compression means connected to said operating mode indicating means for identifying a virtual mode operating mode in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,N), each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0"
identifies the most privileged level and "N" identifies the least privileged level, said compression function F
satisfying the following conditions:
i. F (0) = 1, and ii. If "i" is greater than "0" and less than or equal to "N", then F (i) = i;
E. selection means connected to said operating mode indicating means, said virtual mode indicating means and said compression means for selectively transmitting as an output the privilege level identified by said compression means in response to said virtual mode indicating means indicating that said processor is operating in a virtual mode, and otherwise transmitting the privilege level identified by said operating mode indicating means;
F. comparison means for comparing the output of said selection means to the privilege means of the location in memory to which the processor requires access to determine whether the processor can access the required memory location; and G. means responsive to a successful comparison by said comparison means for enabling the processing means to access the required memory location and execute the instruction.
2. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instruction requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group, (c) said processor further comprising:
A. means connected to said processing means and for connection to said memory means for iteratively retrieving instructions from the memory means requiring access to a location in memory;
B. operating mode indicating means for identifying the privilege level of the current protection ring operating mode of said processor;
C. virtual mode indicating means for indicating whether or not said processor is operating in a virtual mode;
D. compression means connected to said operating mode indicating means for identifying a virtual mode operating mode in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,N), each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "O"
identifies the most privileged level and "N" identifies the least privileged level, said compression function F
satisfying the following conditions:
i. F (0) is greater than "0", and ii. if "i" and "j" are elements of set "A" such that "i" is greater than or equal to "j" then F (i) is greater than or equal to F (j);
E. selection means connected to said operating mode indicating means, said virtual mode indicating means and said compression means for selectively transmitting as an output the privilege level identified by said compression means in response to said virtual mode indicating means indicating that said processor is operating in a virtual mode, and otherwise transmitting the privilege level identified by said operating mode indicating means;
F. comparison means for comparing the output of said selection means to the privilege means to determine whether the processor can access the required memory location; and G. means responsive to a successful comparison by said comparison means for enabling the processing means to access the required memory location and execute the instruction.
3. A processor for use in a computer system, (a) the processor including processing means for processing instructions in "N" protection ring operating modes each associated with one of a hierarchy of privilege levels, where "N" is at least three, said processor operating in a virtual mode and in a real mode, (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group and an associated virtual mode privilege means for identifying the virtual mode protection ring operating modes in which the processor can access any memory location when in the virtual mode, (c) said processor further comprising compression means for establishing a privilege level for storage in said virtual mode privilege means in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,N), each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" identifies the least privileged level, said compression function F satisfying the following conditions:
i. F (0) = 0, and ii. If "i" is greater than "0" and less than or equal to "N", then F (i) = i.
4. A processor for use in a computer system, (a) the processor including processing means for processing instructions in "N" protection ring operating modes each associated with one of a hierarchy of privilege levels, where "N" is at least three, said processor operating in a virtual mode and in a real mode, (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group and an associated virtual mode privilege means for identifying the virtual mode protection ring operating modes in which the processor can access any memory location when in the virtual mode, (c) said processor further comprising compression means for establishing a privilege level for storage in said virtual mode privilege means in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,N), each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" identifies the least privileged level, said compression function F satisfying the following conditions:
i. F (0) is greater than "0", and ii. if "i" and "j" are elements of set "A" such that "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j).
5. A processor for use in a computer system, (a) the processor including processing means for processing instructions in "N" protection ring operating modes each associated with one of a hierarchy of privilege levels, where "N" is at least three, (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instruction requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group, (c) said processor further comprising:
a. inhibiting means connected to said processing means for inhibiting said processing means from executing at least some of the instructions unless the processor is in an operating mode having a selected privilege level;
b. operating mode indicating means for identifying the privilege level of the current operating mode of said processor;
c. instruction retrieval means for connection to the memory for iteratively retrieving instructions from the memory;
d. operand probe means including:
i. operand privilege retrieval means connected to said instruction retrieving means and responsive to the retrieval of an instruction for obtaining the privilege means associated with a memory location identified by an operand specifier;
ii. operand privilege comparison means connected to said operating mode indicating means and said operand privilege retrieval means for determining if the privilege level of the current operating mode is at least as high as the privilege level obtained by said operand privilege retrieval means; and e. instruction probe means connected to said operand probe means, said operating mode indicating means, said instruction retrieval means, and said inhibiting means and responsive to a successful determination by said operand privilege comparison means for enabling said inhibiting means to inhibit execution of a retrieved instruction by said processing means if said operating mode indicating means does not identify a mode having the required privilege level for the instruction.
6. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations/ wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group, (c) said processor further comprising:

A. means connected to said processing means and for connection to said memory means for iteratively retrieving instructions from the memory means requiring access to a location in memory;
B. operating mode indicating means for identifying the privilege level of the current protection ring operating mode of said processor;
C. virtual mode indicating means for indicating whether or not said processor is operating in a virtual mode;
D. compression means connected to said operating mode indicating means for identifying a virtual mode operating mode in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,M), "N" greater than "M", with each element of the set A
identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" and "M" identify the least privileged level, said compression function F satisfying the following conditions:
i. F (0) is greater than "0";
ii. F (N) is less than or equal to M; and iii. if "i" and "j" are elements of set "A"
such that "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j);

E. selection means connected to said operating mode indicating means, said virtual mode indicating means and said compression means for selectively transmitting as an output the privilege level identified by said compression means in response to said virtual mode indicating means indicating that said processor is operating in a virtual mode, and otherwise transmitting the privilege level identified by said operating mode indicating means;
F. comparison means for comparing the output of said selection means to the privilege means of the location in memory to which the processor requires access to determine whether the processor can access the required memory location; and G. means responsive to a successful comparison by said comparison means for enabling the processing means to access the required memory location and execute the instruction.
7. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels, said processor operating in a virtual mode and in a real mode, (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group and an associated virtual mode privilege means for identifying the virtual mode protection ring operating modes in which the processor can access any memory location when in the virtual mode, (c) said processor further comprising compression means for establishing a privilege level for storage in said virtual mode privilege means in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,M), "N" greater than "M", with each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" and "M" identify the least privileged level, said compression function F satisfying the following conditions:
i. F (0) is greater than "0";
ii. F (N) is less than or equal to M; and iii. if "i" and "j" are elements of set "A"
such that "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j).
8. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group, (c) said processor further comprising:
A. means connected to said processing means and for connection to said memory means for iteratively retrieving instructions from the memory means requiring access to a location in memory;
B. operating mode indicating means for identifying the privilege level of the current protection ring operating mode of said processor;
C. virtual mode indicating means for indicating whether or not said processor is operating in a virtual mode;
D. compression means connected to said operating mode indicating means for identifying a virtual mode operating mode in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ..,N) into a second set B = (0, 1,...,M), "M" greater than "N", with each element of the set A
identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" and "M" identify the least privileged level, said compression function F satisfying the following conditions:
i. F (0) is greater than "0";
ii. if "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j);
iii. for at least one "i" and "j", "i" not equal to "j", F (i) is equal to F (j); and iv. if "i" and "j" are elements of set "A" such that "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j);
E. selection means connected to said operating mode indicating means, said virtual mode indicating means and said compression means for selectively transmitting as an output the privilege level identified by said compression means in response to said virtual mode indicating means indicating that said processor is operating in a virtual mode, and otherwise transmitting the privilege level identified by said operating mode indicating means;
F. comparison means for comparing the output of said selection means to the privilege means of the location in memory to which the processor requires access to determine whether the processor can access the required memory location; and G. means responsive to a successful comparison by said comparison means for enabling the processing means to access the required memory location and execute the instruction.
9. A processor for use in a computer system, (a) the processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels, said processor operating in a virtual mode and in a real mode, (b) said computer system including a memory means which includes a plurality of addressable storage locations for storing instructions requiring access to the memory locations, said memory means being comprised of plural groups of memory locations, wherein the number of memory locations in each memory group may vary, each memory group having an associated privilege means for identifying the protection ring operating modes in which the processor can access any memory location in the group and an associated virtual mode privilege means for identifying the virtual mode protection ring operating modes in which the processor can access any memory location when in the virtual model (c) said processor further comprising compression means for establishing a privilege level for storage in said virtual mode privilege means in response to the current protection ring operating mode identified by said operating mode indicating means, said compression means operating in accordance with a compression function "F" which maps a set A = (0, 1, ...,N) into a second set B = (0, 1,...,M), "M" greater than "N", with each element of the set A identifying one of the privilege levels when the processor is operating in the virtual mode and each element of the set B identifying one of the privilege levels when the processor is not operating in the virtual mode, the successive elements of each set corresponding to protection rings of progressively lower privilege, such that in each set "0" identifies the most privileged level and "N" and "M" identify the least privileged level, said compression function F satisfying the following conditions:
i. F (0) is greater than "0";
ii. if "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j);

iii. for at least one "i" and "j", "i" not equal to "j", F (i) is equal to F (j); and iv, if "i" and "j" are elements of set "A" such that "i" is greater than or equal to "j", then F (i) is greater than or equal to F (j).
10. A processor for use in a computer system, said processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege levels, the computer system further including a memory including a plurality of addressable storage locations for storing instructions requiring access to memory locations and including operation code means identifying the operation to be performed, each memory location having an associated privilege means for identifying the protection ring operating modes in which the processor can access the memory location, said processor further including:
a. means for iteratively retrieving instructions from the memory;
b. operating mode indicating means for identifying the privilege level of the current operating mode of said processor;
c. virtual mode indicating means having a set condition when said processor is operating in a virtual mode and otherwise having a clear condition; and d. probe means connected to said processing means, said instruction retrieval means, said operating mode indicating means, said virtual mode indicating means and for connection to the memory for comparing the contents of the operating mode indicating means to a less privileged operating mode level if the indicating means has a set condition and the operating mode indicating means identifies the most privileged operating mode, and for comparing the contents of the operating mode indicating means to at least the least privileged operating mode level if the indicating means has a set condition and the operating mode indicating means identifies a less privileged operating mode to determine whether the processor can access the required memory locations for enabling said processing means to execute the instruction in response to a successful comparison.
11. A processor for use in a computer system, said processor including processing means for processing instructions in at least three protection ring operating modes each associated with one of a hierarchy of privilege level, each memory location having an associated privilege means for identifying the protection ring operating modes in which the processor can access the memory location, said processor further including virtual machine monitor means for establishing the protection ring operating mode in said privilege means including means for determining the privilege level to be assigned to the contents of each said memory location and means for enabling the privilege means to identify the second most privileged operating mode level if the contents of the memory location is to have assigned thereto the most privileged operating mode, and otherwise establishing the privilege means to identify the operating mode level to be assigned thereto.
12. A processor as defined in claim 5 further including virtual machine monitor means for determining the privilege level to be assigned to the contents of each memory location and means for enabling the privilege means to identify a lower privileged operating mode level if the contents of the memory location is to have assigned thereto the most privileged operating mode, and otherwise establishing the privilege means to identify the oper-ating mode level to be assigned thereto.
13. A processor as defined in claim 3 further comprising means connected to said compression means and for connection to said virtual mode privilege means for storing the privilege level generated by the compression means in the virtual mode privilege means.
14. A processor as defined in claim 13 wherein said proces-sor includes virtual mode indicating means for indicating whether or not said processor is operating in a virtual mode, said proces-sing means further comprising: A. internal register means includ-ing: i. real register means; ii. virtual register means; B. arith-metic and logic means connected to said real register means and said virtual register means for selectively performing operations on the contents thereof; and C. control means connected to said real register means, said virtual register means, said arithmetic and logic means, and said virtual mode indicating means for en-abling the arithmetic and logic means to perform operations on the contents of selected ones of said real register means or said vir-tual register means in response to the condition of said virtual mode indicating means.
15. A processor as defined in claim 14 wherein said internal register means further includes general purpose register means, said control means enabling said arithmetic and logic means to perform operations on the contents of selected ones of the general purpose register means regardless of the condition of the virtual mode indicating means.
16. A processor as defined in claim 14 wherein said internal register means further includes status register means comprising:
A. processor status register means and B. virtual status register means; said control means selectively using the contents of pro-cessor status register means or virtual status register means in response to the condition of said virtual mode indicating means.
17. A processor as defined in claim 1 wherein said pro-cessing means includes: A. internal register means including:
i. real register means; ii. virtual register means; B. arithmetic and logic means connected to said real register means and said virtual register means for selectively performing operations on the contents thereof; and C. control means connected to said real register means, said virtual register means, said arithmetic and logic means, and said virtual mode indicating means for enabling the arithmetic and logic means to perform operations on the con-tents of selected ones of said real register means or said virtual register means in response to the condition of said virtual mode indicating means.
18. A processor as defined in claim 17 wherein said internal register means further includes general purpose register means, said control means enabling said arithmetic and logic means to perform operations on the contents of selected ones of the gen-eral purpose register means regardless of the condition of the virtual mode indicating means.
19. A processor as defined in claim 17 wherein said internal register means further includes status register means comprising:
A. processor status register means and B. virtual status register means; said control means selectively using the contents of processor status register means or virtual status register means in response to the condition of said virtual mode indicating means.
CA000498916A 1985-01-04 1986-01-03 Computer with virtual machine mode and multiple protection rings Expired CA1252572A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US06/688,702 US4787031A (en) 1985-01-04 1985-01-04 Computer with virtual machine mode and multiple protection rings
US06/688,702 1985-01-04

Publications (1)

Publication Number Publication Date
CA1252572A true CA1252572A (en) 1989-04-11

Family

ID=24765434

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000498916A Expired CA1252572A (en) 1985-01-04 1986-01-03 Computer with virtual machine mode and multiple protection rings

Country Status (6)

Country Link
US (1) US4787031A (en)
EP (2) EP0187603B1 (en)
JP (1) JPS61275949A (en)
AU (1) AU584961B2 (en)
CA (1) CA1252572A (en)
DE (1) DE3587039T2 (en)

Families Citing this family (88)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS625441A (en) * 1985-02-18 1987-01-12 Nec Corp Information processor
JPS61190638A (en) * 1985-02-20 1986-08-25 Hitachi Ltd File control system for virtual computer
US5023773A (en) * 1988-02-10 1991-06-11 International Business Machines Corporation Authorization for selective program access to data in multiple address spaces
US5341484A (en) * 1988-11-02 1994-08-23 Hitachi, Ltd. Virtual machine system having an extended storage
US5095420A (en) * 1988-11-21 1992-03-10 International Business Machines Method and system for performing virtual address range mapping in a virtual storage data processing system
US5051894A (en) * 1989-01-05 1991-09-24 Bull Hn Information Systems Inc. Apparatus and method for address translation of non-aligned double word virtual addresses
US5117491A (en) * 1989-03-31 1992-05-26 Bull Hn Information Systems Inc. Ring reduction logic using parallel determination of ring numbers in a plurality of functional units and forced ring numbers by instruction decoding
WO1990013864A1 (en) * 1989-04-28 1990-11-15 Christopher William Cowsley Improved security for machine-writeable data storage systems
US5057996A (en) * 1989-06-29 1991-10-15 Digital Equipment Corporation Waitable object creation system and method in an object based computer operating system
US5463778A (en) * 1989-11-16 1995-10-31 Texas Instruments Incorporated User controlled trap handler
US5319760A (en) * 1991-06-28 1994-06-07 Digital Equipment Corporation Translation buffer for virtual machines with address space match
US5522075A (en) * 1991-06-28 1996-05-28 Digital Equipment Corporation Protection ring extension for computers having distinct virtual machine monitor and virtual machine address spaces
US5596755A (en) * 1992-11-03 1997-01-21 Microsoft Corporation Mechanism for using common code to handle hardware interrupts in multiple processor modes
WO1994012923A2 (en) * 1992-11-30 1994-06-09 Base 10 Systems, Inc. A safety critical processor and processing method for a data processing system
US5428806A (en) * 1993-01-22 1995-06-27 Pocrass; Alan L. Computer networking system including central chassis with processor and input/output modules, remote transceivers, and communication links between the transceivers and input/output modules
US5555385A (en) * 1993-10-27 1996-09-10 International Business Machines Corporation Allocation of address spaces within virtual machine compute system
US5596739A (en) * 1994-02-08 1997-01-21 Meridian Semiconductor, Inc. Method and apparatus for detecting memory segment violations in a microprocessor-based system
US5530804A (en) * 1994-05-16 1996-06-25 Motorola, Inc. Superscalar processor with plural pipelined execution units each unit selectively having both normal and debug modes
US5901312A (en) * 1994-12-13 1999-05-04 Microsoft Corporation Providing application programs with unmediated access to a contested hardware resource
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
US5699500A (en) * 1995-06-01 1997-12-16 Ncr Corporation Reliable datagram service provider for fast messaging in a clustered environment
US5612865A (en) * 1995-06-01 1997-03-18 Ncr Corporation Dynamic hashing method for optimal distribution of locks within a clustered system
US5950221A (en) * 1997-02-06 1999-09-07 Microsoft Corporation Variably-sized kernel memory stacks
US6012129A (en) * 1997-03-31 2000-01-04 International Business Machines Corporation Apparatus and method allocating virtual memory upon demand
US6360244B1 (en) * 1997-04-11 2002-03-19 Fujitsu Limited System and method for multi-level memory domain protection
DE19735948C1 (en) * 1997-08-19 1998-10-01 Siemens Nixdorf Inf Syst Method for improving controllability in data processing equipment with translation-look-aside-buffer (TLB)
US6070224A (en) 1998-04-02 2000-05-30 Emc Corporation Virtual tape system
US6260110B1 (en) 1998-04-02 2001-07-10 Emc Corporation Virtual tape system with variable size
US6496847B1 (en) * 1998-05-15 2002-12-17 Vmware, Inc. System and method for virtualizing computer systems
US6397242B1 (en) 1998-05-15 2002-05-28 Vmware, Inc. Virtualization system including a virtual machine monitor for a computer with a segmented architecture
US7137126B1 (en) * 1998-10-02 2006-11-14 International Business Machines Corporation Conversational computing via conversational virtual machine
US7516453B1 (en) * 1998-10-26 2009-04-07 Vmware, Inc. Binary translator with precise exception synchronization mechanism
US6199159B1 (en) * 1998-12-22 2001-03-06 Intel Corporation Booting an operating system
JP2002536712A (en) * 1999-01-28 2002-10-29 エーティーアイ インターナショナル エスアールエル Execution of a program for a first computer architecture on a computer of a second architecture
US7213247B1 (en) * 2000-01-10 2007-05-01 Wind River Systems, Inc. Protection domains for a computer operating system
US6990579B1 (en) * 2000-03-31 2006-01-24 Intel Corporation Platform and method for remote attestation of a platform
US7082615B1 (en) * 2000-03-31 2006-07-25 Intel Corporation Protecting software environment in isolated execution
US7818808B1 (en) * 2000-12-27 2010-10-19 Intel Corporation Processor mode for limiting the operation of guest software running on a virtual machine supported by a virtual machine monitor
JP4291964B2 (en) * 2001-04-19 2009-07-08 株式会社日立製作所 Virtual computer system
US7055038B2 (en) * 2001-05-07 2006-05-30 Ati International Srl Method and apparatus for maintaining secure and nonsecure data in a shared memory system
US7478394B1 (en) * 2001-06-04 2009-01-13 Hewlett-Packard Development Company, L.P. Context-corrupting context switching
US7103529B2 (en) * 2001-09-27 2006-09-05 Intel Corporation Method for providing system integrity and legacy environment emulation
US7200144B2 (en) * 2001-10-18 2007-04-03 Qlogic, Corp. Router and methods using network addresses for virtualization
US7130951B1 (en) * 2002-04-18 2006-10-31 Advanced Micro Devices, Inc. Method for selectively disabling interrupts on a secure execution mode-capable processor
US20080008202A1 (en) * 2002-10-31 2008-01-10 Terrell William C Router with routing processors and methods for virtualization
WO2004046934A2 (en) * 2002-11-18 2004-06-03 Arm Limited Secure memory for protecting against malicious programs
US7278030B1 (en) 2003-03-03 2007-10-02 Vmware, Inc. Virtualization system for computers having multiple protection mechanisms
CA2525578A1 (en) * 2003-05-15 2004-12-02 Applianz Technologies, Inc. Systems and methods of creating and accessing software simulated computers
US7421689B2 (en) * 2003-10-28 2008-09-02 Hewlett-Packard Development Company, L.P. Processor-architecture for facilitating a virtual machine monitor
TWI259398B (en) * 2004-02-04 2006-08-01 Sunplus Technology Co Ltd Device and method using operation mode in processor to switch register
US8024730B2 (en) * 2004-03-31 2011-09-20 Intel Corporation Switching between protected mode environments utilizing virtual machine functionality
US7401230B2 (en) * 2004-03-31 2008-07-15 Intel Corporation Secure virtual machine monitor to tear down a secure execution environment
US7707341B1 (en) 2004-05-11 2010-04-27 Advanced Micro Devices, Inc. Virtualizing an interrupt controller
US7209994B1 (en) * 2004-05-11 2007-04-24 Advanced Micro Devices, Inc. Processor that maintains virtual interrupt state and injects virtual interrupts into virtual machine guests
US7802250B2 (en) * 2004-06-28 2010-09-21 Intel Corporation Support for transitioning to a virtual machine monitor based upon the privilege level of guest software
US7640543B2 (en) * 2004-06-30 2009-12-29 Intel Corporation Memory isolation and virtualization among virtual machines
US7496743B1 (en) * 2004-11-08 2009-02-24 Sun Microsystems, Inc. Modeling operating system instances
US7757231B2 (en) * 2004-12-10 2010-07-13 Intel Corporation System and method to deprivilege components of a virtual machine monitor
US20060143417A1 (en) * 2004-12-23 2006-06-29 David Poisner Mechanism for restricting access of critical disk blocks
US7849327B2 (en) * 2005-01-19 2010-12-07 Leung Hin L Technique to virtualize processor input/output resources
US7685635B2 (en) * 2005-03-11 2010-03-23 Microsoft Corporation Systems and methods for multi-level intercept processing in a virtual machine environment
US7904903B2 (en) * 2005-06-30 2011-03-08 Intel Corporation Selective register save and restore upon context switch using trap
US8327353B2 (en) * 2005-08-30 2012-12-04 Microsoft Corporation Hierarchical virtualization with a multi-level virtualization mechanism
US9274974B1 (en) * 2005-10-21 2016-03-01 Vmware, Inc. Isolating data within a computer system using private shadow mappings
US7721068B2 (en) * 2006-06-12 2010-05-18 Oracle America, Inc. Relocation of active DMA pages
US7827374B2 (en) * 2006-06-12 2010-11-02 Oracle America, Inc. Relocating page tables
US7490214B2 (en) * 2006-06-12 2009-02-10 Sun Microsystems, Inc. Relocating data from a source page to a target page by marking transaction table entries valid or invalid based on mappings to virtual pages in kernel virtual memory address space
US7802070B2 (en) 2006-06-13 2010-09-21 Oracle America, Inc. Approach for de-fragmenting physical memory by grouping kernel pages together based on large pages
US7472249B2 (en) * 2006-06-30 2008-12-30 Sun Microsystems, Inc. Kernel memory free algorithm
US7500074B2 (en) * 2006-06-30 2009-03-03 Sun Microsystems, Inc. Identifying relocatable kernel mappings
US9740637B2 (en) 2007-10-30 2017-08-22 Vmware, Inc. Cryptographic multi-shadowing with integrity verification
US20090113111A1 (en) 2007-10-30 2009-04-30 Vmware, Inc. Secure identification of execution contexts
US8504839B2 (en) * 2008-10-27 2013-08-06 Advanced Micro Devices, Inc. Method, apparatus, and device for protecting against programming attacks and/or data corruption
US9747118B2 (en) * 2009-01-06 2017-08-29 Intel Corporation Guest-specific microcode
US9411395B2 (en) * 2013-04-18 2016-08-09 Intel Corporation Method and apparatus to control current transients in a processor
JP6030757B2 (en) * 2013-05-20 2016-11-24 株式会社日立製作所 Monitoring item control method, management computer and computer system in cloud system in which virtual environment and non-virtual environment are mixed
US9405937B2 (en) * 2013-06-28 2016-08-02 Intel Corporation Method and apparatus for securing a dynamic binary translation system
US10061940B2 (en) * 2013-07-09 2018-08-28 Andes Technology Corporation Secure protection processor and method including comparing an instruction security attribute of an instruction and a security attribute of an operational event
US9329884B2 (en) * 2014-07-11 2016-05-03 Intel Corporation Managing generated trace data for a virtual machine
US9965375B2 (en) 2016-06-28 2018-05-08 Intel Corporation Virtualizing precise event based sampling
US11455398B2 (en) 2019-03-08 2022-09-27 International Business Machines Corporation Testing storage protection hardware in a secure virtual machine environment
US11640361B2 (en) 2019-03-08 2023-05-02 International Business Machines Corporation Sharing secure memory across multiple security domains
US11283800B2 (en) 2019-03-08 2022-03-22 International Business Machines Corporation Secure interface control secure storage hardware tagging
US11176054B2 (en) 2019-03-08 2021-11-16 International Business Machines Corporation Host virtual address space for secure interface control storage
US11182192B2 (en) 2019-03-08 2021-11-23 International Business Machines Corporation Controlling access to secure storage of a virtual machine
US11531627B2 (en) 2019-03-08 2022-12-20 International Business Machines Corporation Secure storage isolation
US11068310B2 (en) 2019-03-08 2021-07-20 International Business Machines Corporation Secure storage query and donation
US11487906B2 (en) 2019-03-08 2022-11-01 International Business Machines Corporation Storage sharing between a secure domain and a non-secure entity

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1354827A (en) * 1971-08-25 1974-06-05 Ibm Data processing systems
US3858182A (en) * 1972-10-10 1974-12-31 Digital Equipment Corp Computer program protection means
FR2258112A5 (en) * 1973-11-30 1975-08-08 Honeywell Bull Soc Ind
US3916385A (en) * 1973-12-12 1975-10-28 Honeywell Inf Systems Ring checking hardware
US4351024A (en) * 1975-04-21 1982-09-21 Honeywell Information Systems Inc. Switch system base mechanism
US4084231A (en) * 1975-12-18 1978-04-11 International Business Machines Corporation System for facilitating the copying back of data in disc and tape units of a memory hierarchial system
JPS6051732B2 (en) * 1978-08-31 1985-11-15 富士通株式会社 Data processing system with data base
US4253145A (en) * 1978-12-26 1981-02-24 Honeywell Information Systems Inc. Hardware virtualizer for supporting recursive virtual computer systems on a host computer system
US4430705A (en) * 1980-05-23 1984-02-07 International Business Machines Corp. Authorization mechanism for establishing addressability to information in another address space
US4500952A (en) * 1980-05-23 1985-02-19 International Business Machines Corporation Mechanism for control of address translation by a program using a plurality of translation tables
US4507752A (en) * 1983-02-22 1985-03-26 International Business Machines Corporation In-place index compression

Also Published As

Publication number Publication date
AU584961B2 (en) 1989-06-08
EP0480546A2 (en) 1992-04-15
EP0187603A3 (en) 1989-04-26
DE3587039D1 (en) 1993-03-11
EP0480546A3 (en) 1992-09-30
US4787031A (en) 1988-11-22
EP0187603A2 (en) 1986-07-16
JPH0459654B2 (en) 1992-09-22
DE3587039T2 (en) 1993-08-19
EP0187603B1 (en) 1993-01-27
JPS61275949A (en) 1986-12-06
AU5180886A (en) 1986-07-10

Similar Documents

Publication Publication Date Title
CA1252572A (en) Computer with virtual machine mode and multiple protection rings
EP0136666B1 (en) Partitioned multiprocessor programming system
US5038281A (en) Acceleration of system interrupts between operating systems in guest-host relationship
US4814975A (en) Virtual machine system and method for controlling machines of different architectures
US5561788A (en) Method and system for executing programs using memory wrap in a multi-mode microprocessor
US4825358A (en) Method and operating system for executing programs in a multi-mode microprocessor
US4779187A (en) Method and operating system for executing programs in a multi-mode microprocessor
US6711605B2 (en) Multi OS configuration method and computer system
US4031517A (en) Emulation of target system interrupts through the use of counters
EP0192232B1 (en) Data processing apparatus
US4975836A (en) Virtual computer system
EP0150039B1 (en) I/o execution method for a virtual machine system and system therefor
EP0171859B1 (en) Memory access control device for implementing guarded regions in a memory, and memory provided with such memory access control device
US4742450A (en) Method to share copy on write segment for mapped files
RU2259582C2 (en) Method for solving conflicts concerning address space between virtual machines monitor and guest operation system
US5414848A (en) Method and apparatus for sharing a common routine stored in a single virtual machine with other virtual machines operating in a preemptive muli-tasking computer system
US5317717A (en) Apparatus and method for main memory unit protection using access and fault logic signals
Nanba et al. VM/4: ACOS-4 virtual machine architecture
US5339417A (en) Computer system with two levels of guests
EP0264216B1 (en) Implied domain addressing
US5280592A (en) Domain interlock
EP0297891B1 (en) Apparatus and method for main memory unit protection using access and fault logic signals
EP0550285A2 (en) Machine with two units of operation
Gribbin Development of 360/370 Architecture-A Plain Man's View
Reek Major trends in operating systems development

Legal Events

Date Code Title Description
MKEX Expiry