Home
last modified time | relevance | path

Searched refs:ucode (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/sys/contrib/dev/iwlwififw/
H A DWHENCE3 File: iwlwifi-3945-2.ucode
6 File: iwlwifi-4965-2.ucode
9 File: iwlwifi-5000-1.ucode
12 File: iwlwifi-5000-2.ucode
15 File: iwlwifi-5000-5.ucode
18 File: iwlwifi-5150-2.ucode
21 File: iwlwifi-1000-3.ucode
24 File: iwlwifi-1000-5.ucode
27 File: iwlwifi-6000-4.ucode
30 File: iwlwifi-6050-4.ucode
[all …]
/freebsd-13.1/sys/i386/i386/
H A Dtrap.c200 int pf, signo, ucode; in trap() local
310 ucode = ILL_PRVOPC; in trap()
321 ucode = TRAP_BRKPT; in trap()
328 ucode = TRAP_TRACE; in trap()
342 if (ucode == -1) in trap()
369 ucode = BUS_ADRERR; in trap()
373 ucode = BUS_OBJERR; in trap()
377 ucode = BUS_ADRALN; in trap()
382 ucode = BUS_OBJERR; in trap()
445 ucode = 0; in trap()
[all …]
/freebsd-13.1/sys/amd64/amd64/
H A Dtrap.c224 int pf, signo, ucode; in trap() local
316 ucode = ILL_PRVOPC; in trap()
327 ucode = TRAP_BRKPT; in trap()
333 ucode = TRAP_TRACE; in trap()
347 if (ucode == -1) in trap()
354 ucode = BUS_OBJERR; in trap()
359 ucode = BUS_ADRERR; in trap()
363 ucode = BUS_OBJERR; in trap()
367 ucode = BUS_ADRALN; in trap()
372 ucode = BUS_OBJERR; in trap()
[all …]
/freebsd-13.1/sys/powerpc/powerpc/
H A Dtrap.c90 int *ucode);
212 u_int ucode; in trap() local
266 ucode = TRAP_TRACE; in trap()
279 ucode = SEGV_MAPERR; in trap()
325 ucode = ILL_ILLOPC; in trap()
352 ucode = ILL_ILLOPC; in trap()
358 ucode = ILL_ILLOPC; in trap()
380 ucode = BUS_ADRALN; in trap()
392 ucode = TRAP_TRACE; in trap()
407 ucode = TRAP_BRKPT; in trap()
[all …]
H A Dfpu.c235 u_int ucode; in get_fpu_exception() local
251 ucode = FPE_FLTDIV; in get_fpu_exception()
253 ucode = FPE_FLTOVF; in get_fpu_exception()
255 ucode = FPE_FLTUND; in get_fpu_exception()
257 ucode = FPE_FLTRES; in get_fpu_exception()
259 ucode = FPE_FLTINV; in get_fpu_exception()
261 return ucode; in get_fpu_exception()
/freebsd-13.1/sys/dev/qat/
H A Dqat_ae.c1299 ucode ^= ucode >> 1; in qat_ae_ucode_parity64()
1300 ucode ^= ucode >> 2; in qat_ae_ucode_parity64()
1301 ucode ^= ucode >> 4; in qat_ae_ucode_parity64()
1302 ucode ^= ucode >> 8; in qat_ae_ucode_parity64()
1303 ucode ^= ucode >> 16; in qat_ae_ucode_parity64()
1304 ucode ^= ucode >> 32; in qat_ae_ucode_parity64()
1321 ucode |= (uint64_t)qat_ae_ucode_parity64(bit0mask & ucode) << in qat_ae_ucode_set_ecc()
1323 ucode |= (uint64_t)qat_ae_ucode_parity64(bit1mask & ucode) << in qat_ae_ucode_set_ecc()
1325 ucode |= (uint64_t)qat_ae_ucode_parity64(bit2mask & ucode) << in qat_ae_ucode_set_ecc()
1327 ucode |= (uint64_t)qat_ae_ucode_parity64(bit3mask & ucode) << in qat_ae_ucode_set_ecc()
[all …]
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c487 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
489 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
496 src = ucode->u.v2.data; in iwl_parse_v1_v2_firmware()
515 src = ucode->u.v1.data; in iwl_parse_v1_v2_firmware()
683 if (len < sizeof(*ucode)) { in iwl_parse_tlv_firmware()
690 le32_to_cpu(ucode->magic)); in iwl_parse_tlv_firmware()
697 build = le32_to_cpu(ucode->build); in iwl_parse_tlv_firmware()
713 data = ucode->data; in iwl_parse_tlv_firmware()
715 len -= sizeof(*ucode); in iwl_parse_tlv_firmware()
1446 const struct iwl_ucode_header *ucode; in iwl_req_fw_callback() local
[all …]
/freebsd-13.1/sys/powerpc/booke/
H A Dmachdep_e500.c135 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
141 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd-13.1/tools/tools/intel-ucode-split/
H A DMakefile3 PROG= intel-ucode-split
/freebsd-13.1/sys/riscv/riscv/
H A Dtrap.c179 int error, sig, ucode; in page_fault_handler() local
240 error = vm_fault_trap(map, va, ftype, VM_FAULT_NORMAL, &sig, &ucode); in page_fault_handler()
243 call_trapsignal(td, sig, ucode, (void *)stval, in page_fault_handler()
/freebsd-13.1/sys/modules/iwlwififw/
H A DMakefile.inc5 EXT?= ucode
/freebsd-13.1/sys/arm/arm/
H A Dtrap-v6.c288 int bp_harden, ucode; in abort_handler() local
501 &ucode); in abort_handler()
502 ksig.code = ucode; in abort_handler()
/freebsd-13.1/sys/vm/
H A Dvm_fault.c658 int fault_flags, int *signo, int *ucode) in vm_fault_trap() argument
662 MPASS(signo == NULL || ucode != NULL); in vm_fault_trap()
684 *ucode = SEGV_MAPERR; in vm_fault_trap()
688 *ucode = BUS_OOMERR; in vm_fault_trap()
692 *ucode = BUS_OBJERR; in vm_fault_trap()
704 *ucode = SEGV_ACCERR; in vm_fault_trap()
707 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
712 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
716 *ucode = SEGV_ACCERR; in vm_fault_trap()
H A Dvm_extern.h99 int fault_flags, int *signo, int *ucode);
/freebsd-13.1/sys/arm64/arm64/
H A Dtrap.c251 int error, sig, ucode; in data_abort() local
334 error = vm_fault_trap(map, far, ftype, VM_FAULT_NORMAL, &sig, &ucode); in data_abort()
338 call_trapsignal(td, sig, ucode, (void *)far, in data_abort()
/freebsd-13.1/sys/mips/mips/
H A Dtrap.c515 unsigned ucode = 0; in trap() local
719 &i, &ucode); in trap()
777 ucode = 0; /* XXX should be VM_PROT_something */ in trap()
826 ucode = TRAP_BRKPT; in trap()
852 ucode = TRAP_TRACE; in trap()
867 ucode = TRAP_BRKPT; in trap()
1110 ksi.ksi_code = ucode; in trap()
/freebsd-13.1/sys/dev/fxp/
H A Dif_fxp.c3070 static const struct ucode { struct
3072 uint32_t *ucode; argument
3097 const struct ucode *uc; in fxp_load_ucode() argument
3104 for (uc = ucode_table; uc->ucode != NULL; uc++) in fxp_load_ucode()
3107 if (uc->ucode == NULL) in fxp_load_ucode()
3114 cbp->ucode[i] = htole32(uc->ucode[i]); in fxp_load_ucode()
3116 *(uint16_t *)&cbp->ucode[uc->int_delay_offset] = in fxp_load_ucode()
3119 *(uint16_t *)&cbp->ucode[uc->bundle_max_offset] = in fxp_load_ucode()
H A Dif_fxpreg.h247 uint32_t ucode[MAXUCODESIZE]; member
/freebsd-13.1/sys/powerpc/aim/
H A Daim_machdep.c548 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
572 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd-13.1/tools/tools/
H A DREADME36 intel-ucode-split Tool to split Intel microcode into individual files.
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1021rdb-pc.dtsi72 /* 256KB for QE ucode firmware*/
H A Dp1025twr.dtsi79 /* 256KB for QE ucode firmware*/
/freebsd-13.1/sys/dev/usb/wlan/
H A Dif_rum.c2666 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) in rum_load_microcode() argument
2672 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode()
2673 err = rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwnvar.h863 struct bwn_fwfile ucode; member
/freebsd-13.1/sys/dev/iwn/
H A Dif_iwn.c6649 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib()
6650 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib()
7770 cmd.ucode.once.enable = htole32(0xffffffff); in iwn5000_query_calibration()
7771 cmd.ucode.once.start = htole32(0xffffffff); in iwn5000_query_calibration()
7772 cmd.ucode.once.send = htole32(0xffffffff); in iwn5000_query_calibration()
7773 cmd.ucode.flags = htole32(0xffffffff); in iwn5000_query_calibration()
8085 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument
8096 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()

12