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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dpage.h48 #undef PAGE_MASK macro
49 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dofw_copy.c41 #define PAGE_MASK 0x0fff macro
/freebsd-10-stable/sys/ia64/include/
H A Dparam.h98 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h101 #define PAGE_MASK (vm_offset_t)(PAGE_SIZE - 1) macro
/freebsd-10-stable/sys/arm/include/
H A Dparam.h112 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-10-stable/sys/mips/include/
H A Dparam.h133 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h113 #define PAGE_MASK PAGE_MASK_8K macro
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h100 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h90 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h345 # undef PAGE_MASK macro
349 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/freebsd-10-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c112 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dti.h407 #define PAGE_MASK 0 macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddlltool.c245 #define PAGE_MASK (-PAGE_SIZE) macro

Completed in 156 milliseconds