Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dpkvm.c244 static struct pkvm_hyp_vm **vm_table; variable
248 WARN_ON(vm_table); in pkvm_hyp_vm_table_init()
249 vm_table = tbl; in pkvm_hyp_vm_table_init()
262 return vm_table[idx]; in get_vm_by_handle()
349 if (!vm_table[i]) in find_free_vm_table_entry()
375 if (unlikely(!vm_table)) in insert_vm_table_entry()
390 vm_table[idx] = hyp_vm; in insert_vm_table_entry()
400 vm_table[vm_handle_to_idx(handle)] = NULL; in remove_vm_table_entry()
/linux-6.12.1/kernel/
Dsysctl.c2034 static struct ctl_table vm_table[] = { variable
2242 register_sysctl_init("vm", vm_table); in sysctl_init_bases()