Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpages.h9 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/freebsd/sys/riscv/include/
H A Dparam.h80 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd/stand/libofw/
H A Dofw_copy.c38 #define PAGE_MASK 0x0fff macro
/freebsd/sys/arm/include/
H A Dparam.h98 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd/sys/arm64/include/
H A Dparam.h96 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd/sys/i386/include/
H A Dparam.h85 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h93 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/freebsd/sys/powerpc/include/
H A Dparam.h105 #define PAGE_MASK (PAGE_SIZE - 1) macro
/freebsd/sys/amd64/include/
H A Dparam.h94 #define PAGE_MASK (PAGE_SIZE-1) macro
/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c112 #define PAGE_MASK (PAGE_SIZE - 1) macro