Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/mm/
Dgmap.c71 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 …]
Dpgalloc.c343 table = __get_free_pages(GFP_KERNEL, CRST_ALLOC_ORDER); in base_crst_alloc()
351 free_pages(table, CRST_ALLOC_ORDER); in base_crst_free()
Dkasan_init.c58 table = kasan_early_alloc_pages(CRST_ALLOC_ORDER); in kasan_early_crst_alloc()
Dvmem.c45 table = vmem_alloc_pages(CRST_ALLOC_ORDER); in vmem_crst_alloc()
/Linux-v5.4/arch/s390/include/asm/
Dpgalloc.h20 #define CRST_ALLOC_ORDER 2 macro