Searched refs:x86_chiprev_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/ |
H A D | authamd_main.c | 294 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 D | authamd.h | 72 x86_chiprev_t ans_rev; /* revision per cpuid_getchiprev */
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpuid_subr.c | 477 x86_chiprev_t rm_chiprev; 899 uint32_t *skt_p, x86_chiprev_t *chiprev_p, const char **chiprevstr_p, in synth_amd_info() 1003 x86_chiprev_t 1006 x86_chiprev_t chiprev = X86_CHIPREV_UNKNOWN; in _cpuid_chiprev()
|
H A D | cpuid.c | 1909 x86_chiprev_t cpi_chiprev; /* See X86_CHIPREV_* in x86_archext.h */ 2061 extern x86_chiprev_t _cpuid_chiprev(uint_t, uint_t, uint_t, uint_t); 6263 x86_chiprev_t 8307 chiprev_family(const x86_chiprev_t cr) in chiprev_family() 8321 chiprev_matches(const x86_chiprev_t cr, const x86_chiprev_t template) in chiprev_matches() 8339 chiprev_at_least(const x86_chiprev_t cr, const x86_chiprev_t min) in chiprev_at_least()
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 211 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/intel/sys/ |
H A D | x86_archext.h | 1379 } x86_chiprev_t; typedef 1812 extern x86_chiprev_t cpuid_getchiprev(struct cpu *); 1842 extern x86_processor_family_t chiprev_family(const x86_chiprev_t); 1843 extern boolean_t chiprev_matches(const x86_chiprev_t, const x86_chiprev_t); 1844 extern boolean_t chiprev_at_least(const x86_chiprev_t, const x86_chiprev_t);
|
H A D | cpu_module.h | 167 extern x86_chiprev_t cmi_hdl_chiprev(cmi_hdl_t);
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao.h | 129 x86_chiprev_t aos_chiprev;
|
H A D | ao_mca.c | 248 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 D | amdzen.h | 183 x86_chiprev_t azn_chiprev;
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi_hw.c | 122 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 D | opteron_pcbe.c | 642 x86_chiprev_t rev; in opt_pcbe_init()
|