Searched refs:PAGESIZE (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/posix/arch/arm/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/arm64/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/m68k/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/mipsel/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/ppc/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/riscv64/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/sparc64/
H A Dlimits.h8 #define PAGESIZE 8192 macro
/haiku/headers/posix/arch/x86/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/x86_64/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/build/os/kernel/
H A DOS.h1 // Some platforms (Linux) don't define PAGESIZE, set a default value in that
5 #ifndef PAGESIZE
6 #define PAGESIZE 4096 macro
/haiku/src/libs/stdc++/legacy/
H A Dgetpagesize.c47 # ifdef PAGESIZE
48 # define GNU_OUR_PAGESIZE PAGESIZE
49 # else /* no PAGESIZE */
66 # endif /* PAGESIZE */
/haiku/headers/posix/
H A Dlimits.h48 #define PTHREAD_STACK_MIN (2 * PAGESIZE)
98 /* The XSI name for PAGESIZE, with extra underscore included. Only define if
101 #define PAGE_SIZE PAGESIZE
/haiku/src/libs/compat/freebsd_network/
H A Dmalloc.cpp28 = memalign_etc(size >= PAGESIZE ? PAGESIZE : next_power_of_2(size), size,
H A Ddevice_hooks.c258 PAGESIZE - (ETHER_HDR_LEN + ETHER_CRC_LEN),
H A Dbus_dma.cpp340 bus_size_t segment_size = PAGESIZE - (phys_addr & PAGE_MASK);
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h169 return physAdr % PAGESIZE;
/haiku/headers/os/kernel/
H A DOS.h27 #define B_PAGE_SIZE PAGESIZE

Completed in 74 milliseconds