HomeSort by: relevance | last modified time | path
    Searched refs:ST_POOL_SIZE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/atari/conf/
SMALL030 33 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
ATARITT 47 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
FALCON 52 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
MILAN-ISAIDE 51 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
MILAN-PCIIDE 51 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
HADES 51 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
GENERIC.in 208 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver
files.atari 12 defparam ST_POOL_SIZE
  /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...]

Completed in 41 milliseconds