Searched refs:vm_table (Results 1 – 1 of 1) sorted by relevance
216 static struct pkvm_hyp_vm **vm_table; variable220 WARN_ON(vm_table); in pkvm_hyp_vm_table_init()221 vm_table = tbl; in pkvm_hyp_vm_table_init()234 return vm_table[idx]; in get_vm_by_handle()488 if (!vm_table[i]) in find_free_vm_table_entry()514 if (unlikely(!vm_table)) in insert_vm_table_entry()529 vm_table[idx] = hyp_vm; in insert_vm_table_entry()539 vm_table[vm_handle_to_idx(handle)] = NULL; in remove_vm_table_entry()
Completed in 6 milliseconds