Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/uv/
H A Duv_hub.h147 struct uv_hub_info_s { struct
196 static inline struct uv_hub_info_s *uv_hub_info_list(int node) in uv_hub_info_list() argument
198 return (struct uv_hub_info_s *)__uv_hub_info_list[node]; in uv_hub_info_list()
201 static inline struct uv_hub_info_s *_uv_hub_info(void) in _uv_hub_info()
203 return (struct uv_hub_info_s *)uv_cpu_info->p_uv_hub_info; in _uv_hub_info()
207 static inline struct uv_hub_info_s *uv_cpu_hub_info(int cpu) in uv_cpu_hub_info()
209 return (struct uv_hub_info_s *)uv_cpu_info_per(cpu)->p_uv_hub_info; in uv_cpu_hub_info()
148 hub_typeuv_hub_info_s global() argument
149 hub_revisionuv_hub_info_s global() argument
150 global_mmr_baseuv_hub_info_s global() argument
151 global_mmr_shiftuv_hub_info_s global() argument
152 gpa_maskuv_hub_info_s global() argument
153 socket_to_nodeuv_hub_info_s global() argument
154 socket_to_pnodeuv_hub_info_s global() argument
155 pnode_to_socketuv_hub_info_s global() argument
156 gr_tableuv_hub_info_s global() argument
157 min_socketuv_hub_info_s global() argument
158 min_pnodeuv_hub_info_s global() argument
159 m_valuv_hub_info_s global() argument
160 n_valuv_hub_info_s global() argument
161 gr_table_lenuv_hub_info_s global() argument
162 apic_pnode_shiftuv_hub_info_s global() argument
163 gpa_shiftuv_hub_info_s global() argument
164 nasid_shiftuv_hub_info_s global() argument
165 m_shiftuv_hub_info_s global() argument
166 n_lshiftuv_hub_info_s global() argument
167 gnode_extrauv_hub_info_s global() argument
168 gnode_upperuv_hub_info_s global() argument
169 lowmem_remap_topuv_hub_info_s global() argument
170 lowmem_remap_baseuv_hub_info_s global() argument
171 global_gru_baseuv_hub_info_s global() argument
172 global_gru_shiftuv_hub_info_s global() argument
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c58 static struct uv_hub_info_s uv_hub_info_node0;
1188 static void __init uv_init_hub_info(struct uv_hub_info_s *hi) in uv_init_hub_info()
1399 static __init void boot_init_possible_blades(struct uv_hub_info_s *hub_info) in boot_init_possible_blades()
1649 struct uv_hub_info_s hub_info = {0}; in uv_system_init_hub()
1656 struct uv_hub_info_s **uv_hub_info_list_blade; in uv_system_init_hub()
1706 bytes = sizeof(struct uv_hub_info_s); in uv_system_init_hub()
1708 struct uv_hub_info_s *new_hub; in uv_system_init_hub()