Home
last modified time | relevance | path

Searched refs:cpu_node (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1380 if (!cpu_node[i].exists || cpu_node[i].apicid != apicid) in lgrp_plat_cpu_node_update()
1388 cpu_node[i].node == node) in lgrp_plat_cpu_node_update()
1402 cpu_node[i].node = node; in lgrp_plat_cpu_node_update()
1450 return (cpu_node[cpuid].node); in lgrp_plat_cpu_to_node()
2429 cpu_node[i].prox_domain); in lgrp_plat_node_sort()
2431 cpu_node[i].node = node; in lgrp_plat_node_sort()
2601 if (cpu_node == NULL) { in lgrp_plat_process_cpu_apicids()
2616 cpu_node[i].exists = 1; in lgrp_plat_process_cpu_apicids()
2619 cpu_node[i].node = UINT_MAX; in lgrp_plat_process_cpu_apicids()
2864 cpu_node == NULL) in lgrp_plat_process_srat()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c684 pnode_t cpu_node; in mc_get_sibling_cpu_impl() local
687 cpu_node = mc_get_sibling_cpu(mc_node); in mc_get_sibling_cpu_impl()
688 if (cpu_node == OBP_NONODE) { in mc_get_sibling_cpu_impl()
703 cpu_node); in mc_get_sibling_cpu_impl()
712 cpu_node = prom_childnode(cpu_node); in mc_get_sibling_cpu_impl()
713 ASSERT(cpu_node != OBP_NONODE); in mc_get_sibling_cpu_impl()
718 "dnode=0x%x\n", cpu_node); in mc_get_sibling_cpu_impl()
723 impl, cpu_node); in mc_get_sibling_cpu_impl()
1468 pnode_t cpu_node; in mc_check_sibling_cpu() local
1472 cpu_node = mc_get_sibling_cpu(nodeid); in mc_check_sibling_cpu()
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dcpu_module.h66 struct cpu_node;
67 void cpu_fiximp(struct cpu_node *cpunode);
H A Dmachcpuvar.h220 struct cpu_node { struct
241 extern struct cpu_node cpunodes[]; argument
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachcpuvar.h177 struct cpu_node { struct
199 extern struct cpu_node cpunodes[]; argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_mp_startup.c48 struct cpu_node *cpunode = &cpunodes[cpuid]; in init_cpu_info()
180 struct cpu_node *cpunode; in populate_idstr()
H A Dfillsysinfo.c100 struct cpu_node cpunodes[NCPU];
444 struct cpu_node *cpunode; in fill_cpu()
668 struct cpu_node *cpunode; in fill_cpu_ddi()
825 bzero(&cpunodes[cpuid], sizeof (struct cpu_node)); in empty_cpu()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c150 dev_info_t *cpu_node[AGENTS_PER_PORT], *mc_node[AGENTS_PER_PORT]; in gptwocfg_configure_cpu() local
161 cpu_node[i] = NULL; in gptwocfg_configure_cpu()
192 if (cpu_node[i] = gptwocfg_create_cpu_node(cmp_node ? in gptwocfg_configure_cpu()
202 e_ddi_branch_rele(cpu_node[i]); in gptwocfg_configure_cpu()
218 if ((cpu_node[i] != NULL) && (!CPU_IMPL_IS_CMP(implementation))) in gptwocfg_configure_cpu()
219 new_nodes->gptwo_nodes[j++] = cpu_node[i]; in gptwocfg_configure_cpu()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.h38 typedef struct cpu_node { struct
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c54 struct cpu_node *cpunode = &cpunodes[cpuid]; in init_cpu_info()
275 struct cpu_node *cpunode; in populate_idstr()
H A Dfillsysinfo.c54 struct cpu_node cpunodes[NCPU];
107 struct cpu_node *cpunode; in fill_cpu()
210 bzero(&cpunodes[cpuid], sizeof (struct cpu_node)); in empty_cpu()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c116 cpu_fiximp(struct cpu_node *cpunode) in cpu_fiximp()
H A Dniagara.c157 cpu_fiximp(struct cpu_node *cpunode) in cpu_fiximp()
H A Dmach_cpu_module.c33 cpu_fiximp(struct cpu_node *cpunode) in cpu_fiximp()
H A Dniagara2.c184 cpu_fiximp(struct cpu_node *cpunode) in cpu_fiximp()
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c228 struct cpu_node *cpunode; in sfmmu_set_tlb()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in251 cpu_node CPU_NODE_SIZE
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in213 cpu_node CPU_NODE_SIZE
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c355 extern struct cpu_node cpunodes[];