Английская Википедия:IBM System/370-XA
Шаблон:Infobox CPU architecture
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
IBM System/370-XA is an instruction set architecture introduced by IBM in 1983 with the IBM 308X processors. It extends the IBM System/370 architecture to support 31-bit virtual and physical addresses, and includes a redesigned I/O architecture.
31-bit virtual addressing
In the System/360, other than the 360/67, and System/370 architectures, the general-purpose registers were 32 bits wide, the machine did 32-bit arithmetic operations, and addresses were always stored in 32-bit words, so the architecture was considered 32-bit, but the machines ignored the top 8 bits of the address resulting in 24-bit addressing. Much of System/360's and System/370's large installed code base relied on a 24-bit logical address; In particular, a heavily used machine instruction, Шаблон:Code, Load Address, explicitly cleared the top eight bits of the address being placed in a register. If the 24-bit limit were to be removed, this would create migration problems for existing software.
This was addressed by adding an addressing mode bit to the Program Status Word controlling whether the program runs in 24-bit mode, in which the top eight bits of virtual addresses are ignored, or 31-bit mode, in which only the uppermost bit of virtual addresses are ignored.[2]Шаблон:Rp[1]Шаблон:Rp Several reasons were given for the choice of 31 bits instead of 32 bits:
- The desire to retain the high-order bit as a "control or escape bit."[2]Шаблон:Rp In particular, the standard subroutine calling convention marked the final parameter word by setting its high bit.[3]
- Interaction between 32-bit addresses and two loop control instructions, Шаблон:Code and Шаблон:Code that treated their arguments as signed numbers when doing comparisons (and which was said to be the reason TSS used 31-bit addressing on the Model 67).[4]Шаблон:Rp
- Input from key initial Model 67 sites, which had debated the alternatives during the initial system design period, and had recommended 31 bits (instead of the 32-bit design that was ultimately chosen at the time).[4]Шаблон:Rp
Certain machine instructions in this 31-bit addressing mode alter the addressing mode bit. For example, the original subroutine call instructions Шаблон:Code, Branch and Link, and its register-register equivalent, Шаблон:Code, Branch and Link Register, store certain status information, the instruction length code,Шаблон:Efn the condition code and the program mask, in the top byte of the return address. A Шаблон:Code, Branch and Save, instruction was added to allow 31-bit return addresses. Шаблон:Code, and its register-register equivalent, Шаблон:Code, Branch and Save Register, was part of the instruction set of the 360/67, which was the only System/360 model to allow addresses longer than 24 bits. These instructions were maintained, but were modified and extended for 31-bit addressing.
Additional instructions in support of allowing calls between 24-bit-addressing and 31-bit-addressing code include two new register-register call/return instructions which also effect an addressing mode change, Шаблон:Code, Branch and Save and Set Mode,[5] the 24/31 bit version of a call where the linkage address including the mode is saved and a branch is taken to an address in a possibly different mode, and Шаблон:Code, Branch and Set Mode, the 24/31 bit version of a return, where the return is directly to the previously saved linkage address and in its previous mode. Taken together, Шаблон:Code and Шаблон:Code allow 24-bit calls to 31-bit (and return to 24-bit), 31-bit calls to 24-bit (and return to 31-bit), 24-bit calls to 24-bit (and return to 24-bit) and 31-bit calls to 31-bit (and return to 31-bit).[2]Шаблон:Rp
Like Шаблон:Code (the 24-bit-only form of a call), Шаблон:Code is used as Шаблон:Code, where the linkage address and mode are saved in register 14, and a branch is taken to the subroutine address and mode specified in register 15. Somewhat similarly to Шаблон:Code (the 24-bit-only form of an unconditional return), Шаблон:Code is used as Шаблон:Code, where 0 indicates that the current mode is not saved (the program is leaving the subroutine, anyway), and a return to the caller at the address and mode specified in register 14 is to be taken.[6]
31-bit physical addressing
System/370 initially supported only 24-bit physical addresses; the extended real address feature extended this to 26-bit addresses.[7]
System/370-XA changed the page table entry format to support 19 bits of page frame address; pages are 4 KB in 370-XA, so combining a 19-bit page frame address with a 12-bit offset within the page produces a 31-bit physical address.[1]Шаблон:Rp Channel command words can be in one of two formats, with format 0 being the System/370 format, with a 24-bit data address, and format 1 being an additional format, with a 31-bit data address.[2]Шаблон:Rp[1]Шаблон:Rp
I/O
Шаблон:Expand section System/370-XA introduced a channel subsystem that performed I/O queuing previously done by the operating system.
Notes
References
- ↑ 1,0 1,1 1,2 1,3 1,4 Шаблон:Cite book
- ↑ 2,0 2,1 2,2 2,3 Шаблон:Cite journal
- ↑ Шаблон:Cite web
- ↑ 4,0 4,1 Шаблон:Cite conference
- ↑ Шаблон:Cite web
- ↑ See Шаблон:Cite book, for extensive examples of the use of BAS, BASR, BASSM and BSM, in particular, pp. 29–30.
- ↑ Шаблон:Cite book
- Английская Википедия
- IBM System/360 mainframe line
- Computing platforms
- Computer-related introductions in 1983
- Products and services discontinued in 1988
- 32-bit computers
- Страницы, где используется шаблон "Навигационная таблица/Телепорт"
- Страницы с телепортом
- Википедия
- Статья из Википедии
- Статья из Английской Википедии