ucode_eqtbl_amd
if (ucode_eqtbl_amd == NULL) {
if (ucode_eqtbl_amd == NULL) {
size % sizeof (*ucode_eqtbl_amd) != 0) {
ucode_eqtbl_amd = kmem_zalloc(size, KM_NOSLEEP);
if (ucode_eqtbl_amd == NULL) {
count = kobj_read_file(eq, (char *)ucode_eqtbl_amd,
size / sizeof (*ucode_eqtbl_amd);
eqtbl = ucode_eqtbl_amd;
static ucode_eqtbl_amd_t *ucode_eqtbl_amd;