Home
last modified time | relevance | path

Searched defs:PAGE_MASK (Results 1 – 13 of 13) sorted by relevance

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDpage.h51 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/NextBSD/sys/boot/ofw/libofw/
HDofw_copy.c41 #define PAGE_MASK 0x0fff macro
/NextBSD/sys/riscv/include/
HDparam.h83 #define PAGE_MASK (PAGE_SIZE - 1) macro
/NextBSD/sys/powerpc/include/
HDparam.h101 #define PAGE_MASK (PAGE_SIZE - 1) macro
/NextBSD/sys/arm64/include/
HDparam.h83 #define PAGE_MASK (PAGE_SIZE - 1) macro
/NextBSD/sys/arm/include/
HDparam.h112 #define PAGE_MASK (PAGE_SIZE - 1) macro
/NextBSD/sys/i386/include/
HDparam.h90 #define PAGE_MASK (PAGE_SIZE-1) macro
/NextBSD/sys/mips/include/
HDparam.h133 #define PAGE_MASK (PAGE_SIZE-1) macro
/NextBSD/sys/amd64/include/
HDparam.h100 #define PAGE_MASK (PAGE_SIZE-1) macro
/NextBSD/sys/sparc64/include/
HDparam.h113 #define PAGE_MASK PAGE_MASK_8K macro
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal.h315 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/NextBSD/contrib/binutils/include/coff/
HDti.h407 #define PAGE_MASK 0 macro
/NextBSD/contrib/binutils/binutils/
HDdlltool.c245 #define PAGE_MASK (-PAGE_SIZE) macro