Searched defs:PAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/include/asm-generic/
H A Dpage.h17 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
19 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
21 #define PAGE_MASK (~(PAGE_SIZE-1))
30 #define clear_page(page) memset((page), 0, PAGE_SIZE)
31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
/include/linux/raid/
H A Dpq.h27 extern const char raid6_empty_zero_page[PAGE_SIZE];
48 #ifndef PAGE_SIZE
49 # define PAGE_SIZE 4096 macro
51 extern const char raid6_empty_zero_page[PAGE_SIZE];
131 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \
135 # define free_pages(x, y) munmap((void *)(x), PAGE_SIZE << (y))
/include/linux/
H A Da.out.h112 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
128 #define PAGE_SIZE 0x400 macro
129 #define SEGMENT_SIZE PAGE_SIZE
143 #define SEGMENT_SIZE PAGE_SIZE

Completed in 1967 milliseconds