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

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c233 * to 'vm_table' and 'nr_table_entries' as well as reads and writes to
242 static struct pkvm_hyp_vm **vm_table; variable in typeref:struct:pkvm_hyp_vm
246 WARN_ON(vm_table);
247 vm_table = tbl;
260 return vm_table[idx];
347 if (!vm_table[i])
370 * host could trigger this function. Thus, ensure that 'vm_table'
373 if (unlikely(!vm_table))
388 vm_table[idx] = hyp_vm;
398 vm_table[vm_handle_to_id
[all...]
/linux-master/kernel/
H A Dsysctl.c2040 static struct ctl_table vm_table[] = { variable in typeref:struct:ctl_table
2249 register_sysctl_init("vm", vm_table);

Completed in 176 milliseconds