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

  /src/sys/arch/atari/atari/
atari_init.c 143 #ifndef ST_POOL_SIZE
144 #define ST_POOL_SIZE 56 /* Xserver requires 320KB (40 pages) */
147 psize_t st_pool_size = ST_POOL_SIZE * PAGE_SIZE; /* Patchable */ variable in typeref:typename:psize_t
294 if (st_pool_size > ST_POOL_SIZE_MIN * PAGE_SIZE &&
296 st_pool_size = ST_POOL_SIZE_MIN * PAGE_SIZE;
298 st_pool_size = m68k_round_page(st_pool_size);
299 st_pool_phys = stphysize - st_pool_size;
515 vstart += st_pool_size;
    [all...]
atari_init.c 143 #ifndef ST_POOL_SIZE
144 #define ST_POOL_SIZE 56 /* Xserver requires 320KB (40 pages) */
147 psize_t st_pool_size = ST_POOL_SIZE * PAGE_SIZE; /* Patchable */ variable in typeref:typename:psize_t
294 if (st_pool_size > ST_POOL_SIZE_MIN * PAGE_SIZE &&
296 st_pool_size = ST_POOL_SIZE_MIN * PAGE_SIZE;
298 st_pool_size = m68k_round_page(st_pool_size);
299 st_pool_phys = stphysize - st_pool_size;
515 vstart += st_pool_size;
    [all...]

Completed in 26 milliseconds