cpu.h (5683750909fb407261b5ad00fed4ad9460ab6845) cpu.h (8fc5239e1f8df617147dfe9761dd78291fea78d7)
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

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

297 struct {
298 bool stackprot;
299 uint32_t base_vectors;
300 uint8_t use_fpu;
301 uint8_t use_hw_mul;
302 bool use_barrel;
303 bool use_div;
304 bool use_msr_instr;
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

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

297 struct {
298 bool stackprot;
299 uint32_t base_vectors;
300 uint8_t use_fpu;
301 uint8_t use_hw_mul;
302 bool use_barrel;
303 bool use_div;
304 bool use_msr_instr;
305 bool use_pcmp_instr;
305 bool use_mmu;
306 bool dcache_writeback;
307 bool endi;
308 char *version;
309 uint8_t pvr;
310 } cfg;
311
312 CPUMBState env;

--- 78 unchanged lines hidden ---
306 bool use_mmu;
307 bool dcache_writeback;
308 bool endi;
309 char *version;
310 uint8_t pvr;
311 } cfg;
312
313 CPUMBState env;

--- 78 unchanged lines hidden ---