Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pcb_struct |
struct | percpu_struct |
struct | procdesc_struct |
struct | vf_map_struct |
struct | crb_struct |
struct | memclust_struct |
struct | memdesc_struct |
struct | dsr_struct |
struct | hwrpb_struct |
Macros | |
#define | INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) |
#define | EV3_CPU 1 /* EV3 */ |
#define | EV4_CPU 2 /* EV4 (21064) */ |
#define | LCA4_CPU 4 /* LCA4 (21066/21068) */ |
#define | EV5_CPU 5 /* EV5 (21164) */ |
#define | EV45_CPU 6 /* EV4.5 (21064/xxx) */ |
#define | EV56_CPU 7 /* EV5.6 (21164) */ |
#define | EV6_CPU 8 /* EV6 (21264) */ |
#define | PCA56_CPU 9 /* PCA56 (21164PC) */ |
#define | PCA57_CPU 10 /* PCA57 (notyet) */ |
#define | EV67_CPU 11 /* EV67 (21264A) */ |
#define | EV68CB_CPU 12 /* EV68CB (21264C) */ |
#define | EV68AL_CPU 13 /* EV68AL (21264B) */ |
#define | EV68CX_CPU 14 /* EV68CX (21264D) */ |
#define | EV7_CPU 15 /* EV7 (21364) */ |
#define | EV79_CPU 16 /* EV79 (21364??) */ |
#define | EV69_CPU 17 /* EV69 (21264/EV69A) */ |
#define | ST_ADU 1 /* Alpha ADU systype */ |
#define | ST_DEC_4000 2 /* Cobra systype */ |
#define | ST_DEC_7000 3 /* Ruby systype */ |
#define | ST_DEC_3000_500 4 /* Flamingo systype */ |
#define | ST_DEC_2000_300 6 /* Jensen systype */ |
#define | ST_DEC_3000_300 7 /* Pelican systype */ |
#define | ST_DEC_2100_A500 9 /* Sable systype */ |
#define | ST_DEC_AXPVME_64 10 /* AXPvme system type */ |
#define | ST_DEC_AXPPCI_33 11 /* NoName system type */ |
#define | ST_DEC_TLASER 12 /* Turbolaser systype */ |
#define | ST_DEC_2100_A50 13 /* Avanti systype */ |
#define | ST_DEC_MUSTANG 14 /* Mustang systype */ |
#define | ST_DEC_ALCOR 15 /* Alcor (EV5) systype */ |
#define | ST_DEC_1000 17 /* Mikasa systype */ |
#define | ST_DEC_EB64 18 /* EB64 systype */ |
#define | ST_DEC_EB66 19 /* EB66 systype */ |
#define | ST_DEC_EB64P 20 /* EB64+ systype */ |
#define | ST_DEC_BURNS 21 /* laptop systype */ |
#define | ST_DEC_RAWHIDE 22 /* Rawhide systype */ |
#define | ST_DEC_K2 23 /* K2 systype */ |
#define | ST_DEC_LYNX 24 /* Lynx systype */ |
#define | ST_DEC_XL 25 /* Alpha XL systype */ |
#define | ST_DEC_EB164 26 /* EB164 systype */ |
#define | ST_DEC_NORITAKE 27 /* Noritake systype */ |
#define | ST_DEC_CORTEX 28 /* Cortex systype */ |
#define | ST_DEC_MIATA 30 /* Miata systype */ |
#define | ST_DEC_XXM 31 /* XXM systype */ |
#define | ST_DEC_TAKARA 32 /* Takara systype */ |
#define | ST_DEC_YUKON 33 /* Yukon systype */ |
#define | ST_DEC_TSUNAMI 34 /* Tsunami systype */ |
#define | ST_DEC_WILDFIRE 35 /* Wildfire systype */ |
#define | ST_DEC_CUSCO 36 /* CUSCO systype */ |
#define | ST_DEC_EIGER 37 /* Eiger systype */ |
#define | ST_DEC_TITAN 38 /* Titan systype */ |
#define | ST_DEC_MARVEL 39 /* Marvel systype */ |
#define | ST_UNOFFICIAL_BIAS 100 |
#define | ST_DTI_RUFFIAN 101 /* RUFFIAN systype */ |
#define | ST_API_BIAS 200 |
#define | ST_API_NAUTILUS 201 /* UP1000 systype */ |
#define INIT_HWRPB ((struct hwrpb_struct *) 0x10000000) |