OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
GENERIC.in
208
options
ST_POOL_SIZE
=56 # for SCSI, FDC, and Xserver
HADES
51
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
files.atari
12
defparam
ST_POOL_SIZE
/src/sys/arch/atari/atari/
atari_init.c
142
#ifndef
ST_POOL_SIZE
143
#define
ST_POOL_SIZE
56 /* Xserver requires 320KB (40 pages) */
146
psize_t
st_pool_size
=
ST_POOL_SIZE
* PAGE_SIZE; /* Patchable */
variable
293
if (
st_pool_size
> ST_POOL_SIZE_MIN * PAGE_SIZE &&
295
st_pool_size
= ST_POOL_SIZE_MIN * PAGE_SIZE;
297
st_pool_size
= m68k_round_page(
st_pool_size
);
298
st_pool_phys = stphysize -
st_pool_size
;
514
vstart +=
st_pool_size
;
[
all
...]
Completed in 385 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026