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

  /src/sys/arch/atari/atari/
bus.c 85 static vaddr_t bootm_end; /* inclusive */ variable in typeref:typename:vaddr_t
99 bootm_end = va + size - 1;
158 if ((va < bootm_start) || ((va + size - 1) > bootm_end))
bus.c 85 static vaddr_t bootm_end; /* inclusive */ variable in typeref:typename:vaddr_t
99 bootm_end = va + size - 1;
158 if ((va < bootm_start) || ((va + size - 1) > bootm_end))

Completed in 20 milliseconds