Lines Matching refs:cpu_t
68 static int ucode_capable_amd(cpu_t *);
69 static int ucode_capable_intel(cpu_t *);
78 static uint32_t ucode_load_amd(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
79 static uint32_t ucode_load_intel(ucode_file_t *, cpu_ucode_info_t *, cpu_t *);
86 static int ucode_equiv_cpu_amd(cpu_t *, uint16_t *);
88 static ucode_errno_t ucode_locate_amd(cpu_t *, cpu_ucode_info_t *,
90 static ucode_errno_t ucode_locate_intel(cpu_t *, cpu_ucode_info_t *,
144 ucode_alloc_space(cpu_t *cp) in ucode_alloc_space()
153 ucode_free_space(cpu_t *cp) in ucode_free_space()
215 ucode_capable_amd(cpu_t *cp) in ucode_capable_amd()
226 ucode_capable_intel(cpu_t *cp) in ucode_capable_intel()
283 ucode_equiv_cpu_amd(cpu_t *cp, uint16_t *eq_sig) in ucode_equiv_cpu_amd()
406 ucode_locate_amd(cpu_t *cp, cpu_ucode_info_t *uinfop, ucode_file_t *ufp) in ucode_locate_amd()
513 ucode_locate_intel(cpu_t *cp, cpu_ucode_info_t *uinfop, ucode_file_t *ufp) in ucode_locate_intel()
770 ucode_load_amd(ucode_file_t *ufp, cpu_ucode_info_t *uinfop, cpu_t *cp) in ucode_load_amd()
808 ucode_load_intel(ucode_file_t *ufp, cpu_ucode_info_t *uinfop, cpu_t *cp) in ucode_load_intel()
1057 cpu_t *cpu; in ucode_update()
1148 ucode_check(cpu_t *cp) in ucode_check()
1244 cpu_t *cpu; in ucode_get_rev()