HomeSort by relevance Sort by last modified time
    Searched refs:RAM_SIZE (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/ld/emulparams/
msp430X.sh 7 RAM_SIZE=0x30000
msp430elf.sh 17 RAM_SIZE=1K
m68hc11elf.sh 7 RAM_SIZE=0x6F00
m68hc12elf.sh 7 RAM_SIZE=0x6F00
xgateelf.sh 7 RAM_SIZE=0x6F00
arcv2elf.sh 11 RAM_SIZE=2M
  /external/ltp/testcases/kernel/device-drivers/zram/
zram01.sh 38 RAM_SIZE=$(awk '/MemTotal:/ {print $2}' /proc/meminfo)
39 if [ "$RAM_SIZE" -lt 1048576 ]; then
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elfarcv2.sc 111 DCCM : ORIGIN = ${RAM_START_ADDR}, LENGTH = ${RAM_SIZE}
115 PROVIDE (__stack_top = (${RAM_START_ADDR} + ${RAM_SIZE} - 1) & -4);
116 PROVIDE (__end_heap = ${RAM_START_ADDR} + ${RAM_SIZE} - 1);
  /external/syslinux/gpxe/src/drivers/net/
eepro.c 138 #define RAM_SIZE 0x8000
147 #define XMT_RAM (RAM_SIZE - RCV_RAM)
149 #define XMT_START ((rcv_start + RCV_RAM) % RAM_SIZE)
cs89x0.h 334 #define RAM_SIZE 0x1000 /* The card has 4k bytes or RAM */
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 39 #define RAM_SIZE 0x10000000u //256MB ought to be enough for everyone
44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
postprocess_elf.c 41 #define RAM_SIZE 0x10000000 //256MB ought to be enough for everyone
46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
    [all...]

Completed in 1874 milliseconds