Searched refs:current_vm (Results 1 – 3 of 3) sorted by relevance
255 lima_vm_put(pipe->current_vm); in lima_sched_run_job()256 pipe->current_vm = lima_vm_get(task->vm); in lima_sched_run_job()259 lima_mmu_switch_vm(pipe->bcast_mmu, pipe->current_vm); in lima_sched_run_job()262 lima_mmu_switch_vm(pipe->mmu[i], pipe->current_vm); in lima_sched_run_job()463 lima_vm_put(pipe->current_vm); in lima_sched_timedout_job()464 pipe->current_vm = NULL; in lima_sched_timedout_job()
56 struct lima_vm *current_vm; member
29 #define current_vm (*this_cpu_ptr(&__current_vm)) macro34 current_vm = vm; in guest_lock_component()39 current_vm = NULL; in guest_unlock_component()171 void *addr = hyp_alloc_pages(¤t_vm->pool, get_order(size)); in guest_s2_zalloc_pages_exact()185 hyp_put_page(¤t_vm->pool, addr + (i * PAGE_SIZE)); in guest_s2_free_pages_exact()193 addr = hyp_alloc_pages(¤t_vm->pool, 0); in guest_s2_zalloc_page()211 hyp_get_page(¤t_vm->pool, addr); in guest_s2_get_page()216 hyp_put_page(¤t_vm->pool, addr); in guest_s2_put_page()