Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid.c790 static const struct ctl_table pid_table[] = { variable
818 tbl = kmemdup(pid_table, sizeof(pid_table), GFP_KERNEL); in register_pidns_sysctls()
826 ARRAY_SIZE(pid_table)); in register_pidns_sysctls()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4806 return get_order(kvm->arch.max_vcpu_ids * sizeof(*to_kvm_vmx(kvm)->pid_table)); in vmx_get_pid_table_order()
4817 if (kvm_vmx->pid_table) in vmx_alloc_ipiv_pid_table()
4825 kvm_vmx->pid_table = (void *)page_address(pages); in vmx_alloc_ipiv_pid_table()
4877 vmcs_write64(PID_POINTER_TABLE, __pa(kvm_vmx->pid_table)); in init_vmcs()
7766 WRITE_ONCE(to_kvm_vmx(vcpu->kvm)->pid_table[vcpu->vcpu_id], in vmx_vcpu_create()
8488 free_pages((unsigned long)kvm_vmx->pid_table, vmx_get_pid_table_order(kvm)); in vmx_vm_destroy()