Searched refs:CRST_ALLOC_ORDER (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/s390/mm/ |
| D | gmap.c | 71 page = alloc_pages(GFP_KERNEL, CRST_ALLOC_ORDER); in gmap_alloc() 192 __free_pages(page, CRST_ALLOC_ORDER); in gmap_free() 312 page = alloc_pages(GFP_KERNEL, CRST_ALLOC_ORDER); in gmap_alloc_table() 327 __free_pages(page, CRST_ALLOC_ORDER); in gmap_alloc_table() 1394 __free_pages(page, CRST_ALLOC_ORDER); in gmap_unshadow_sgt() 1422 __free_pages(page, CRST_ALLOC_ORDER); in __gmap_unshadow_r3t() 1451 __free_pages(page, CRST_ALLOC_ORDER); in gmap_unshadow_r3t() 1479 __free_pages(page, CRST_ALLOC_ORDER); in __gmap_unshadow_r2t() 1508 __free_pages(page, CRST_ALLOC_ORDER); in gmap_unshadow_r2t() 1539 __free_pages(page, CRST_ALLOC_ORDER); in __gmap_unshadow_r1t() [all …]
|
| D | pgalloc.c | 343 table = __get_free_pages(GFP_KERNEL, CRST_ALLOC_ORDER); in base_crst_alloc() 351 free_pages(table, CRST_ALLOC_ORDER); in base_crst_free()
|
| D | kasan_init.c | 58 table = kasan_early_alloc_pages(CRST_ALLOC_ORDER); in kasan_early_crst_alloc()
|
| D | vmem.c | 45 table = vmem_alloc_pages(CRST_ALLOC_ORDER); in vmem_crst_alloc()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | pgalloc.h | 20 #define CRST_ALLOC_ORDER 2 macro
|