Home
last modified time | relevance | path

Searched refs:ram (Results 1 – 13 of 13) sorted by relevance

/lk-master/external/lib/lwip/core/
A Dmem.c187 static u8_t *ram; variable
248 nmem = (struct mem *)(void *)&ram[mem->next]; in plug_holes()
255 ((struct mem *)(void *)&ram[nmem->next])->prev = (mem_size_t)((u8_t *)mem - ram); in plug_holes()
259 pmem = (struct mem *)(void *)&ram[mem->prev]; in plug_holes()
266 ((struct mem *)(void *)&ram[mem->next])->prev = (mem_size_t)((u8_t *)pmem - ram); in plug_holes()
284 mem = (struct mem *)(void *)ram; in mem_init()
295 lfree = (struct mem *)(void *)ram; in mem_init()
405 ptr = (mem_size_t)((u8_t *)mem - ram); in mem_trim()
432 mem2 = (struct mem *)(void *)&ram[ptr2]; in mem_trim()
457 mem2 = (struct mem *)(void *)&ram[ptr2]; in mem_trim()
[all …]
/lk-master/app/lpcboot/
A Dlpcboot.c175 static uint32_t ram[4096/4]; variable
207 usb_recv(ram, xfer, INFINITE_TIME); in handle()
209 if (!err) err = write_page(addr, ram); in handle()
222 usb_recv(ram, arg); in handle()
228 boot_image(ram); in handle()
/lk-master/arch/arm/
A Dsystem-twosegment.ld70 /* in two segment binaries, the data starts at the bottom of ram (MEMBASE)
71 * bump us forward to the start of ram
81 /* code that is located in ram */
A Dsystem-onesegment.ld72 /* in one segment binaries, the rom data address is on top of the ram data address */
/lk-master/arch/riscv/
A Dlinker-twosegment.ld50 /* in two segment binaries, the data starts at the bottom of ram (MEMBASE)
51 * bump us forward to the start of ram
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_spi_15xx.h122 SPI_HANDLE_T (*spi_setup)(uint32_t base_addr, uint8_t *ram);
A Drom_uart_15xx.h160 …UART_HANDLE_T (*uart_setup)(uint32_t base_addr, uint8_t *ram); /*!< Setup Min UART instance with p…
A Drom_dma_15xx.h183 DMA_HANDLE_T * (*dma_setup)(uint32_t base_addr, uint8_t * ram);
A Drom_adc_15xx.h127 ADC_HANDLE_T (*adc_setup)(uint32_t base_addr, uint8_t *ram);
/lk-master/arch/or1k/
A Dlinker.ld61 /* in one segment binaries, the rom data address is on top of the ram data address */
/lk-master/arch/arm64/
A Dsystem-onesegment.ld74 /* in one segment binaries, the rom data address is on top of the ram data address */
/lk-master/arch/microblaze/
A Dlinker.ld71 /* in one segment binaries, the rom data address is on top of the ram data address */
/lk-master/arch/mips/
A Dlinker.ld73 /* in one segment binaries, the rom data address is on top of the ram data address */

Completed in 22 milliseconds