Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/i386/i386/
H A Dtrap.c224 int pf, signo, ucode; in trap() local
337 ucode = ILL_PRVOPC; in trap()
348 ucode = TRAP_BRKPT; in trap()
355 ucode = TRAP_TRACE; in trap()
369 if (ucode == -1) in trap()
396 ucode = BUS_ADRERR; in trap()
400 ucode = BUS_OBJERR; in trap()
404 ucode = BUS_ADRALN; in trap()
409 ucode = BUS_OBJERR; in trap()
472 ucode = 0; in trap()
[all …]
/freebsd-14.2/sys/amd64/amd64/
H A Dtrap.c222 int pf, signo, ucode; in trap() local
317 ucode = ILL_PRVOPC; in trap()
328 ucode = TRAP_BRKPT; in trap()
334 ucode = TRAP_TRACE; in trap()
348 if (ucode == -1) in trap()
355 ucode = BUS_OBJERR; in trap()
360 ucode = BUS_ADRERR; in trap()
364 ucode = BUS_OBJERR; in trap()
368 ucode = BUS_ADRALN; in trap()
373 ucode = BUS_OBJERR; in trap()
[all …]
/freebsd-14.2/sys/powerpc/powerpc/
H A Dtrap.c88 int *ucode);
210 u_int ucode; in trap() local
264 ucode = TRAP_TRACE; in trap()
277 ucode = SEGV_MAPERR; in trap()
323 ucode = ILL_ILLOPC; in trap()
350 ucode = ILL_ILLOPC; in trap()
356 ucode = ILL_ILLOPC; in trap()
378 ucode = BUS_ADRALN; in trap()
390 ucode = TRAP_TRACE; in trap()
405 ucode = TRAP_BRKPT; in trap()
[all …]
H A Dfpu.c234 u_int ucode; in get_fpu_exception() local
250 ucode = FPE_FLTDIV; in get_fpu_exception()
252 ucode = FPE_FLTOVF; in get_fpu_exception()
254 ucode = FPE_FLTUND; in get_fpu_exception()
256 ucode = FPE_FLTRES; in get_fpu_exception()
258 ucode = FPE_FLTINV; in get_fpu_exception()
260 return ucode; in get_fpu_exception()
/freebsd-14.2/sys/dev/qat_c2xxx/
H A Dqat_ae.c1298 ucode ^= ucode >> 1; in qat_ae_ucode_parity64()
1299 ucode ^= ucode >> 2; in qat_ae_ucode_parity64()
1300 ucode ^= ucode >> 4; in qat_ae_ucode_parity64()
1301 ucode ^= ucode >> 8; in qat_ae_ucode_parity64()
1302 ucode ^= ucode >> 16; in qat_ae_ucode_parity64()
1303 ucode ^= ucode >> 32; in qat_ae_ucode_parity64()
1320 ucode |= (uint64_t)qat_ae_ucode_parity64(bit0mask & ucode) << in qat_ae_ucode_set_ecc()
1322 ucode |= (uint64_t)qat_ae_ucode_parity64(bit1mask & ucode) << in qat_ae_ucode_set_ecc()
1324 ucode |= (uint64_t)qat_ae_ucode_parity64(bit2mask & ucode) << in qat_ae_ucode_set_ecc()
1326 ucode |= (uint64_t)qat_ae_ucode_parity64(bit3mask & ucode) << in qat_ae_ucode_set_ecc()
[all …]
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c527 build = le32_to_cpu(ucode->u.v2.build); in iwl_parse_v1_v2_firmware()
529 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
536 src = ucode->u.v2.data; in iwl_parse_v1_v2_firmware()
555 src = ucode->u.v1.data; in iwl_parse_v1_v2_firmware()
723 if (len < sizeof(*ucode)) { in iwl_parse_tlv_firmware()
730 le32_to_cpu(ucode->magic)); in iwl_parse_tlv_firmware()
737 build = le32_to_cpu(ucode->build); in iwl_parse_tlv_firmware()
753 data = ucode->data; in iwl_parse_tlv_firmware()
755 len -= sizeof(*ucode); in iwl_parse_tlv_firmware()
1496 const struct iwl_ucode_header *ucode; in iwl_req_fw_callback() local
[all …]
H A Dzzz_fw_ports_fwget.sh152 *.ucode)
/freebsd-14.2/sys/powerpc/booke/
H A Dmachdep_e500.c133 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
136 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd-14.2/tools/tools/intel-ucode-split/
H A DMakefile2 PROG= intel-ucode-split
/freebsd-14.2/sys/modules/iwlwififw/
H A DMakefile.inc4 EXT?= ucode
/freebsd-14.2/sys/riscv/riscv/
H A Dtrap.c215 int error, sig, ucode; in page_fault_handler() local
273 error = vm_fault_trap(map, va, ftype, VM_FAULT_NORMAL, &sig, &ucode); in page_fault_handler()
276 call_trapsignal(td, sig, ucode, (void *)stval, in page_fault_handler()
/freebsd-14.2/sys/arm/arm/
H A Dtrap-v6.c286 int bp_harden, ucode; in abort_handler() local
499 &ucode); in abort_handler()
500 ksig.code = ucode; in abort_handler()
/freebsd-14.2/sys/vm/
H A Dvm_fault.c703 int fault_flags, int *signo, int *ucode) in vm_fault_trap() argument
707 MPASS(signo == NULL || ucode != NULL); in vm_fault_trap()
729 *ucode = SEGV_MAPERR; in vm_fault_trap()
733 *ucode = BUS_OOMERR; in vm_fault_trap()
737 *ucode = BUS_OBJERR; in vm_fault_trap()
749 *ucode = SEGV_ACCERR; in vm_fault_trap()
752 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
757 *ucode = UCODE_PAGEFLT; in vm_fault_trap()
761 *ucode = SEGV_ACCERR; in vm_fault_trap()
H A Dvm_extern.h99 int fault_flags, int *signo, int *ucode);
/freebsd-14.2/sys/arm64/arm64/
H A Dtrap.c262 int error, sig, ucode; in data_abort() local
369 error = vm_fault_trap(map, far, ftype, VM_FAULT_NORMAL, &sig, &ucode); in data_abort()
372 call_trapsignal(td, sig, ucode, (void *)far, in data_abort()
/freebsd-14.2/sys/powerpc/aim/
H A Daim_machdep.c545 cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode) in cpu_machine_check() argument
569 *ucode = BUS_OBJERR; in cpu_machine_check()
/freebsd-14.2/sys/dev/fxp/
H A Dif_fxp.c3058 static const struct ucode { struct
3060 uint32_t *ucode; argument
3085 const struct ucode *uc; in fxp_load_ucode() argument
3092 for (uc = ucode_table; uc->ucode != NULL; uc++) in fxp_load_ucode()
3095 if (uc->ucode == NULL) in fxp_load_ucode()
3102 cbp->ucode[i] = htole32(uc->ucode[i]); in fxp_load_ucode()
3104 *(uint16_t *)&cbp->ucode[uc->int_delay_offset] = in fxp_load_ucode()
3107 *(uint16_t *)&cbp->ucode[uc->bundle_max_offset] = in fxp_load_ucode()
H A Dif_fxpreg.h245 uint32_t ucode[MAXUCODESIZE]; member
/freebsd-14.2/tools/tools/
H A DREADME33 intel-ucode-split Tool to split Intel microcode into individual files.
/freebsd-14.2/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-14.2/sys/dev/usb/wlan/
H A Dif_rum.c2662 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) in rum_load_microcode() argument
2668 for (; size >= 4; reg += 4, ucode += 4, size -= 4) { in rum_load_microcode()
2669 err = rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()
/freebsd-14.2/sys/dev/bwn/
H A Dif_bwnvar.h861 struct bwn_fwfile ucode; member
/freebsd-14.2/sys/dev/iwn/
H A Dif_iwn.c6643 cmd.ucode.once.enable = 0xffffffff; in iwn5000_runtime_calib()
6644 cmd.ucode.once.start = IWN5000_CALIB_DC; in iwn5000_runtime_calib()
7780 cmd.ucode.once.enable = htole32(0xffffffff); in iwn5000_query_calibration()
7781 cmd.ucode.once.start = htole32(0xffffffff); in iwn5000_query_calibration()
7782 cmd.ucode.once.send = htole32(0xffffffff); in iwn5000_query_calibration()
7783 cmd.ucode.flags = htole32(0xffffffff); in iwn5000_query_calibration()
8095 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) in iwn4965_load_bootcode() argument
8106 (const uint32_t *)ucode, size); in iwn4965_load_bootcode()

12