Searched defs:PAGE_MASK (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h83 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_copy.c41 #define PAGE_MASK 0x0fff macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h82 #undef PAGE_MASK macro
83 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h113 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h85 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h101 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h133 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h100 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h113 #define PAGE_MASK PAGE_MASK_8K macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h90 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h317 # undef PAGE_MASK macro
320 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/freebsd-11-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c112 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dti.h407 #define PAGE_MASK 0 macro
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c245 #define PAGE_MASK (-PAGE_SIZE) macro

Completed in 120 milliseconds