HomeSort by: relevance | last modified time | path
    Searched defs:bootm_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/atari/atari/
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);

Completed in 11 milliseconds