Home
last modified time | relevance | path

Searched defs:pagesize (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/lib/libiberty/src/
Dphysmem.c88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total() local
100 double pagesize = pss.page_size; in physmem_total() local
112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total() local
192 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available() local
206 double pagesize = pss.page_size; in physmem_available() local
218 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available() local
233 double pagesize = vmstats.pagesize; in physmem_available() local
/openbsd/src/gnu/usr.bin/cvs/lib/
Dvalloc.c17 long pagesize; local
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcppfiles.c43 # define TEST_THRESHOLD(size, pagesize) \ argument
51 # define SHOULD_MMAP(size, pagesize) TEST_THRESHOLD (size, pagesize) argument
58 # define SHOULD_MMAP(size, pagesize) ((GetVersion() & 0x80000000) \ argument
396 static int pagesize = -1; local
/openbsd/src/regress/usr.bin/lastcomm/
Dcallstack.c35 long pagesize; in main() local
Dtrapstack.c39 long pagesize; in main() local
/openbsd/src/gnu/gcc/gcc/config/
Dhost-darwin.c48 const size_t pagesize = getpagesize(); in darwin_gt_pch_use_address() local
/openbsd/src/regress/sys/uvm/mmap_noreplace/
Dmmap_noreplace.c43 long pagesize; in main() local
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbfdwin.c116 static size_t pagesize; in bfd_get_file_window() local
Dlynx-core.c97 int pagesize; local
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dbfdwin.c115 static size_t pagesize; in bfd_get_file_window() local
Dlynx-core.c94 int pagesize; local
/openbsd/src/regress/lib/libpthread/stack/
Dstack.c63 size_t size, size2, pagesize; in main() local
/openbsd/src/lib/libkvm/
Dkvm_mips64.c67 int pagesize; member
/openbsd/src/regress/sys/uvm/minherit_zero/
Dminherit_zero.c110 long pagesize; in main() local
/openbsd/src/regress/sys/kern/signal/siginfo-fault/
Dsiginfo-fault.c124 long pagesize = sysconf(_SC_PAGESIZE); in main() local
/openbsd/src/regress/sys/kern/fork-exit/
Dfork-exit.c42 int pagesize; variable
/openbsd/src/lib/libc/include/
Dmpool.h70 unsigned long pagesize; /* file page size */ member
/openbsd/src/lib/libc/db/mpool/
Dmpool.c55 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open()
/openbsd/src/lib/libusbhid/
Dusage.c50 int pagesize, pagesizemax; member
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DMemoryRegionInfo.h131 void SetPageSize(int pagesize) { m_pagesize = pagesize; } in SetPageSize()
/openbsd/src/sys/dev/pci/drm/i915/
Dintel_memory_region.c37 u8 __iomem *va, int pagesize, in __iopagetest()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldexp.h101 bfd_vma base, end, pagesize; member
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldexp.h126 bfd_vma base, min_base, relro_end, end, pagesize, maxpagesize; member
/openbsd/src/usr.bin/top/
Dmachine.c188 int pagesize; in machine_init() local
/openbsd/src/sys/uvm/
Duvmexp.h54 int pagesize; /* size of a page (PAGE_SIZE): must be power of 2 */ member

12