heaptop 436 arch/mips/pmcs-msp71xx/msp_prom.c unsigned int heaptop; heaptop 458 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = CPHYSADDR((u32)&_text); heaptop 460 arch/mips/pmcs-msp71xx/msp_prom.c "set to default 0x%08x\n", heaptop); heaptop 462 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = simple_strtol(str, NULL, 16); heaptop 463 arch/mips/pmcs-msp71xx/msp_prom.c if (heaptop == 0) { heaptop 465 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = simple_strtol(str, NULL, 0); heaptop 467 arch/mips/pmcs-msp71xx/msp_prom.c if (heaptop == 0) { heaptop 469 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = CPHYSADDR((u32)&_text); heaptop 474 arch/mips/pmcs-msp71xx/msp_prom.c heaptop = CPHYSADDR((u32)heaptop); heaptop 485 arch/mips/pmcs-msp71xx/msp_prom.c if (heaptop > mdesc[i].base + mdesc[i].size) { heaptop 489 arch/mips/pmcs-msp71xx/msp_prom.c mdesc[i].size = heaptop - mdesc[i].base; heaptop 493 arch/mips/pmcs-msp71xx/msp_prom.c if (heaptop != CPHYSADDR((u32)_text)) { heaptop 496 arch/mips/pmcs-msp71xx/msp_prom.c mdesc[i].base = heaptop;