Searched defs:procnodeid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_cpu.c62 ao_pcicfg_write(uint_t procnodeid, uint_t func, uint_t reg, uint32_t val) argument
64 ASSERT(procnodeid + 24 <= 31);
68 cmi_pci_putl(0, procnodeid + 24, func, reg, 0, val);
72 ao_pcicfg_read(uint_t procnodeid, uint_t func, uint_t reg) argument
74 ASSERT(procnodeid + 24 <= 31);
78 return (cmi_pci_getl(0, procnodeid + 24, func, reg, 0, 0));
104 uint_t procnodeid = cmi_hdl_procnodeid(hdl); local
108 ao_pcicfg_read(procnodeid, MC_FUNC_MISCCTL, MC_CTL_REG_SCRUBCTL);
149 ao_pcicfg_write(procnodeid, MC_FUNC_MISCCTL, MC_CTL_REG_SCRUBCTL,
H A Dao_mca.c407 uint_t procnodeid = pg_plat_hw_instance_id(CPU, PGHW_PROCNODE); local
418 ao_pcicfg_read(procnodeid, MC_FUNC_MISCCTL, MC_CTL_REG_NBCFG);
463 ao_pcicfg_write(procnodeid, MC_FUNC_MISCCTL, MC_CTL_REG_NBCFG, val);
469 uint_t procnodeid = pg_plat_hw_instance_id(CPU, PGHW_PROCNODE); local
473 ao_pcicfg_read(procnodeid, MC_FUNC_DRAMCTL, MC_DC_REG_DRAMCFGLO);
475 ao_pcicfg_read(procnodeid, MC_FUNC_DRAMCTL, MC_DC_REG_DRAMCFGHI);
480 ao_pcicfg_write(procnodeid, MC_FUNC_DRAMCTL,
502 uint_t procnodeid = pg_plat_hw_instance_id(CPU, PGHW_PROCNODE); local
507 ao_pcicfg_read(procnodeid, MC_FUNC_MISCCTL, MC_CTL_REG_SPARECTL);
529 ao_pcicfg_write(procnodeid, MC_FUNC_MISCCT
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c462 int32_t chipid, procnodeid, procnodes_per_pkg; local
475 FM_PHYSCPU_INFO_PROCNODE_ID, DATA_TYPE_INT32, &procnodeid,
656 procnodeid, procnodes_per_pkg, family, model, &nerr);
H A Dchip_amd.c718 const char *name, nvlist_t *auth, int32_t procnodeid,
727 int mcnum = procnodeid % procnodes_per_pkg;
784 TOPO_PROP_IMMUTABLE, procnodeid, nerrp) != 0)
717 amd_mc_create(topo_mod_t *mod, uint16_t smbid, tnode_t *pnode, const char *name, nvlist_t *auth, int32_t procnodeid, int32_t procnodes_per_pkg, int family, int model, int *nerrp) argument
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c227 authamd_pcicfg_write(uint_t procnodeid, uint_t func, uint_t reg, uint32_t val) argument
229 ASSERT(procnodeid + 24 <= 31);
233 cmi_pci_putl(0, procnodeid + 24, func, reg, 0, val);
237 authamd_pcicfg_read(uint_t procnodeid, uint_t func, uint_t reg) argument
239 ASSERT(procnodeid + 24 <= 31);
243 return (cmi_pci_getl(0, procnodeid + 24, func, reg, 0, 0));
291 uint_t procnodeid = authamd->amd_shared->ans_procnodeid; local
308 authamd_pcicfg_read(procnodeid, MC_FUNC_MISCCTL,
347 authamd_pcicfg_write(procnodeid, MC_FUNC_MISCCTL,
350 MCREG_VAL32(&sparectl) = authamd_pcicfg_read(procnodeid,
383 uint_t procnodeid = authamd->amd_shared->ans_procnodeid; local
484 uint_t procnodeid = cmi_hdl_procnodeid(hdl); local
681 uint_t procnodeid = authamd->amd_shared->ans_procnodeid; local
[all...]

Completed in 65 milliseconds