Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/mm/
Dpgtable.c89 #define ALLOC_ORDER 1 macro
103 #define ALLOC_ORDER 2 macro
130 struct page *page = alloc_pages(GFP_KERNEL, ALLOC_ORDER); in crst_table_alloc()
136 struct page *shadow = alloc_pages(GFP_KERNEL, ALLOC_ORDER); in crst_table_alloc()
138 __free_pages(page, ALLOC_ORDER); in crst_table_alloc()
154 free_pages((unsigned long) shadow, ALLOC_ORDER); in __crst_table_free()
155 free_pages((unsigned long) table, ALLOC_ORDER); in __crst_table_free()
390 free_pages((unsigned long) page->index, ALLOC_ORDER); in disable_noexec()