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