cpu.h (199c42a6a16ba32b5684e679df949cf29024b0cf) | cpu.h (703d03a4aaf38f285555ef5422ba5ce075416fc4) |
---|---|
1/* 2 * S/390 virtual CPU header 3 * 4 * For details on the s390x architecture and used definitions (e.g., 5 * PSW, PER and DAT (Dynamic Address Translation)), please refer to 6 * the "z/Architecture Principles of Operations" - a.k.a. PoP. 7 * 8 * Copyright (c) 2009 Ulrich Hecht --- 73 unchanged lines hidden (view full) --- 82 83 S390CrashReason crash_reason; 84 85 uint64_t cc_src; 86 uint64_t cc_dst; 87 uint64_t cc_vr; 88 89 uint64_t ex_value; | 1/* 2 * S/390 virtual CPU header 3 * 4 * For details on the s390x architecture and used definitions (e.g., 5 * PSW, PER and DAT (Dynamic Address Translation)), please refer to 6 * the "z/Architecture Principles of Operations" - a.k.a. PoP. 7 * 8 * Copyright (c) 2009 Ulrich Hecht --- 73 unchanged lines hidden (view full) --- 82 83 S390CrashReason crash_reason; 84 85 uint64_t cc_src; 86 uint64_t cc_dst; 87 uint64_t cc_vr; 88 89 uint64_t ex_value; |
90 uint64_t ex_target; |
|
90 91 uint64_t __excp_addr; 92 uint64_t psa; 93 94 uint32_t int_pgm_code; 95 uint32_t int_pgm_ilen; 96 97 uint32_t int_svc_code; --- 750 unchanged lines hidden --- | 91 92 uint64_t __excp_addr; 93 uint64_t psa; 94 95 uint32_t int_pgm_code; 96 uint32_t int_pgm_ilen; 97 98 uint32_t int_svc_code; --- 750 unchanged lines hidden --- |