current_vm
void *addr = hyp_alloc_pages(¤t_vm->pool, get_order(size));
hyp_put_page(¤t_vm->pool, addr + (i * PAGE_SIZE));
addr = hyp_alloc_pages(¤t_vm->pool, 0);
hyp_get_page(¤t_vm->pool, addr);
hyp_put_page(¤t_vm->pool, addr);
current_vm = vm;
current_vm = NULL;
lima_vm_put(pipe->current_vm);
pipe->current_vm = lima_vm_get(task->vm);
lima_mmu_switch_vm(pipe->bcast_mmu, pipe->current_vm);
lima_mmu_switch_vm(pipe->mmu[i], pipe->current_vm);
lima_vm_put(pipe->current_vm);
pipe->current_vm = NULL;
struct lima_vm *current_vm;