z/Architecture

From Wikipedia, the free encyclopedia
z/Architecture
DesignerIBM
Bits64-bit
Introduced2000; 21 years ago (2000)
VersionARCHLVL 2 and ARCHLVL 3 (2008)
DesignCISC
TypeRegister–Register
Register–Memory
Memory–Memory
EncodingVariable (2, 4 or 6 bytes long)
BranchingCondition code, indexing, counting
EndiannessBig
PredecessorESA/390
Registers
General purpose16× 64-bit
Floating point16× 64-bit
Vector32× 128-bit

z/Architecture, initially and briefly called ESA Modal Extensions (ESAME), is IBM's 64-bit CISC instruction set architecture implemented by its mainframe computers. IBM introduced its first z/Architecture-based system, the z900, in late 2000.[1] Later z/Architecture systems include the IBM z800, z990, z890, System z9, System z10, zEnterprise 196, zEnterprise 114, zEC12, zBC12, z13, z14 and z15.

z/Architecture retains backward compatibility with previous 32-bit-data/31-bit-addressing architecture ESA/390 and its predecessors all the way back to the 32-bit-data/24-bit-addressing System/360. The IBM z13 is the last z Systems server to support running an operating system in ESA/390 architecture mode.[2] However, all 24-bit and 31-bit problem-state application programs originally written to run on the ESA/390 architecture will be unaffected by this change.

Each z/OS address space, called a 64-bit address space, is 16 exabytes in size.

Code (or mixed) spaces[]

Most[citation needed] operating systems for the z/Architecture, including z/OS, generally restrict code execution to the first 2 GB (31 address bits, or 231 addressable bytes) of each virtual address space for reasons of efficiency and compatibility rather than because of architectural limits. The z/OS implementation of the Java programming language is an exception. The z/OS's virtual memory implementation supports multiple 2 GB address spaces, permitting more than 2 GB of concurrently resident program code. The 64-bit version of Linux on IBM Z allows code to execute within 64-bit address ranges.

Data-only spaces[]

For programmers who need to store large amounts of data, the 64-bit address space usually suffices.[citation needed]

Dataspaces and hiperspaces[]

Applications that need more than a 16 exabyte data address space can employ extended addressability techniques, using additional address spaces or data-only spaces. The data-only spaces that are available for user programs are called:

  • dataspaces (sometimes referred to as "data spaces")[3][4] and
  • hiperspaces (High performance space).[5][6]

These spaces are similar in that both are areas of virtual storage that a program can create, and can be up to 2 gigabytes. Unlike an address space, a dataspace or hiperspace contains only user data; it does not contain system control blocks or common areas. Program code cannot run in a dataspace or a hiperspace.[7]

A dataspace differs from a hiperspace in that dataspaces are byte-addressable, whereas hiperspaces are page-addressable.

IBM mainframe expanded storage[]

Traditionally IBM Mainframe memory has been byte-addressable. This kind of memory is termed "Central Storage". IBM Mainframe processors through much of the 1980s and 1990s supported another kind of memory: Expanded Storage.

Expanded Storage is 4KB-page addressable. When an application wants to access data in Expanded Storage it must first be moved into Central Storage. Similarly, data movement from Central Storage to Expanded Storage is done in multiples of 4KB pages. Initially page movement was performed using relatively expensive instructions, by paging subsystem code.

The overhead of moving single and groups of pages between Central and Expanded Storage was reduced with the introduction of the MVPG (Move Page) instruction and the ADMF (Asynchronous Data Mover Facility) capability.

The MVPG instruction and ADMF are explicitly invoked—generally by middleware in z/OS or z/VM (and ACP?)—to access data in expanded storage. Some uses are namely:

  • MVPG is used by VSAM Local Shared Resources (LSR) buffer pool management to access buffers in a hiperspace in Expanded Storage.
  • Both MVPG and ADMF are used by DB2 to access hiperpools. Hiperpools are portions of a buffer pool located in a hiperspace.
  • VM Minidisk Caching.

Until the mid-1990s Central and Expanded Storage were physically different areas of memory on the processor. Since the mid-1990s Central and Expanded Storage were merely assignment choices for the underlying processor memory. These choices were made based on specific expected uses: For example, Expanded Storage is required for the Hiperbatch function (which uses the MVPG instruction to access its hiperspaces).

In addition to the hiperspace and paging cases mentioned above there are other uses of expanded storage, including:

  • Virtual I/O (VIO) to Expanded Storage which stored temporary data sets in simulated devices in Expanded Storage. (This function has been replaced by VIO in Central Storage.)
  • VM Minidisk Caching.

z/OS removed the support for Expanded Storage. All memory in z/OS is now Central Storage. z/VM 6.4 fulfills Statement of Direction to drop support for all use of Expanded Storage.

MVPG and ADMF[]

MVPG[]

IBM described MVPG as "moves a single page and the central processor cannot execute any other instructions until the page move is completed."[8]

The MVPG mainframe instruction[9] (MoVe PaGe, opcode X'B254') has been compared to the MVCL (MoVe Character Long) instruction, both of which can move more than 256 bytes within main memory using a single instruction. These instructions do not comply with definitions for atomicity, although they can be used as a single instruction within documented timing and non-overlap restrictions.[10]: Note 8, page 7–27[11]

The need to move more than 256 bytes within main memory had historically been addressed with software[12] (MVC loops), MVCL,[13] which was introduced with the 1970 announcement of the System/370, and MVPG, patented[14] and announced by IBM in 1989, each have advantages.[15]

ADMF[]

ADMF (Asynchronous Data Mover Facility), which was introduced in 1992, goes beyond the capabilities of the MVPG (Move Page) instruction, which is limited to a single page,[16] and can move groups of pages between Central and Expanded Storage.

A macro instruction named IOSADMF, which has been described as an API that avoids "direct, low-level use of ADMF,"[17][18] can be used to read[NB 1] or write data to or from a hiperspace.[19] Hiperspaces are created using DSPSERV CREATE.

To provide reentrancy, IOSADMF is used together with a "List form" and "Execute form."[20]

z/Architecture operating systems[]

The z/VSE Version 4, z/TPF Version 1 and z/VM Version 5 operating systems, and presumably their successors, require z/Architecture.

z/Architecture supports running multiple concurrent operating systems and applications even if they use different address sizes. This allows software developers to choose the address size that is most advantageous for their applications and data structures.

Platform Solutions Inc. (PSI) previously marketed Itanium-based servers which were compatible with z/Architecture. IBM bought PSI in July 2008, and the PSI systems are no longer available.[21] , and the Hercules emulator also implement z/Architecture. Hitachi mainframes running newer releases of the VOS3 operating system implement ESA/390 plus Hitachi-unique CPU instructions, including a few 64-bit instructions. While Hitachi was likely inspired by z/Architecture, and formally collaborated with IBM on the z900-G2/z800 CPUs introduced in 2002, Hitachi's machines are not z/Architecture-compatible.

On July 7, 2009, IBM on occasion of announcing a new version of one of its operating systems implicitly stated that Architecture Level Set 4 (ALS 4) exists, and is implemented on the System z10 and subsequent machines.[22][23] The ALS 4 is also specified in LOADxx as ARCHLVL 3, whereas the earlier z900, z800, z990, z890, System z9 specified ARCHLVL 2. Earlier announcements of System z10 simply specified that it implements z/Architecture with some additions: 50+ new machine instructions, 1 MB page frames, and hardware decimal floating point unit (HDFU).[24][25]

Notes[]

  1. ^ AREAD - transfer data from a hiperspace to the program's primary address space.

References[]

  1. ^ Development and Attributes of z/Architecture, IBM Journal of Research and Development, 2002.
  2. ^ Accommodate functions for the z13 server to be discontinued on future servers
  3. ^ Hoskins, Jim; Frank, Bob (2002). Exploring IBM Eserver Zseries and S/390 Servers. Maximum Press. p. 26. ISBN 1885068913. VM Data Spaces architecture is standard on all System/390 processors.
  4. ^ "CA Defends VSE Policy". InformationWeek. October 21, 1991. p. 15. Computer Associates International is now providing data space technology to VSE/ESA or System/370 users.
  5. ^ "Analyzing data in memory". IBM (Rochester). IBM.
  6. ^ Hemanth Nandas (October 15, 2007). "What is hiperspace? Which was the first OS to support hiperspace?". Newsgroupibmmainframes.com. HIGH PERFORMANCE SPACE or "High Performance Dataspace" (author Anuj Dhawan, same date)
  7. ^ http://idcp.marist.edu/pdfs/ztidbitz/54%20zTidBits%20(zOS%20ExtendedAddressability).pdf
  8. ^ US 5442802  Asynchronous co-processor data mover method and means
  9. ^ "HLASM - MVPG = MoVe PaGe".
  10. ^ MOVE LONG, note 8."GA22-7000-10, IBM System/370, Principles of Operation" (PDF).
  11. ^ "things are done immediately, and there is no chance of the instruction being half-completed or of another being interspersed. Used especially to convey that an operation cannot be interrupted.""Atomic from FOLDOC".
  12. ^ "$MVCL – Move more than 256 bytes of storage".
  13. ^ "Move Long".
  14. ^ US 5237668  Process using virtual addressing in a non-privileged instruction to control the copying of a page of data in or between multiple media
  15. ^ "MVPG faster than MVCL for aligned pages?". IBM-MAIN (Mailing list).
  16. ^ IBM's patent EP0549924A1 describes MVPG as "moves a single page."
  17. ^ "admf". IBM-MAIN (Mailing list).
  18. ^ http://ppdbooks.pok.ibm.com:80/cgi-bin/bookmgr/bookmgr.cmd/BOOKS/DZ9AR003
  19. ^ z/OS MVS Programming: Extended Addressability Guide - SA23-1394-00
  20. ^ "IOSADMF — Transfer hiperspace data".
  21. ^ "IBM Acquires Platform Solutions" (Press release). IBM. 2008-07-02. Retrieved 2008-09-06.
  22. ^ Preview: IBM z/VM V6.1 - Foundation for future virtualization growth, IBM United States Software Announcement 209-207, dated July 7, 2009
  23. ^ ALS 1 was 9672 G2; ALS 2 was 9672 G5; ALS 3 was the original z/Architecture:"IBM CMOS Processor Table".
  24. ^ "IBM System z10 Business Class (z10 BC) Reference Guide" (PDF). 2008.
  25. ^ z/Architecture Principles of Operation

Further reading[]

Retrieved from ""