Home
last modified time | relevance | path

Searched defs:TOLUD (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/coreboot/src/northbridge/intel/ironlake/registers/
H A Dhost_bridge.h25 #define TOLUD 0xb0 macro
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/include/soc/
H A Dsystemagent.h31 #define TOLUD 0xbc /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/northbridge/intel/pineview/
H A Dhostbridge_regs.h44 #define TOLUD 0xb0 /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/registers/
H A Dhost_bridge.h49 #define TOLUD 0xbc /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/
H A Dsystemagent.h24 #define TOLUD 0xbc /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/registers/
H A Dhost_bridge.h61 #define TOLUD 0xbc /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/include/soc/
H A Dsystemagent.h74 #define TOLUD 0xbc /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/
H A Di945.h52 #define TOLUD 0x9c /* Top of Low Used Memory */ macro
/aosp_15_r20/external/coreboot/src/northbridge/intel/gm45/
H A Draminit.c1490 unsigned int TOLUD = (TOMminusME < MMIOstart) ? TOMminusME : MMIOstart; in program_memory_map() local