Linux Kernel
3.7.1
|
#include <uapi/asm/setup.h>
Go to the source code of this file.
Data Structures | |
struct | mem_info |
Macros | |
#define | CL_SIZE COMMAND_LINE_SIZE |
#define | MACH_IS_AMIGA (0) |
#define | MACH_IS_ATARI (0) |
#define | MACH_IS_MAC (0) |
#define | MACH_IS_SUN3 (0) |
#define | MACH_IS_APOLLO (0) |
#define | MACH_IS_MVME147 (0) |
#define | MACH_IS_MVME16x (0) |
#define | MACH_IS_BVME6000 (0) |
#define | MACH_IS_HP300 (0) |
#define | MACH_IS_Q40 (0) |
#define | MACH_IS_SUN3X (0) |
#define | MACH_TYPE (m68k_machtype) |
#define | CPU_IS_020 (0) |
#define | MMU_IS_851 (0) |
#define | MMU_IS_SUN3 (0) |
#define | CPU_IS_030 (0) |
#define | MMU_IS_030 (0) |
#define | CPU_IS_040 (0) |
#define | MMU_IS_040 (0) |
#define | CPU_IS_060 (0) |
#define | MMU_IS_060 (0) |
#define | CPU_IS_020_OR_030 (0) |
#define | CPU_IS_040_OR_060 (0) |
#define | CPU_IS_COLDFIRE (0) |
#define | CPU_TYPE (m68k_cputype) |
#define | FPU_IS_EMU (0) |
#define | NUM_MEMINFO 4 |
Variables | |
unsigned long | m68k_machtype |
unsigned long | m68k_cputype |
unsigned long | m68k_fputype |
unsigned long | m68k_mmutype |
int | m68k_is040or060 |
int | m68k_num_memory |
int | m68k_realnum_memory |
struct mem_info | m68k_memory [NUM_MEMINFO] |
#define CL_SIZE COMMAND_LINE_SIZE |
#define CPU_TYPE (m68k_cputype) |
#define MACH_TYPE (m68k_machtype) |
unsigned long m68k_cputype |
Definition at line 54 of file setup_mm.c.
unsigned long m68k_fputype |
Definition at line 56 of file setup_mm.c.
int m68k_is040or060 |
Definition at line 64 of file setup_mm.c.
unsigned long m68k_machtype |
Definition at line 52 of file setup_mm.c.
struct mem_info m68k_memory[NUM_MEMINFO] |
Definition at line 74 of file setup_mm.c.
unsigned long m68k_mmutype |
Definition at line 57 of file setup_mm.c.
int m68k_num_memory |
Definition at line 69 of file setup_mm.c.
int m68k_realnum_memory |
Definition at line 71 of file setup_mm.c.