PSA Mapping: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Created page with "The PSA contains relevant information for the CPU to function. {| class="wikitable" |- ! Name ! Real Address ! Usage |- | FLCESICODE | 0x8A | Service Call Interrupt code |- ...")
 
No edit summary
 
Line 54: Line 54:
== See also ==
== See also ==
=== External Links ===
=== External Links ===
* https://www.ibm.com/docs/en/zos/2.2.0?topic=information-ihapsae-mapping IHAPSAE mapping
* [https://www.ibm.com/docs/en/zos/2.2.0?topic=information-ihapsae-mapping IHAPSAE mapping]


[[Category:S390]]
[[Category:S390]]

Latest revision as of 19:05, 15 October 2021

The PSA contains relevant information for the CPU to function.

Name Real Address Usage
FLCESICODE 0x8A Service Call Interrupt code
FLCENPSW 0x58 External New PSW
FLCEOPSW 0x18 External Old PSW
FLCSNPSW 0x60 Service New PSW
FLCSOPSW 0x20 Service Old PSW
FLCMNPSW 0x70 Machine Check New PSW
FLCPNPSW 0x68 Program Check New PSW
FLCPOPSW 0x28 Program Check Old PSW
FLCIOA 0xB8 Booting device SCHID
FLCGRSAV 0x180 General Register Save Area. Used by the kernel to save problem-state space registers.
FLCCRSAV 0x1C0 Control Register Save Area. Used by the kernel to save kernel-space registers.

See also

External Links