Home
last modified time | relevance | path

Searched refs:nbpp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/acorn32/stand/boot32/
H A Dboot32.c75 int nbpp, memory_table_size, memory_image_size; variable
168 osmemory_read_arrangement_table_size(&memory_table_size, &nbpp); in init_datastructures()
184 firstpage = ((int)bottom_memory / nbpp) + 1; /* safety */ in init_datastructures()
185 lastpage = ((int)top_memory / nbpp) - 1; in init_datastructures()
189 totalpages, nbpp>>10 ); in init_datastructures()
322 if ((phys_page * nbpp)< PODRAM_START) { in get_memory_configuration()
324 phys_page * nbpp; in get_memory_configuration()
330 phys_page * nbpp; in get_memory_configuration()
337 VRAM_addr[vram_blocks] = phys_page * nbpp; in get_memory_configuration()
342 ROM_addr[rom_blocks] = phys_page * nbpp; in get_memory_configuration()
[all …]
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD110 SYS "OS_Memory", 6 TO ,memorytablesize%, nbpp% : REM get tablesize%
124 firstpage% = (bot_memory% DIV nbpp%)+1
125 lastpage% = (top_memory% DIV nbpp%)-1
156 C% = FNblock_paddr(relocatebasepage%) + nbpp% : REM one page after the code
163 REM OSCLI("Memoryi "+STR$~(FNblock_vaddr(start_kernelpage%)+(entry% MOD nbpp%)))
317 …IF extradebug% THEN PRINT ''"Number of kernel pages ";kernelpages%;" (";kernelpages%*nbpp%;" bytes…
334 fragsz% = nbpp%
357 fragsz% = nbpp%
406 IF txtsize% MOD nbpp% <> 0 THEN
409 txtpages% = txtsize% DIV nbpp%
[all …]
/netbsd-src/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h267 extern void osmemory_read_arrangement_table_size(int *size, int *nbpp);
268 extern os_error *xosmemory_read_arrangement_table_size(int *size, int *nbpp);
/netbsd-src/sys/dev/scsipi/
H A Dcd.c606 cd_make_bounce_buffer(struct cd_softc *cd, struct buf *bp, daddr_t blkno, int count, struct buf **nbpp, void *priv) in cd_make_bounce_buffer() argument
639 *nbpp = nbp; in cd_make_bounce_buffer()