Searched refs:current_vm (Results 1 – 1 of 1) sorted by relevance
30 #define current_vm (*this_cpu_ptr(&__current_vm)) macro35 current_vm = vm; in guest_lock_component()40 current_vm = NULL; in guest_unlock_component()172 void *addr = hyp_alloc_pages(¤t_vm->pool, get_order(size)); in guest_s2_zalloc_pages_exact()186 hyp_put_page(¤t_vm->pool, addr + (i * PAGE_SIZE)); in guest_s2_free_pages_exact()194 addr = hyp_alloc_pages(¤t_vm->pool, 0); in guest_s2_zalloc_page()212 hyp_get_page(¤t_vm->pool, addr); in guest_s2_get_page()217 hyp_put_page(¤t_vm->pool, addr); in guest_s2_put_page()