Home
last modified time | relevance | path

Searched refs:mc_control (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc.h121 struct mc_control { struct
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c908 uint32_t mc_control; in mem_reg_init() local
1035 mc_control = MC_CONTROL_RD(nhm_slot); in mem_reg_init()
1036 closed_page = MC_CONTROL_CLOSED_PAGE(mc_control); in mem_reg_init()
1038 ecc_enabled = MC_CONTROL_ECCEN(mc_control); in mem_reg_init()
1041 divby3_enabled = MC_CONTROL_DIVBY3(mc_control); in mem_reg_init()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c502 struct mc_control *mccontrol, mccontrol_in; in mc_ioctl()
792 sizeof (struct mc_control)) != 0) in mc_ioctl()
809 sizeof (struct mc_control))) in mc_ioctl()
818 size = sizeof (struct mc_control) + (mcport->ndevgrps - 1) * in mc_ioctl()
H A Dmc-us3i.c442 struct mc_control *mccontrol, mccontrol_in; in mc_ioctl()
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c563 struct mc_control *mccontrol; in create_physical_tree()