Searched refs:vm_table (Results 1 – 1 of 1) sorted by relevance
207 * to 'vm_table', 'nr_table_entries', and other per-vm state on initialization.216 static struct pkvm_hyp_vm **vm_table; variable 220 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() 511 * host could trigger this function. Thus, ensure that 'vm_table' in insert_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_id in remove_vm_table_entry() [all...]