Searched refs:physinfo (Results 1 – 3 of 3) sorted by relevance
412 if (uaddr_from_handle(&op.u.physinfo.cpu_to_node) != NULL && in privcmd_HYPERVISOR_sysctl()413 op.u.physinfo.max_cpu_id != 0) { in privcmd_HYPERVISOR_sysctl()415 &op.u.physinfo.cpu_to_node, in privcmd_HYPERVISOR_sysctl()416 op.u.physinfo.max_cpu_id * sizeof (uint32_t), in privcmd_HYPERVISOR_sysctl()
1311 struct sp { void *p; } *sp = (struct sp *)&op.u.physinfo.cpu_to_node; in xpv_get_physinfo()1325 bcopy(&op.u.physinfo, pi, sizeof (op.u.physinfo)); in xpv_get_physinfo()
463 struct xen_sysctl_physinfo physinfo; member