Home
last modified time | relevance | path

Searched defs:trunc_page (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h133 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h115 #define trunc_page(x) ((unsigned long)(x) & ~PAGE_MASK) macro
/f-stack/freebsd/i386/include/
H A Dparam.h150 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/f-stack/freebsd/mips/include/
H A Dparam.h181 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/f-stack/freebsd/amd64/include/
H A Dparam.h145 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
/f-stack/lib/
H A Dff_memory.c67 #define trunc_page(x) ((x) & ~PAGE_MASK) macro