bus.c | 91 static vaddr_t bootm_alloc(paddr_t pa, u_long size, int flags); 119 bootm_alloc(paddr_t pa, u_long size, int flags) function in typeref:typename:vaddr_t 127 printf("bootm_alloc fails! Not enough fixed boundary tags?\n"); 288 va = bootm_alloc(pa, endpa - pa, flags);
|