cpu.h (b07c59f7c8df6efc24576f07622b61ad115468e6) cpu.h (26cd35b8613881c410d5226e6dc56e7bfb4b83d1)
1/*
2 * PowerPC emulation cpu definitions for qemu.
3 *
4 * Copyright (c) 2003-2007 Jocelyn Mayer
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

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

1085 powerpc_input_t bus_model;
1086 int bfd_mach;
1087 uint32_t flags;
1088 uint64_t insns_flags;
1089 uint64_t insns_flags2;
1090#if defined(TARGET_PPC64)
1091 ppc_slb_t vrma_slb;
1092 target_ulong rmls;
1/*
2 * PowerPC emulation cpu definitions for qemu.
3 *
4 * Copyright (c) 2003-2007 Jocelyn Mayer
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

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

1085 powerpc_input_t bus_model;
1086 int bfd_mach;
1087 uint32_t flags;
1088 uint64_t insns_flags;
1089 uint64_t insns_flags2;
1090#if defined(TARGET_PPC64)
1091 ppc_slb_t vrma_slb;
1092 target_ulong rmls;
1093 bool ci_large_pages;
1094#endif
1095
1096#if defined(TARGET_PPC64) && !defined(CONFIG_USER_ONLY)
1097 uint64_t vpa_addr;
1098 uint64_t slb_shadow_addr, slb_shadow_size;
1099 uint64_t dtl_addr, dtl_size;
1100#endif /* TARGET_PPC64 */
1101

--- 1446 unchanged lines hidden ---
1093#endif
1094
1095#if defined(TARGET_PPC64) && !defined(CONFIG_USER_ONLY)
1096 uint64_t vpa_addr;
1097 uint64_t slb_shadow_addr, slb_shadow_size;
1098 uint64_t dtl_addr, dtl_size;
1099#endif /* TARGET_PPC64 */
1100

--- 1446 unchanged lines hidden ---