cpu.h (d1e8e8ecc3d2a1a72504912d671f1cbbac1b06e5) cpu.h (1f5c00cfdb8114c1e3a13426588ceb64f82c9ddb)
1/*
2 * S/390 virtual CPU header
3 *
4 * Copyright (c) 2009 Ulrich Hecht
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 125 unchanged lines hidden (view full) ---

134 uint64_t pfault_compare;
135 uint64_t pfault_select;
136
137 uint64_t gbea;
138 uint64_t pp;
139
140 uint8_t riccb[64];
141
1/*
2 * S/390 virtual CPU header
3 *
4 * Copyright (c) 2009 Ulrich Hecht
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 125 unchanged lines hidden (view full) ---

134 uint64_t pfault_compare;
135 uint64_t pfault_select;
136
137 uint64_t gbea;
138 uint64_t pp;
139
140 uint8_t riccb[64];
141
142 /* Fields up to this point are cleared by a CPU reset */
143 struct {} end_reset_fields;
144
142 CPU_COMMON
143
145 CPU_COMMON
146
144 /* reset does memset(0) up to here */
145
146 uint32_t cpu_num;
147 uint32_t machine_type;
148
149 uint64_t tod_offset;
150 uint64_t tod_basetime;
151 QEMUTimer *tod_timer;
152
153 QEMUTimer *cpu_timer;

--- 1143 unchanged lines hidden ---
147 uint32_t cpu_num;
148 uint32_t machine_type;
149
150 uint64_t tod_offset;
151 uint64_t tod_basetime;
152 QEMUTimer *tod_timer;
153
154 QEMUTimer *cpu_timer;

--- 1143 unchanged lines hidden ---