Searched refs:topologyinfo (Results 1 – 2 of 2) sorted by relevance
528 PRE_XEN_SYSCTL_READ(topologyinfo, max_cpu_index); in PRE()529 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_core); in PRE()530 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_socket); in PRE()531 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_node); in PRE()1203 POST_XEN_SYSCTL_WRITE(topologyinfo, max_cpu_index); in POST()1204 if (sysctl->u.topologyinfo.cpu_to_core.p) in POST()1205 POST_MEM_WRITE((Addr)sysctl->u.topologyinfo.cpu_to_core.p, in POST()1206 sizeof(uint32_t) * sysctl->u.topologyinfo.max_cpu_index); in POST()1207 if (sysctl->u.topologyinfo.cpu_to_socket.p) in POST()1208 POST_MEM_WRITE((Addr)sysctl->u.topologyinfo.cpu_to_socket.p, in POST()[all …]
172 struct vki_xen_sysctl_topologyinfo topologyinfo; member