Home
last modified time | relevance | path

Searched refs:vm_table (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c229 * to 'vm_table' and 'nr_table_entries' as well as reads and writes to
238 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()
366 * host could trigger this function. Thus, ensure that 'vm_table' in insert_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_id in remove_vm_table_entry()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dsysctl.c2101 static struct ctl_table vm_table[] = { variable
2310 register_sysctl_init("vm", vm_table); in sysctl_init_bases()
/kernel/linux/linux-5.10/kernel/
H A Dsysctl.c2796 static struct ctl_table vm_table[] = { variable
3503 .child = vm_table,

Completed in 11 milliseconds