PG_ANY
error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY);
error = memory_bm_create(bm2, GFP_KERNEL, PG_ANY);
error = memory_bm_create(&orig_bm, GFP_IMAGE, PG_ANY);
error = memory_bm_create(©_bm, GFP_IMAGE, PG_ANY);
error = memory_bm_create(&zero_bm, GFP_IMAGE, PG_ANY);
if (get_highmem_buffer(PG_ANY))
buffer = get_image_page(GFP_ATOMIC, PG_ANY);
buffer = get_image_page(GFP_ATOMIC, PG_ANY);
error = memory_bm_create(©_bm, GFP_ATOMIC, PG_ANY);
error = memory_bm_create(&zero_bm, GFP_ATOMIC, PG_ANY);
get_image_page(ca->gfp_mask, PG_ANY);