tag
line
file
source code
PAGE_ALIGN
31
include/asm-alpha/page.h
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_ALIGN
22
include/asm-i386/page.h
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)