Searched refs:uv_cpu_hub_info (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/include/asm/uv/
H A Duv_hub.h207 static inline struct uv_hub_info_s *uv_cpu_hub_info(int cpu) function
677 return uv_cpu_hub_info(cpu)->numa_blade_id;
709 return uv_cpu_hub_info(cpu)->pnode;
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1765 uv_cpu_info_per(cpu)->blade_cpu_id = uv_cpu_hub_info(cpu)->nr_possible_cpus++;
1766 if (uv_cpu_hub_info(cpu)->memory_nid == NUMA_NO_NODE)
1767 uv_cpu_hub_info(cpu)->memory_nid = cpu_to_node(cpu);
1769 if (uv_cpu_hub_info(cpu)->pnode == 0xffff)
1770 uv_cpu_hub_info(cpu)->pnode = pnode;

Completed in 382 milliseconds