Searched refs:ldr_addr (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/ |
D | dynamic_loader.h | 202 typedef u32 ldr_addr; typedef 208 ldr_addr value; 315 ldr_addr run_addr; /* execution address of the section */ 316 ldr_addr load_addr; /* load address of the section */ 317 ldr_addr size; /* size of the section in addressable units */ 421 ldr_addr locn, 439 ldr_addr locn, 455 ldr_addr locn, struct ldr_section_info *info, 472 ldr_addr start);
|
/linux-3.4.99/drivers/staging/tidspbridge/dynload/ |
D | dload_internal.h | 254 ldr_addr bss_run_base; 261 ldr_addr delta_runaddr; 262 ldr_addr image_offset; /* offset of current packet in section */ 265 ldr_addr cinit_addr; /* the current address */
|
D | cload.c | 930 (ldr_addr)-1, 0, DLOAD_BSS, 0 954 ldr_addr atmp; in cload_cinit() 1150 ldr_addr image_offset = 0; in dload_data() 1563 (ldr_addr)-1, DBG_LIST_PAGE, DLOAD_DATA, 0 1567 (ldr_addr)-1, DLOAD_DATA, DBG_LIST_PAGE, 0
|
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/ |
D | dbll.c | 138 ldr_addr locn, struct ldr_section_info *info, 174 ldr_addr addr, struct ldr_section_info *info, 177 ldr_addr addr, struct ldr_section_info *info, 179 static int fill_mem(struct dynamic_loader_initialize *this, ldr_addr addr, 182 static int execute(struct dynamic_loader_initialize *this, ldr_addr start); 831 ldr_addr locn, struct ldr_section_info *info, unsigned bytsize) in no_op() 1230 ldr_addr addr, struct ldr_section_info *info, in read_mem() 1246 ldr_addr addr, struct ldr_section_info *info, in write_mem() 1294 static int fill_mem(struct dynamic_loader_initialize *this, ldr_addr addr, in fill_mem() 1319 static int execute(struct dynamic_loader_initialize *this, ldr_addr start) in execute()
|