Home
last modified time | relevance | path

Searched refs:vm_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c238 static struct pkvm_hyp_vm **vm_table; variable
242 WARN_ON(vm_table); in pkvm_hyp_vm_table_init()
243 vm_table = tbl; in pkvm_hyp_vm_table_init()
256 return vm_table[idx]; in get_vm_by_handle()
343 if (!vm_table[i]) in find_free_vm_table_entry()
369 if (unlikely(!vm_table)) in insert_vm_table_entry()
384 vm_table[idx] = hyp_vm; in insert_vm_table_entry()
394 vm_table[vm_handle_to_idx(handle)] = NULL; in remove_vm_table_entry()
/openbmc/linux/kernel/
H A Dsysctl.c2049 static struct ctl_table vm_table[] = { variable
2258 register_sysctl_init("vm", vm_table); in sysctl_init_bases()