Searched refs:topologyinfo (Results 1 – 2 of 2) sorted by relevance
517 PRE_XEN_SYSCTL_READ(topologyinfo, max_cpu_index); in PRE()518 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_core); in PRE()519 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_socket); in PRE()520 PRE_XEN_SYSCTL_READ(topologyinfo, cpu_to_node); in PRE()1123 POST_XEN_SYSCTL_WRITE(topologyinfo, max_cpu_index); in POST()1124 if (sysctl->u.topologyinfo.cpu_to_core.p) in POST()1125 POST_MEM_WRITE((Addr)sysctl->u.topologyinfo.cpu_to_core.p, in POST()1126 sizeof(uint32_t) * sysctl->u.topologyinfo.max_cpu_index); in POST()1127 if (sysctl->u.topologyinfo.cpu_to_socket.p) in POST()1128 POST_MEM_WRITE((Addr)sysctl->u.topologyinfo.cpu_to_socket.p, in POST()[all …]
172 struct vki_xen_sysctl_topologyinfo topologyinfo; member