Home
last modified time | relevance | path

Searched refs:x86_chiprev_t (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c294 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_read_ecccnt()
386 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_clear_ecccnt()
488 x86_chiprev_t rev = cmi_hdl_chiprev(hdl); in authamd_init()
564 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_bankctl_skipinit()
584 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_bankctl_val()
681 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_mca_init()
868 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_bank_logout()
945 x86_chiprev_t rev = authamd->amd_shared->ans_rev; in authamd_disp_match()
H A Dauthamd.h72 x86_chiprev_t ans_rev; /* revision per cpuid_getchiprev */
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid_subr.c449 x86_chiprev_t rm_chiprev;
831 uint32_t *skt_p, x86_chiprev_t *chiprev_p, const char **chiprevstr_p, in synth_amd_info()
935 x86_chiprev_t
938 x86_chiprev_t chiprev = X86_CHIPREV_UNKNOWN; in _cpuid_chiprev()
H A Dcpuid.c1903 x86_chiprev_t cpi_chiprev; /* See X86_CHIPREV_* in x86_archext.h */
2055 extern x86_chiprev_t _cpuid_chiprev(uint_t, uint_t, uint_t, uint_t);
8289 chiprev_family(const x86_chiprev_t cr) in chiprev_family()
8303 chiprev_matches(const x86_chiprev_t cr, const x86_chiprev_t template) in chiprev_matches()
8321 chiprev_at_least(const x86_chiprev_t cr, const x86_chiprev_t min) in chiprev_at_least()
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1293 } x86_chiprev_t; typedef
1719 extern x86_chiprev_t cpuid_getchiprev(struct cpu *);
1749 extern x86_processor_family_t chiprev_family(const x86_chiprev_t);
1750 extern boolean_t chiprev_matches(const x86_chiprev_t, const x86_chiprev_t);
1751 extern boolean_t chiprev_at_least(const x86_chiprev_t, const x86_chiprev_t);
H A Dcpu_module.h167 extern x86_chiprev_t cmi_hdl_chiprev(cmi_hdl_t);
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c211 x86_chiprev_t rev = mc->mc_props.mcp_rev; in mc_ecc_enabled()
224 x86_chiprev_t rev = mc->mc_props.mcp_rev; in mc_ck_enabled()
537 x86_chiprev_t rev = mcp->mcp_rev; in mc_dimmlist_create()
730 x86_chiprev_t rev = mc->mc_props.mcp_rev; in mc_getmiscctl()
790 x86_chiprev_t rev = mc->mc_props.mcp_rev; in mc_mkprops_dramctl()
1405 x86_chiprev_t rev = (x86_chiprev_t)mcp->mcp_rev; in mc_scrubber_enable()
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao.h129 x86_chiprev_t aos_chiprev;
H A Dao_mca.c248 x86_chiprev_t rev = ao->ao_ms_shared->aos_chiprev; in ao_ms_disp_match()
801 x86_chiprev_t rev = ao->ao_ms_shared->aos_chiprev; in ao_ms_bankctl_val()
857 x86_chiprev_t rev = ao->ao_ms_shared->aos_chiprev; in ao_ms_mca_init()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.h183 x86_chiprev_t azn_chiprev;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c122 x86_chiprev_t (*cmio_chiprev)(cmi_hdl_impl_t *);
668 static x86_chiprev_t
1004 extern x86_chiprev_t _cpuid_chiprev(uint_t, uint_t, uint_t, uint_t);
1006 static x86_chiprev_t
1678 CMI_HDL_OPFUNC(chiprev, x86_chiprev_t) in CMI_HDL_OPFUNC()
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c638 x86_chiprev_t rev; in opt_pcbe_init()