/titanic_50/usr/src/uts/i86pc/os/ |
H A D | microcode.c | 125 const struct ucode_ops *ucode; variable 169 if (ucode == NULL) in ucode_cleanup() 172 ucode->file_reset(&ucodefile, -1); in ucode_cleanup() 500 rc = ucode->validate(ucodefp->ucodep, ucodefp->usize); in ucode_locate_amd() 523 ASSERT(ucode); in ucode_locate_intel() 548 ucode->file_reset(ufp, cp->cpu_id); in ucode_locate_intel() 741 ASSERT(ucode); in ucode_write() 751 ucode->read_rev(uinfop); in ucode_write() 758 wrmsr(ucode->write_msr, (uintptr_t)uusp->ucodep); in ucode_write() 762 ucode->read_rev(uinfop); in ucode_write() [all …]
|
/titanic_50/usr/src/cmd/ucodeadm/ |
H A D | Makefile | 31 COMMON_SRCDIR = ../../common/ucode 40 INTEL_UCODE_FILE = intel-ucode.txt 41 AMD_UCODE_FILE = amd-ucode.bin 43 ROOTUCODEPATH = $(ROOT)/platform/i86pc/ucode
|
H A D | ucodeadm.c | 72 const struct ucode_ops *ucode; variable 580 ucode = &ucode_ops[i]; in main() 613 ucode_size = ucode->convert(filename, buf, filestat.st_size); in main() 623 if ((rc = ucode->validate(buf, ucode_size)) != EM_OK) { in main() 655 rc = ucode->gen_files(buf, ucode_size, path); in main()
|
/titanic_50/usr/src/cmd/boot/filelist/i386/ |
H A D | filelist.ramdisk | 24 platform/i86pc/ucode/GenuineIntel 25 platform/i86pc/ucode/AuthenticAMD
|
/titanic_50/usr/src/uts/intel/ucode/ |
H A D | Makefile | 29 MODULE = ucode
|
/titanic_50/usr/src/uts/intel/io/ |
H A D | ucode_drv.c | 144 if (!ucode) in ucode_ioctl() 232 if ((rc = ucode->validate(ucodep, size)) != EM_OK) { in ucode_ioctl()
|
/titanic_50/usr/src/cmd/devfsadm/i386/ |
H A D | misc_link_i386.c | 52 static int ucode(di_minor_t minor, di_node_t node); 106 TYPE_EXACT | DRV_EXACT, ILEVEL_0, ucode, 639 ucode(di_minor_t minor, di_node_t node) in ucode() function
|
/titanic_50/usr/src/uts/common/io/rwn/fw-rt2860/ |
H A D | LICENSE | 18 rt2860.ucode
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ucode.h | 294 extern const struct ucode_ops *ucode;
|
H A D | Makefile | 55 ucode.h
|
/titanic_50/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 85 static const uint8_t *ucode = NULL; variable 2422 err = rt2661_load_microcode(sc, ucode, usize); in rt2661_init() 2961 ucode = rt2561s_ucode; in rt2661_attach() 2965 ucode = rt2561_ucode; in rt2661_attach() 2969 ucode = rt2661_ucode; in rt2661_attach() 2974 err = rt2661_load_microcode(sc, ucode, usize); in rt2661_attach()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel-platform.mf | 312 $(i386_ONLY)dir path=platform/i86pc/ucode group=sys 852 $(i386_ONLY)file path=platform/i86pc/ucode/amd-ucode.bin group=sys mode=0444 \ 853 original_name=SUNWcakr:platform/i86pc/ucode/amd-ucode.bin preserve=true \ 855 $(i386_ONLY)file path=platform/i86pc/ucode/intel-ucode.txt group=sys mode=0444 \ 856 original_name=SUNWcakr:platform/i86pc/ucode/intel-ucode.txt preserve=true \
|
H A D | system-kernel.mf | 282 $(i386_ONLY)driver name=ucode perms="* 0644 root sys" 403 $(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys 487 $(i386_ONLY)file path=kernel/drv/ucode.conf group=sys
|
H A D | system-header.mf | 1533 $(i386_ONLY)file path=usr/include/sys/ucode.h
|
/titanic_50/usr/src/uts/common/io/rum/ |
H A D | rum.c | 404 const uint8_t *ucode; in rum_load_microcode() local 408 ucode = rt2573_ucode; in rum_load_microcode() 412 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode() 413 rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 350 DRV_KMODS += ucode
|
/titanic_50/usr/src/uts/common/io/iprb/ |
H A D | iprb.c | 214 const uint32_t *ucode; member 907 PUTCB32(cb, (CB_UCODE_OFFSET + i * 4), uc->ucode[i]); in iprb_set_ucode()
|
/titanic_50/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 1944 uint8_t *ucode, *fptr; in rt2860_load_microcode() local 1947 ucode = rt2860_fw_bin; in rt2860_load_microcode() 1955 fptr = ucode; in rt2860_load_microcode()
|
/titanic_50/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 1546 const char *ucode; in wpi_load_microcode() local 1549 ucode = sc->sc_boot; in wpi_load_microcode() 1560 wpi_mem_write_region_4(sc, WPI_MEM_UCODE_BASE, (const uint32_t *)ucode, in wpi_load_microcode()
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.rules | 100 $(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c 1632 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ucode/%.c
|