Home
last modified time | relevance | path

Searched defs:PFN_UP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dpfn.h7 #define PFN_UP(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) macro
/openbmc/linux/include/linux/
H A Dpfn.h19 #define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT) macro