Searched refs:pid_table (Results 1 – 3 of 3) sorted by relevance
739 static const struct ctl_table pid_table[] = { variable 767 tbl = kmemdup(pid_table, sizeof(pid_table), GFP_KERNEL); in register_pidns_sysctls() 775 ARRAY_SIZE(pid_table)); in register_pidns_sysctls()
308 u64 *pid_table; member
4583 return get_order(kvm->arch.max_vcpu_ids * sizeof(*to_kvm_vmx(kvm)->pid_table)); in vmx_get_pid_table_order() 4594 if (kvm_vmx->pid_table) in vmx_alloc_ipiv_pid_table() 4602 kvm_vmx->pid_table = (void *)page_address(pages); in vmx_alloc_ipiv_pid_table() 4654 vmcs_write64(PID_POINTER_TABLE, __pa(kvm_vmx->pid_table)); in init_vmcs() 7506 WRITE_ONCE(to_kvm_vmx(vcpu->kvm)->pid_table[vcpu->vcpu_id], in vmx_vcpu_create() 8215 free_pages((unsigned long)kvm_vmx->pid_table, vmx_get_pid_table_order(kvm)); in vmx_vm_destroy()