cpu-param.h (fd87be1dada5672f877e03c2ca8504458292c479) | cpu-param.h (b14d0649628cbe88ac0ef35fcf58cd1fc22735b8) |
---|---|
1/* 2 * MicroBlaze cpu parameters for qemu. 3 * 4 * Copyright (c) 2009 Edgar E. Iglesias | 1/* 2 * MicroBlaze cpu parameters for qemu. 3 * 4 * Copyright (c) 2009 Edgar E. Iglesias |
5 * SPDX-License-Identifier: LGPL-2.0+ | 5 * SPDX-License-Identifier: LGPL-2.0-or-later |
6 */ 7 8#ifndef MICROBLAZE_CPU_PARAM_H 9#define MICROBLAZE_CPU_PARAM_H 10 11/* 12 * While system mode can address up to 64 bits of address space, 13 * this is done via the lea/sea instructions, which are system-only --- 22 unchanged lines hidden --- | 6 */ 7 8#ifndef MICROBLAZE_CPU_PARAM_H 9#define MICROBLAZE_CPU_PARAM_H 10 11/* 12 * While system mode can address up to 64 bits of address space, 13 * this is done via the lea/sea instructions, which are system-only --- 22 unchanged lines hidden --- |