Home
last modified time | relevance | path

Searched refs:PFN_ALIGN (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dpfn.h18 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) macro
Dpercpu.h28 #define PCPU_MIN_UNIT_SIZE PFN_ALIGN(32 << 10)