Searched refs:PFN_ALIGN (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| A D | pfn.h | 9 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) macro |
| A D | percpu.h | 24 #define PCPU_MIN_UNIT_SIZE PFN_ALIGN(32 << 10) |
Completed in 2 milliseconds