Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dpages.h9 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/f-stack/freebsd/arm/include/
H A Dparam.h107 #define PAGE_MASK (PAGE_SIZE - 1) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h100 #define PAGE_MASK PAGE_MASK_4K macro
/f-stack/freebsd/i386/include/
H A Dparam.h90 #define PAGE_MASK (PAGE_SIZE - 1) macro
/f-stack/freebsd/mips/include/
H A Dparam.h138 #define PAGE_MASK (PAGE_SIZE-1) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h100 #define PAGE_MASK (PAGE_SIZE-1) macro
/f-stack/lib/
H A Dff_memory.c66 #define PAGE_MASK (PAGE_SIZE - 1) macro
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c44 #define PAGE_MASK (~(PAGE_SIZE - 1)) macro
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h37 #define PAGE_MASK (PAGE_SIZE - 1) macro