Searched refs:BOOTLOADER_IRAM_SEG_START (Results 1 – 12 of 12) sorted by relevance
52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro54 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
24 iram_seg (RWX) : org = BOOTLOADER_IRAM_SEG_START,
57 #define BOOTLOADER_IRAM_SEG_START \ macro60 (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN - IRAM_DRAM_OFFSET)
24 iram_seg (RX) : org = BOOTLOADER_IRAM_SEG_START,
52 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro53 #define BOOTLOADER_DRAM_SEG_START (BOOTLOADER_IRAM_SEG_START - BOOTLOADER_DRAM_SEG_LEN)
58 #define BOOTLOADER_IRAM_SEG_START \ macro61 (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET - BOOTLOADER_DRAM_SEG_LEN)
62 #define BOOTLOADER_IRAM_SEG_START (BOOTLOADER_IRAM_LOADER_SEG_START - BOOTLOADER_IRAM_SEG_LEN) macro63 #define BOOTLOADER_DRAM_SEG_END (BOOTLOADER_IRAM_SEG_START - IRAM_DRAM_OFFSET)
27 iram_seg (RWX) : org = BOOTLOADER_IRAM_SEG_START,
65 #define BOOTLOADER_IRAM_SEG_START 0x400a0000 macro