cpu.h (78e9caf2f9410c8b90bb6d5a6449c750056c3f8a) | cpu.h (5a8e01366c5dfe93f608e7d37f385962495d5161) |
---|---|
1/* 2 * MicroBlaze virtual CPU header 3 * 4 * Copyright (c) 2009 Edgar E. Iglesias 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 --- 226 unchanged lines hidden (view full) --- 235 uint32_t bimm; 236 237 uint32_t imm; 238 uint32_t regs[32]; 239 uint64_t pc; 240 uint64_t msr; 241 uint64_t ear; 242 uint64_t esr; | 1/* 2 * MicroBlaze virtual CPU header 3 * 4 * Copyright (c) 2009 Edgar E. Iglesias 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 --- 226 unchanged lines hidden (view full) --- 235 uint32_t bimm; 236 237 uint32_t imm; 238 uint32_t regs[32]; 239 uint64_t pc; 240 uint64_t msr; 241 uint64_t ear; 242 uint64_t esr; |
243 uint64_t fsr; |
|
243 uint64_t sregs[14]; 244 float_status fp_status; 245 /* Stack protectors. Yes, it's a hw feature. */ 246 uint32_t slr, shr; 247 248 /* lwx/swx reserved address */ 249#define RES_ADDR_NONE 0xffffffff /* Use 0xffffffff to indicate no reservation */ 250 target_ulong res_addr; --- 136 unchanged lines hidden --- | 244 uint64_t sregs[14]; 245 float_status fp_status; 246 /* Stack protectors. Yes, it's a hw feature. */ 247 uint32_t slr, shr; 248 249 /* lwx/swx reserved address */ 250#define RES_ADDR_NONE 0xffffffff /* Use 0xffffffff to indicate no reservation */ 251 target_ulong res_addr; --- 136 unchanged lines hidden --- |