/src/sys/arch/amiga/amiga/ |
amiga_init.c | 210 u_int ptextra, kstsize; local in function:start_c 415 ptextra = NDRCCPG 420 ptextra = NCHIPMEMPG + NCIAPG + NZTWOROMPG + RELOC(NZTWOMEMPG, u_int) + 424 howmany(ptextra, NPTEPG)) << PGSHIFT;
|
amiga_init.c | 210 u_int ptextra, kstsize; local in function:start_c 415 ptextra = NDRCCPG 420 ptextra = NCHIPMEMPG + NCIAPG + NZTWOROMPG + RELOC(NZTWOMEMPG, u_int) + 424 howmany(ptextra, NPTEPG)) << PGSHIFT;
|
amiga_init.c | 210 u_int ptextra, kstsize; local in function:start_c 415 ptextra = NDRCCPG 420 ptextra = NCHIPMEMPG + NCIAPG + NZTWOROMPG + RELOC(NZTWOMEMPG, u_int) + 424 howmany(ptextra, NPTEPG)) << PGSHIFT;
|
/src/sys/arch/atari/atari/ |
atari_init.c | 212 u_int ptextra; local in function:start_c 389 ptextra = btoc(STIO_SIZE); 395 ptextra += btoc(PCI_CONFIG_SIZE + PCI_IO_SIZE + PCI_MEM_SIZE); 397 ptextra += btoc(PCI_IO_SIZE + PCI_MEM_SIZE); 398 ptextra += btoc(BOOTM_VA_POOL); 404 ptextra += physmem; 412 ptsize = (Sysptsize + howmany(ptextra, NPTEPG)) << PGSHIFT; 503 map_io_areas(ptpa, ptsize, ptextra); 946 map_io_areas(paddr_t ptpa, psize_t ptsize, u_int ptextra) 948 /* ptextra: #of additional I/O pte's * [all...] |
atari_init.c | 212 u_int ptextra; local in function:start_c 389 ptextra = btoc(STIO_SIZE); 395 ptextra += btoc(PCI_CONFIG_SIZE + PCI_IO_SIZE + PCI_MEM_SIZE); 397 ptextra += btoc(PCI_IO_SIZE + PCI_MEM_SIZE); 398 ptextra += btoc(BOOTM_VA_POOL); 404 ptextra += physmem; 412 ptsize = (Sysptsize + howmany(ptextra, NPTEPG)) << PGSHIFT; 503 map_io_areas(ptpa, ptsize, ptextra); 946 map_io_areas(paddr_t ptpa, psize_t ptsize, u_int ptextra) 948 /* ptextra: #of additional I/O pte's * [all...] |
atari_init.c | 212 u_int ptextra; local in function:start_c 389 ptextra = btoc(STIO_SIZE); 395 ptextra += btoc(PCI_CONFIG_SIZE + PCI_IO_SIZE + PCI_MEM_SIZE); 397 ptextra += btoc(PCI_IO_SIZE + PCI_MEM_SIZE); 398 ptextra += btoc(BOOTM_VA_POOL); 404 ptextra += physmem; 412 ptsize = (Sysptsize + howmany(ptextra, NPTEPG)) << PGSHIFT; 503 map_io_areas(ptpa, ptsize, ptextra); 946 map_io_areas(paddr_t ptpa, psize_t ptsize, u_int ptextra) 948 /* ptextra: #of additional I/O pte's * [all...] |