cpu-param.h (fd87be1dada5672f877e03c2ca8504458292c479) | cpu-param.h (b14d0649628cbe88ac0ef35fcf58cd1fc22735b8) |
---|---|
1/* 2 * i386 cpu parameters for qemu. 3 * 4 * Copyright (c) 2003 Fabrice Bellard | 1/* 2 * i386 cpu parameters for qemu. 3 * 4 * Copyright (c) 2003 Fabrice Bellard |
5 * SPDX-License-Identifier: LGPL-2.0+ | 5 * SPDX-License-Identifier: LGPL-2.0-or-later |
6 */ 7 8#ifndef I386_CPU_PARAM_H 9#define I386_CPU_PARAM_H 10 11#ifdef TARGET_X86_64 12# define TARGET_LONG_BITS 64 13# define TARGET_PHYS_ADDR_SPACE_BITS 52 --- 17 unchanged lines hidden --- | 6 */ 7 8#ifndef I386_CPU_PARAM_H 9#define I386_CPU_PARAM_H 10 11#ifdef TARGET_X86_64 12# define TARGET_LONG_BITS 64 13# define TARGET_PHYS_ADDR_SPACE_BITS 52 --- 17 unchanged lines hidden --- |