Home
last modified time | relevance | path

Searched defs:pgsize (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/mips/include/
H A Dwired_map.h69 #define MIPS3_WIRED_ENTRY_SIZE(pgsize) ((pgsize) * 2) argument
70 #define MIPS3_WIRED_ENTRY_OFFMASK(pgsize) (MIPS3_WIRED_ENTRY_SIZE(pgsize) - 1) argument
/netbsd-src/sys/arch/mips/mips/
H A Dwired_map.c91 mips3_wired_enter_page(vaddr_t va, paddr_t pa, vsize_t pgsize) in mips3_wired_enter_page()
/netbsd-src/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c200 int pgsize; in dtfs_fs_statvfs() local
/netbsd-src/sys/arch/ews4800mips/sbd/
H A Dfb_sbdio.c383 vsize_t fb_off, reg_off, pgsize; in fb_pmap_enter() local
/netbsd-src/tests/kernel/
H A Dt_sysv.c81 size_t pgsize; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem_sec.c386 size_t pgsize; in sh_init() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c414 size_t pgsize; in sh_init() local
/netbsd-src/common/lib/libprop/
H A Dprop_object.c909 size_t pgsize = (size_t)sysconf(_SC_PAGESIZE); in _prop_object_internalize_map_file() local
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c1031 uint32_t pgsize; in intel_cpu_cacheinfo() local
[all...]
/netbsd-src/sys/arch/sparc/sparc/
H A Dpmap.c4194 int pgsize = PAGE_SIZE; in pmap_map() local