Home
last modified time | relevance | path

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

/haiku/headers/build/os/kernel/
H A DOS.h5 #ifndef PAGESIZE
6 #define PAGESIZE 4096 macro
/haiku/src/libs/stdc++/legacy/
H A Dgetpagesize.c47 # ifdef PAGESIZE
48 # define GNU_OUR_PAGESIZE PAGESIZE
/haiku/headers/posix/
H A Dlimits.h48 #define PTHREAD_STACK_MIN (2 * PAGESIZE)
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, in _kernel_malloc()
H A Ddevice_hooks.c261 PAGESIZE - (ETHER_HDR_LEN + ETHER_CRC_LEN), in compat_control()
H A Dbus_dma.cpp356 bus_size_t segment_size = PAGESIZE - (phys_addr & PAGE_MASK); in _bus_load_buffer()
/haiku/headers/posix/arch/x86_64/
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/arm/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/x86/
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/mipsel/
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/ppc/
H A Dlimits.h8 #define PAGESIZE 4096 macro
/haiku/headers/posix/arch/sparc64/
H A Dlimits.h8 #define PAGESIZE 8192 macro
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h169 return physAdr % PAGESIZE; in VirtAdrOfs()
/haiku/headers/os/kernel/
H A DOS.h27 #define B_PAGE_SIZE PAGESIZE