Searched defs:page_size (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dmm_compat.h33 #define page_size(p) ((unsigned long)(PAGE_SIZE << compound_order(p))) macro
/freebsd-current/tests/sys/kern/
H A Dcoredump_phnum_helper.c44 size_t i, pages, page_size; local
H A Dkern_copyin.c100 long page_size; local
H A Dkcov.c50 static size_t page_size; variable
[all...]
/freebsd-current/contrib/ofed/libmlx4/
H A Dbuf.c41 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.h70 inline bool CheckForPvallocOverflow(uptr size, uptr page_size) { argument
/freebsd-current/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c44 static int page_size; variable
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h57 uptr page_size = GetPageSizeCached(); local
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmmap_libaio.c57 int page_size = getpagesize(); local
H A Dmmapwrite.c63 int page_size = getpagesize(); local
98 int page_size = getpagesize(); local
/freebsd-current/lib/libc/tests/string/
H A Dwcsnlen_test.c41 size_t alloc_size, page_size; local
H A Dstpncpy_test.c47 size_t alloc_size, page_size; local
H A Dstrlcpy_test.c48 size_t alloc_size, page_size; local
H A Dmemccpy_test.c49 size_t alloc_size, page_size; local
/freebsd-current/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c104 long page_size; local
/freebsd-current/sbin/hastd/
H A Debuf.c70 size_t page_size; local
217 size_t newsize, page_size; local
246 size_t newsize, page_size; local
[all...]
/freebsd-current/lib/libkvm/
H A Dkvm_minidump_aarch64.c53 size_t page_size; member in struct:vmstate
[all...]
/freebsd-current/sys/dev/isci/scil/
H A Dsati_mode_select.c214 U32 page_size=0; local
710 U32 page_size = 0; // in bytes local
[all...]
H A Dsati_reassign_blocks.c199 U8 page_size; local
237 U8 page_size; local
275 U8 page_size; local
445 U32 page_size = 0; // in bytes local
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c184 u64 page_size; local
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_xfer.c72 size_t left, cur_size, page_size; local
/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem.h49 int page_size; member in struct:ib_umem
/freebsd-current/lib/libthr/thread/
H A Dthr_pshared.c50 static int page_size; variable
/freebsd-current/contrib/ofed/libibverbs/
H A Dmemory.c62 static int page_size; variable
/freebsd-current/contrib/ofed/libmlx5/
H A Dbuf.c545 int mlx5_alloc_buf(struct mlx5_buf *buf, size_t size, int page_size) argument
237 alloc_huge_buf(struct mlx5_context *mctx, struct mlx5_buf *buf, size_t size, int page_size) argument
323 mlx5_alloc_prefered_buf(struct mlx5_context *mctx, struct mlx5_buf *buf, size_t size, int page_size, enum mlx5_alloc_type type, const char *component) argument
483 mlx5_alloc_buf_contig(struct mlx5_context *mctx, struct mlx5_buf *buf, size_t size, int page_size, const char *component) argument
[all...]

Completed in 223 milliseconds

12345