Searched refs:PAGESIZE (Results 1 – 19 of 19) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/ |
| D | ia64vms.sc | 14 PAGESIZE=0x10000 31 ${RELOCATING+. = ${PAGESIZE};} 39 ${RELOCATING+. = ALIGN (${PAGESIZE});} 49 ${RELOCATING+. = ALIGN (${PAGESIZE});} 69 ${RELOCATING+. = ALIGN (${PAGESIZE});} 86 ${RELOCATING+. = ALIGN (${PAGESIZE});} 93 ${RELOCATING+. = ALIGN (${PAGESIZE});} 103 ${RELOCATING+. = ALIGN (${PAGESIZE});} 111 ${RELOCATING+. = ALIGN (${PAGESIZE});}
|
| D | alphavms.sc | 10 PAGESIZE=0x10000 24 ${RELOCATING+. = ${PAGESIZE};} 27 \$DATA\$ ALIGN (${PAGESIZE}) : { 31 \$BSS\$ ALIGN (${PAGESIZE}) : { 35 \$CODE\$ ALIGN (${PAGESIZE}) : { 39 \$LITERAL\$ ALIGN (${PAGESIZE}) : { 57 \$DWARF\$ ALIGN (${PAGESIZE}) : {
|
| /netbsd/src/external/bsd/openldap/dist/tests/scripts/ |
| D | test025-limits | 761 PAGESIZE="$SLAPD_PAGE_SIZE" 762 if test "$PAGESIZE" -le 0 ; then 772 PAGESIZE=5 776 echo "Testing regular search limits with pagedResults control (page size $PAGESIZE)" 782 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' >$SEARCHOUT 2>&1 806 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1 850 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1 879 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1 912 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1 952 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1 [all …]
|
| /netbsd/src/external/cddl/osnet/sys/sys/ |
| D | param.h | 39 #define PAGESIZE PAGE_SIZE macro 41 #define PAGESIZE getpagesize() macro
|
| D | systm.h | 72 #define PAGESIZE PAGE_SIZE macro 73 #define PAGEOFFSET (PAGESIZE - 1)
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | getpagesize.c | 41 # ifdef PAGESIZE 42 # define GNU_OUR_PAGESIZE PAGESIZE
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | getpagesize.c | 41 # ifdef PAGESIZE 42 # define GNU_OUR_PAGESIZE PAGESIZE
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | getpagesize.c | 41 # ifdef PAGESIZE 42 # define GNU_OUR_PAGESIZE PAGESIZE
|
| /netbsd/src/external/gpl2/lvm2/dist/test/ |
| D | t-pvcreate-usage.sh | 13 PAGESIZE=$(getconf PAGESIZE) 110 if [ $PAGESIZE -eq 65536 ] ; then
|
| /netbsd/src/external/gpl3/gdb/dist/sim/arm/ |
| D | armvirt.c | 49 #undef PAGESIZE /* Cleanup system headers. */ 51 #define PAGESIZE 64 * 1024 macro 79 pageptr = (ARMword *) malloc (PAGESIZE); in GetWord() 115 pageptr = (ARMword *) malloc (PAGESIZE); in PutWord()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | dmu.c | 1401 ASSERT3U(db->db_size, >=, PAGESIZE); in dmu_write_pages() 1413 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages() 1415 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages() 1420 bufoff += PAGESIZE; in dmu_write_pages() 1459 ASSERT3U(db->db_size, >=, PAGESIZE); in dmu_write_pages() 1471 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages() 1473 thiscpy = MIN(PAGESIZE, tocpy - copied); in dmu_write_pages() 1478 bufoff += PAGESIZE; in dmu_write_pages() 1516 ASSERT3U(db->db_size, >=, PAGESIZE); in dmu_write_pages() 1528 for (copied = 0; copied < tocpy; copied += PAGESIZE) { in dmu_write_pages() [all …]
|
| D | zfs_vnops.c | 541 for (start &= PAGEMASK; len > 0; start += PAGESIZE) { in update_pages() 543 int nbytes = imin(PAGESIZE - off, len); in update_pages() 593 for (start = uio->uio_loffset; len > 0; start += PAGESIZE) { in mappedread_sf() 594 int bytes = MIN(PAGESIZE, len); in mappedread_sf() 603 if (bytes != PAGESIZE && error == 0) in mappedread_sf() 604 bzero(va + bytes, PAGESIZE - bytes); in mappedread_sf() 660 for (start &= PAGEMASK; len > 0; start += PAGESIZE) { in mappedread() 662 uint64_t bytes = MIN(PAGESIZE - off, len); in mappedread() 742 for (start &= PAGEMASK; len > 0; start += PAGESIZE) { in mappedread() 744 uint64_t bytes = MIN(PAGESIZE - off, len); in mappedread() [all …]
|
| D | arc.c | 1688 while (hsize * zfs_arc_average_blocksize < (uint64_t)physmem * PAGESIZE) in buf_init() 3907 n = PAGESIZE * (-needfree); in arc_available_memory() 3918 n = PAGESIZE * ((int64_t)freemem - zfs_arc_free_target); in arc_available_memory() 3932 n = PAGESIZE * (freemem - lotsfree - needfree - desfree); in arc_available_memory() 3945 n = PAGESIZE * (availrmem - swapfs_minfree - swapfs_reserve - in arc_available_memory() 3960 n = PAGESIZE * (availrmem - pages_pp_maximum - in arc_available_memory() 6236 if ((((uint64_t)physmem * PAGESIZE) < (1ULL << 32)) && in arc_init() 6247 if (((uint64_t)physmem * PAGESIZE) < (256 + 128 + 64) * (1 << 20)) { in arc_init()
|
| D | zio.c | 184 if (arc_watch && !IS_P2ALIGNED(size, PAGESIZE)) in zio_init() 191 align = MIN(p2 >> 2, PAGESIZE); in zio_init()
|
| D | dbuf.c | 592 while (hsize * 4096 < (uint64_t)physmem * PAGESIZE) in dbuf_init()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | cpuvar.h | 296 #define INTR_STACK_SIZE MAX(DEFAULTSTKSZ, PAGESIZE)
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 152 PAGESIZE
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9193 | 4012 * coff-mips.c (PAGESIZE): Correct value.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-9193 | 4012 * coff-mips.c (PAGESIZE): Correct value.
|