Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dia32.h40 #define IA32_PAGE_ALIGN(addr) (((addr) + IA32_PAGE_SIZE - 1) & IA32_PAGE_MASK) macro
/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c478 len = IA32_PAGE_ALIGN(len); in ia32_do_mmap()
643 end = IA32_PAGE_ALIGN(end); in sys32_mprotect()