Searched refs:PROG_START (Results 1 – 4 of 4) sorted by relevance
36 #define PROG_START 0x00010000 macro73 claim(PROG_START, PROG_SIZE - PROG_START, 0); in chrpboot()74 dst = (void *) PROG_START; in chrpboot()90 (PROG_START + PROG_SIZE)); in chrpboot()92 sa = (unsigned long)PROG_START; in chrpboot()
32 #define PROG_START 0x00010000 macro63 claim(PROG_START, PROG_SIZE, 0); in boot()64 dst = (void *) PROG_START; in boot()83 (PROG_START + PROG_SIZE)); in boot()85 sa = (unsigned long)PROG_START; in boot()
37 #define PROG_START RAM_START macro89 (PROG_START + PROG_SIZE)); in boot()91 sa = (unsigned long)PROG_START; in boot()
40 #define PROG_START 0x01400000 macro127 for(claim_addr = PROG_START; in start()128 claim_addr <= PROG_START * 8; in start()