Lines Matching +full:0 +full:xa0000
35 * 0xa0000 - 0xbffff compatible SMRAM
37 * 0xc0000 - 0xc3fff Expansion area memory segments
38 * 0xc4000 - 0xc7fff
39 * 0xc8000 - 0xcbfff
40 * 0xcc000 - 0xcffff
41 * 0xd0000 - 0xd3fff
42 * 0xd4000 - 0xd7fff
43 * 0xd8000 - 0xdbfff
44 * 0xdc000 - 0xdffff
45 * 0xe0000 - 0xe3fff Extended System BIOS Area Memory Segments
46 * 0xe4000 - 0xe7fff
47 * 0xe8000 - 0xebfff
48 * 0xec000 - 0xeffff
50 * 0xf0000 - 0xfffff System BIOS Area Memory Segments
55 #define SMRAM_C_BASE 0xa0000
56 #define SMRAM_C_END 0xc0000
57 #define SMRAM_C_SIZE 0x20000
59 #define PAM_EXPAN_BASE 0xc0000
60 #define PAM_EXPAN_SIZE 0x04000
62 #define PAM_EXBIOS_BASE 0xe0000
63 #define PAM_EXBIOS_SIZE 0x04000
65 #define PAM_BIOS_BASE 0xf0000
66 #define PAM_BIOS_END 0xfffff
68 #define PAM_BIOS_SIZE 0x10000
80 #define SMRAM_C_BASE_SEG_MASK ((uint8_t)0x7)
81 #define SMRAM_C_BASE_SEG ((uint8_t)0x2) /* hardwired to b010 */